Wallpaper Script Forum » How-To and Troubleshooting

How to do the following?

(6 posts)
  1. Hello there, kindly enlighten me, how can I do the following things in my script:

    1. Put Google adsense ads on the home page in rectangular blocks, and adsense link ads in the sidebars?
    2. Bring category thumbnails on the front page?
    3. Keep Random wallpapers ahead of the latest wallpapers?

    I hope to get answers. Thanks!

    Posted 4 years ago #
  2. Adsense code in sidebars can be added by adding the code in a module .tpl file above or below which u want adsense to appear.

    Posted 4 years ago #
  3. for rectangles I add code in index.tpl

    Example:

    <div align="center" style="float:left; width: 300px; text-align: center;"><script type="text/javascript"><!--
    google_ad_client = "pub-";
    /* 300x250, created 2/25/09 */
    google_ad_slot = "1784790178";
    google_ad_width = 300;
    google_ad_height = 250;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script></div>
    <div align="center" style="float:right; width: 300px; text-align: center;"><script type="text/javascript"><!--
    google_ad_client = "pub-";
    /* 300x250, created 2/24/09 */
    google_ad_slot = "8213563409";
    google_ad_width = 300;
    google_ad_height = 250;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script></div>

    Posted 4 years ago #
  4. Working on Category thumbnails, although I used plain html table initialy, i m also working on tree menu in category.

    Right now I ve not worked that much on last issue as i just keep all wallpapers random on first page.. it successful for me...

    Posted 4 years ago #
  5. Thanks for the help nikhil! How can I keep random wallpapers on first page like you do? I see the latest wallpapers on first page.

    Posted 4 years ago #
  6. http://wallpaperscript.com/forum/topic/main-page

    But this hack is to get random wallpapers instead of latest. Please read the posts carefully.

    Posted 4 years ago #

RSS feed for this topic

Reply

You must log in to post.