Results 1 to 10 of 10

Is this allowed?

This is a discussion on Is this allowed? within the Ad Networks forums, part of the Monetizing category; Hi all, Quick question for you all. I recently made this template modfication to display Google ads inside the first ...

  1. #1
    Senior Member Jason_A's Avatar
    Real Name
    Jason Abbot
    Join Date
    Feb 2008
    Location
    USA
    Posts
    278
    Liked
    0 times
    Blog Entries
    1

    Is this allowed?

    Hi all,

    Quick question for you all.

    I recently made this template modfication to display Google ads inside the first post:

    Adsense Inside the Post - vBulletin.org Forum

    Now, one member says it is now allowed. He said:

    It is not allowed to use float elements and Iframesfor your Google Ads.
    I've seen this done on many websites -- but is this allowed? See my site for an example: What kind of weather are you having? - Tech Support Team

    Regards Jason

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    having the ad there is ok.
    using an iframe is not though. You won't get good relvent ads like that. the adsense script works in the same frame as the ad, thus, there's 0 text that it can find to contextualize anything.

    see this thread for the proper method:
    How do I get google adsense to right on top?

    note, that is set up for guests only and contains a link to his own site. your markup will vary.

  3. #3
    Senior Member Jason_A's Avatar
    Real Name
    Jason Abbot
    Join Date
    Feb 2008
    Location
    USA
    Posts
    278
    Liked
    0 times
    Blog Entries
    1
    I see -- thanks!! But why do I need to put: <a href="http://www.techsupportteam.org/register.php" target="_parent"></a>..... What's my register page got to do with anything?

    How does that look? -- sup guys? - Tech Support Team

    Regards Jason

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    you don't... that's just what the other guy had in his template for that thread that I replied to as he was only showing those ads to guests.

  5. #5
    Senior Member Jason_A's Avatar
    Real Name
    Jason Abbot
    Join Date
    Feb 2008
    Location
    USA
    Posts
    278
    Liked
    0 times
    Blog Entries
    1
    Thanks!

    One more question, how would I get ads to show down the right hand side of a thread?

    Example: http://forums.techguy.org/site-comme...site-slow.html

    Thanks!

    Regards Jason

  6. #6
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    you'd need to modify the forumhome, forumdisplay and showthread templates to add a new table cell within a wrapper table like

    HTML Code:
    <table>
    <tr>
    <td valign="top" width="99%">
    CURRENT MARKUP HERE
    </td>
    <td valign="top" width="160">
    ADS HERE
    </td>
    </tr>
    </table>

  7. #7
    Senior Member Jason_A's Avatar
    Real Name
    Jason Abbot
    Join Date
    Feb 2008
    Location
    USA
    Posts
    278
    Liked
    0 times
    Blog Entries
    1
    I'm guessing I only need to modify my SHOWTHREAD template as I only want ads to show at the side of a thread, and for guests only.
    CURRENT MARKUP HERE
    What goes there?

    Regards Jason

  8. #8
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    the main table thats in the template already gos there

  9. #9
    Senior Member Jason_A's Avatar
    Real Name
    Jason Abbot
    Join Date
    Feb 2008
    Location
    USA
    Posts
    278
    Liked
    0 times
    Blog Entries
    1
    Thank you!

    Regards Jason

  10. #10
    Junior Member
    Real Name
    melerx
    Join Date
    Apr 2008
    Posts
    1
    Liked
    0 times
    Quote Originally Posted by briansol View Post
    you'd need to modify the forumhome, forumdisplay and showthread templates to add a new table cell within a wrapper table like

    HTML Code:
    <table>
    <tr>
    <td valign="top" width="99%">
    CURRENT MARKUP HERE
    </td>
    <td valign="top" width="160">
    ADS HERE
    </td>
    </tr>
    </table>
    I got that to work just fine, but for the love of god I can not get it to show on the LEFT. Do you perhaps know how to display it on the left side instead of the right? (forumhome). Thanks in advance.

Similar Threads

  1. Error fatal : Allowed memory size
    By Diegoniax in forum Espaņol
    Replies: 6
    Last Post: 01-17-2009, 11:40 AM
  2. are you allowed this?
    By the nwo in forum General Discussion
    Replies: 2
    Last Post: 02-23-2008, 09:12 PM
  3. Allowed Memory Size Error
    By KW802 in forum Troubleshooting
    Replies: 7
    Last Post: 10-18-2007, 04:56 PM
  4. Prefetching is not allowed...
    By Fred. in forum Troubleshooting
    Replies: 2
    Last Post: 04-09-2007, 03:10 PM
  5. site allowed?
    By raven2424 in forum Pre-Sales Questions
    Replies: 1
    Last Post: 09-29-2006, 02:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •