Wallpaper Script Forum » How-To and Troubleshooting

terms of use

(17 posts)
  1. micja
    Member

    Hello! I want to put terms of use in footer. But how?:)

    Posted 4 years ago #
  2. 2 ways to doing it, editing foorter.tpl or at settings page in tracking code box which will be shown at footer

    Posted 4 years ago #
  3. I ve used 2 option + a dedicated page for terms

    Posted 4 years ago #
  4. micja
    Member

    Thanks for quick answer. I don't need dedicated page, i only want to put that in footer. Can you explain me a little bit more how to put that in footer please?:)

    Posted 4 years ago #
  5. micja
    Member

    1 more question. How to put header/logo instead of wallpaperscript demo? I manage to put my header but underneath it there is previous logo?

    Posted 4 years ago #
  6. micja

    Just open footer.tpl and edit

    Posted 4 years ago #
  7. if you want to change header / logo , you need to have the images ready and need to modify style.css for custom header design

    Posted 4 years ago #
  8. micja
    Member

    thank you, but i don't know where to insert it.
    this is my footer.tpl so where do i need to put the text? :)

    <div id="footer">
    {$_HOOK_FOOTER_}
    {l s='Powered by'} Wallpaper Script (v{$smarty.const.SCRIPT_VERSION}.{$smarty.const.SCRIPT_REVISION})
    </div>

    {if $smarty.const.SIFR_ENABLED == 1}
    {literal}
    <script type="text/javascript">
    //<![CDATA[
    if(typeof sIFR == "function"){
    sIFR.replaceElement(named({sSelector:"body h1", sFlashSrc:webPath + "sifr/sifr.swf", sColor:"{/literal}{$smarty.const.SITE_HEADER_TEXT}{literal}", sLinkColor:"{/literal}{$smarty.const.SITE_HEADER_TEXT}{literal} ", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", sWmode:"transparent", sFlashVars:"textalign=left&offsetTop=0"}));

    sIFR.replaceElement(named({sSelector:"body .side-header", sFlashSrc:webPath + "sifr/sifr.swf", sColor:"{/literal}{$smarty.const.PANEL_LINKS_COLOR}{literal}", sLinkColor:"{/literal}{$smarty.const.PANEL_LINKS_COLOR}{literal}", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", sWmode:"transparent", sFlashVars:"textalign=left&offsetTop=0"}));

    sIFR.replaceElement(named({sSelector:"body .logo-text", sFlashSrc:webPath + "sifr/sifr.swf", sColor:"{/literal}{$smarty.const.BODY_TEXT_COLOR}{literal}", sLinkColor:"{/literal}{$smarty.const.BODY_TEXT_COLOR}{literal} ", sWmode:"transparent", sFlashVars:"textalign=left&offsetTop=0"}));
    };
    //nPaddingTop:10, nPaddingBottom:10,
    //]]>
    </script>
    {/literal}
    {/if}
    {$smarty.const.TRACKING_CODE}

    {$_HOOK_LAST_FOOTER_}

    Posted 4 years ago #
  9. micja
    Member

    Nikhil, I did that but now I have two headers, mine and default. I tried to replace the default one, this is my site, scary-wallpapers.com, so please take a look.

    Posted 4 years ago #
  10. <div id="footer">

    {$_HOOK_FOOTER_}
    All wallpapers hosted on this website are property of their rightful owners. No copyright infringment is intended or implied.If the copyright of any wallpaper or photo belongs to you please read DMCA Policy and send us info accordingly and we will remove it or give you the proper credit.
    All of our free wallpapers are gathered by users and public sources on the internet.
    </div>

    {literal}
    <script type="text/javascript">
    //<![CDATA[
    if(typeof sIFR == "function"){
    sIFR.replaceElement(named({sSelector:"body h1", sFlashSrc:webPath + "sifr/sifr.swf", sColor:"{/literal}{$smarty.const.SITE_HEADER_TEXT}{literal}", sLinkColor:"{/literal}{$smarty.const.SITE_HEADER_TEXT}{literal} ", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", sWmode:"transparent", sFlashVars:"textalign=left&offsetTop=0"}));

    sIFR.replaceElement(named({sSelector:"body .side-header", sFlashSrc:webPath + "sifr/sifr.swf", sColor:"{/literal}{$smarty.const.PANEL_LINKS_COLOR}{literal}", sLinkColor:"{/literal}{$smarty.const.PANEL_LINKS_COLOR}{literal}", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", sWmode:"transparent", sFlashVars:"textalign=left&offsetTop=0"}));

    sIFR.replaceElement(named({sSelector:"body .logo-text", sFlashSrc:webPath + "sifr/sifr.swf", sColor:"{/literal}{$smarty.const.BODY_TEXT_COLOR}{literal}", sLinkColor:"{/literal}{$smarty.const.BODY_TEXT_COLOR}{literal} ", sWmode:"transparent", sFlashVars:"textalign=left&offsetTop=0"}));
    };
    //nPaddingTop:10, nPaddingBottom:10,
    //]]>
    </script>
    {/literal}

    {$smarty.const.TRACKING_CODE}

    Posted 4 years ago #
  11. U might need to edit header.tpl as well.

    Posted 4 years ago #
  12. micja
    Member

    This didn't work for footer :( What i need to do in header.tpl ? did you see my site? I have 2 logos/headers, i want only picture, not white text.

    Thanks for help anyway :)

    Posted 4 years ago #
  13. For Footer

    {$_HOOK_FOOTER_}
    {l s='Powered by'} Wallpaper Script (v{$smarty.const.SCRIPT_VERSION}.{$smarty.const.SCRIPT_REVISION})
    Yr terms of Use here.
    </div>

    Posted 4 years ago #
  14. JUST NOTICED CODE IN THE POSTS GET EDITED AUTOMATICALLY [LIKE BELOW, HENCE ATTACHING TEXT FILE

    <div id="header">
    <div class="logo">
    <div class="logo-back">
    <span class="logo-img" title="{$smarty.const.SITE_NAME}"></span>
    </div>
    <span class="logo-text">{$smarty.const.SITE_NAME}</span>

    {$_HOOK_HEADER_}
    </div>

    this is yr header tpl code , remove this part for text
    <span class="logo-text">{$smarty.const.SITE_NAME}</span>

    keep backup, if any error

    Attachments

    1. removing_text.txt (0.5 KB, 22 downloads) 4 years old
    Posted 4 years ago #
  15. micja
    Member

    Nikhil thank you very much!Problem fixed, i manage to put terms of use, and to remove text logo :)

    Posted 4 years ago #
  16. My pleasure,please check it out.... http://wallpaperscript.com/forum/topic/open-offer-to-all and if possible oblige

    Posted 4 years ago #
  17. micja
    Member

    It's done! :)

    Posted 4 years ago #

RSS feed for this topic

Reply

You must log in to post.