Wallpaper Script Forum » How-To and Troubleshooting

Wallpaper Viewing Page Question

(4 posts)
  1. Hey

    How do you edit the page where the wallpaper is displaying. For example when the user clicks on a wallpaper to download it. Which file must I edit to put adsense on this page?

    Thanks

    Posted 1 year ago #
  2. Try templates/default/view.tpl

    Posted 1 year ago #
  3. Thanks that worked :) But how do you make a banner go on the left side of the wallpaper?

    Posted 1 year ago #
  4. There is a post here somewhere about that. You have to search or try this. (Always backup)

    <!-- Top ads space -->
    addsense code here
    <!-- End top ad space -->
    <table>
    <tr>
    <td><p align="left">Adsence code here<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 -->

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.