Wallpaper Script Forum » Themes and Templates

Setting in template

(9 posts)
  • Started 1 year ago by wdwallpapers
  • Latest reply from zeero6
  1. How i make add ads in download page & how i write in download page like this..

    How to set wallpaper on your desktop?
    Click the download link from left and set the wallpaper on your desktop from your OS.

    OR

    Right-click the wallpaper, select Set As Background.

    PLease tell me...

    Posted 1 year ago #
  2. You have to edit your templates/default/view.tpl

    Posted 1 year ago #
  3. Thanks zeero6, demo here http://www.bwallpapers.com

    Posted 1 year ago #
  4. What is written there ?

    Posted 1 year ago #
  5. Can anyone create php languange here which will add to templates/default/view.tpl

    Posted 1 year ago #
  6. Read this thread

    http://wallpaperscript.com/forum/topic/few-problems

    Posted 1 year ago #
  7. this vertical ad done..

    but please 1 thing more how i add top & bottom ads in VIEW.tpl

    & also add few lines HOW TO DOWNLOAD WALLPAPER.

    Posted 1 year ago #
  8. please help......

    this vertical ad done..

    but please 1 thing more how i add top & bottom ads in VIEW.tpl

    & also add few lines HOW TO DOWNLOAD WALLPAPER.

    Posted 1 year ago #
  9. This is what i have. Modify the way you want for yours.


    {dynamic}
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>{$wallpaper.name}</title>
    </head>

    <body>
    Right click the image and choose <font color="#FF0000">"<b>Save Picture As</b>"</font>. OR right click the wallpaper
    and select <font color="#FF0000">"<b>Set as Background</b>"</font><p></p>
    <!-- Top ads space -->
    Google code
    <!-- End top ad space -->
    <table>
    <tr>
    <td>Google Code

    </td>
    <td> {if $smarty.const.PREVENT_HOTLINKING}
    {assign var="download_link" value="download"}
    {else}
    {if $is_original}
    {assign var="download_link" value="walls"}
    {else}
    {assign var="download_link" value="wallpapers"}
    {/if}
    {/if}
    <!-- End top ad space -->

    <div align="center">
    Right click the image and choose <font color="#FF0000">"<b>Save Picture As</b>"</font>. OR right click the wallpaper
    and select <font color="#FF0000">"<b>Set as Background</b>"</font></div>
    </td>
    </tr>
    </table>

    <!-- Bottom ad space -->

    <!-- End bottom ad space -->
    </body>
    </html>

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.