Wallpaper Script Forum » Themes and Templates

random wallpapers

(7 posts)
  1. hi can you guys help me to put random wallpapers in the front page instead of the latest wallpapers?

    thanks

    Posted 3 years ago #
  2. Hi!

    In index.inc.php you will see a line like this:

    $items = $DB->getAll("SELECT * FROM ".DB_PREFIX."items a, ".DB_PREFIX."users_items b WHERE a.id=b.item_id $filter order by created DESC limit ".(ITEMS_PER_PAGE*($page-1)).",".ITEMS_PER_PAGE);

    replace it with one like this:

    $items = $DB->getAll("SELECT * FROM ".DB_PREFIX."items a, ".DB_PREFIX."users_items b WHERE a.id=b.item_id $filter order by RAND() limit ".ITEMS_PER_PAGE);

    Posted 3 years ago #
  3. Thankssssssssssssssssssssssssssss!!!!!!!!!

    one more thing:
    Is there a way to also put Google AD Sense ads in the right side of the website (below the login box)?

    Posted 3 years ago #
  4. Hi!

    Yes is possible.

    You can do this manually editing theme files.

    Also can be made modifications in script but this is not for free.

    If you do not know what to edit and where send us a message and we will help you.

    Posted 3 years ago #
  5. Anonymous
    Unregistered

    Edit the template file "right.tpl" and add your ad code there.

    Paste your code above these lines of code:

    {else}
    <div class="headingstxt">account options</div>
    <ul class="side-panel">

  6. Add wallpaper
Posted 3 years ago #
  • Thanks

    Posted 3 years ago #
  • david
    Member

    any demo for the modification

    Posted 2 years ago #

  • RSS feed for this topic

    Reply

    You must log in to post.