placing Adsense column on the right

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dob
    New Member
    • Mar 2004
    • 7
    • 3.0.0 Release Candidate 1

    placing Adsense column on the right

    Hi all,

    Can anyone help me out with this problem please. I would like to place a Google column Ad on the right hand side of my VB Pages how is this done?. I installed a mod that creates a clever little editor in the admincp panel but it only allows me to place a banner in the header and footer. Is there a template in the admincp that I can edit and if so where in the script do I edit it or is ther another mod that will do this for me. I do apologize for my lack of knowlage in this but I am very new to all this and it's becoming very daunting for me.
    Thank you for your time in reading this.

    Best regards.

    Dob
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    See this thread.

    Comment

    • ISN
      New Member
      • Aug 2006
      • 15
      • 3.6.x

      #3
      Originally posted by Jake Bunce
      Hi Jake,
      I could not find this option in version 3.6.0,

      IN EITHER CASE...
      Admin CP -> Styles & Templates -> Style Manager -> « » -> spacer_open

      Replace the red code:

      Code:
      <!-- open content container -->
      <if condition="$show['old_explorer']">
      <table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"><tr><td class="page" style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px">
      <else />
      <div align="center">
      <div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]">
      <div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px">
      </if>

      ...with the blue code:

      Code:
      <!-- open content container -->
      <if condition="$show['old_explorer']">
      <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"><tr><td class="page" style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px">
      <else />
      <div align="center">
      <div class="page" style="width:100%; text-align:$stylevar[left]">
      <div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px">
      </if>

      Comment

      • Jake Bunce
        Senior Member
        • Dec 2000
        • 46598
        • 3.6.x

        #4
        This is the 3.5.x forum.

        That same template and code is present in 3.6.x. I see it on my test forum.

        Comment

        • ISN
          New Member
          • Aug 2006
          • 15
          • 3.6.x

          #5
          Originally posted by Jake Bunce
          This is the 3.5.x forum.

          That same template and code is present in 3.6.x. I see it on my test forum.
          Where can i find this option « » -> spacer_open

          Comment

          • Jake Bunce
            Senior Member
            • Dec 2000
            • 46598
            • 3.6.x

            #6
            The « » button is on the far right of the Style Manager. Or you can select Edit Templates from the menu.

            Comment

            • optrex
              Senior Member
              • Aug 2005
              • 244
              • 3.6.x

              #7
              How would I do this but make it only visible to unregistered users?

              Comment

              • Jake Bunce
                Senior Member
                • Dec 2000
                • 46598
                • 3.6.x

                #8
                Add the red code:

                Code:
                	[color=red]<if condition="!$bbuserinfo[userid]">[/color]
                	[color=blue]<td width="150" valign="top" class="page" style="padding: $stylevar[cellpadding]px;">
                		YOUR CONTENT HERE
                	</td>[/color]
                	[color=red]</if>[/color]

                Comment

                • mccw74
                  New Member
                  • Nov 2008
                  • 4

                  #9
                  Stacking 2 adsense skyscraper adverts on top of each other

                  Hi there

                  Sorry to hijack this thread. Is there any way to stack 2 adsense skyscraper adverts on top of each other on the right hand side. When I insert the 2 lots of code for the 2 adverts as you describe above they are superimposed on each other!

                  Thanks in advance for any feedback.

                  Cheers

                  Matt

                  Comment

                  widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                  Working...