Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Google Adsense add-on for Vanilla 1

13»

Comments

  • Options
    edited September 2006
    I haven't used Page Manager, will give it a run when I get home.

    As far as the page it uses... If you go to papertrade.us/index.php?Page=vote, you get the same thing as what you linked... but index.php is already in the list.

    So my best guess for now is you need to get the notice collector into PageManager some how.
  • Options
    Apologies for being a pain, but the link to apply for a new account isn't working on my site (directly above the ads) http://www.glosunit.co.uk/ Any help would be much appreciated, thanks.
  • Options
    edited October 2006
    It works fine for me...?

    EDIT: for anybody else with this problem, change this line:GetUrl($Configuration, 'people.php', '', '', '', 'PostBackAction=ApplyForm').To GetUrl($Configuration, 'people.php', '', '', '', '', 'PostBackAction=ApplyForm').
  • Options
    Oops, yeah, Minisweeper fixed it, thanks anyways :) <3
  • Options
    edited October 2006
    I optimized the place where and what ads are inserted a bit. If you're interested a can give you the code.

    have a nice day
  • Options
    why hasnt this been released to the extensions section?
  • Options
    edited October 2006
  • Options
    Rated :-)
  • Options
    One question, you know there's a google search box, is it any good? I was considering trying to put one nicely into the sidebar but am not sure how, or if it'd look fairly unobtrusive, of if it'd even get me any revenue :/
  • Options
    edited October 2006
    Try $Panel->AddString('Google code', 10);

    where 10 is the position in the panel you want it to show up. Higher numbers position lower in the panel.

    I just may give this a shot myself.
  • Options
    OK, I added it to the bottom of the existing extension, like this: if ( in_array($Context->SelfUrl, array("index.php", "categories.php", "comments.php", "post.php", "account.php", "settings.php")) ) { $Panel->AddString(' ---Google Code goes here --- ', 10); }

    In the adsense for search options, I set the search box to length of 10 characters, and it seems to fit OK. This will show the box for both signed on members and guests, since it is outside the first if statement.
  • Options
    Huge thanks, I've got it sorta kinda working now; http://www.glosunit.co.uk/

    Two questions though (sorry!) - how do I place it at the very bottom (below the Gig Calendar) and then also place a header of 'Search Google' or similar?

    Cheers!
  • Options
    edited October 2006
    $Panel->AddString('<h2>Search Google</h2> --- Google Code goes here --- ', 500)
    You might need some other number than 500, the trick is to make it larger than the number in the gig calendar, and then it will appear below it.
  • Options
    You're a star, thank you so much!
  • Options
    Don't know if I missed anything, but on blizeH and Wanderer's forums the GuestSense message ("Please login to remove...") is styled, whereas on mine, when I have it activated, it's not, just plain text at the top. Did you guys style it yourselves (prob not as I think, if I recall, they look the same in yellow).
  • Options
    that is how it appears in the default stylesheet: http://edacio.us/forum/ Are you using a custom style?
  • Options
    Oh... duh. Yeah I'm using a modified Soul-Scape. What do I need to include?
  • Options
    Give this a shot:
    .Notice { background: url(notice.gif) left center no-repeat #FFFECC; border: 1px solid #FAEBB1; font-size:13px; padding: 8px 8px 8px 30px; margin-bottom: 20px; color: #D57D00; line-height: 150%; }
  • Options
    LoOkOuTLoOkOuT
    edited October 2006
    Thanks WP, that worked a treat.
This discussion has been closed.