Jump to content

Help with TM Banner Block v1.0 -


Recommended Posts

Hi all, I currently have 5 buttons set up on the right block of the homepage using the TM Banner Block v1.0

 

It displays all fine until you go off the homepage onto any page in which it disappears.

 

I would like to have this buttons appearing on the right block of the website permanently but how can I do this please?

 

many thanks!

 

Kind regards,

 

Ryan,

Link to comment
Share on other sites

Hi Bill. thanks for the reply.

 

I've tried this, clicked edit on the position but here it wont let me hook this to anything, just allow me to add info to the exceptions.

 

I then tried going modules, (the module), and click configure, then manage hooks at the top.

Then transplant a module and it now allows me to select all the options now.

 

 

What would I try and hook it to here please so it will appear on all pages?

 

many thanks,

Edited by simpson7647 (see edit history)
  • Like 1
Link to comment
Share on other sites

Simpson, I have that mod, and I took a look and it seems that it is coded to display on home. Hopefully someone can post and help us out on how to override that. Or you can contact this guy,

 

http://www.prestashop.com/forums/topic/163024-how-to-display-banner-on-all-pages/

 

He entered a line of code in his template that made it display. Sorry I can't help more.

Link to comment
Share on other sites

Hi

 

Thanks for contacting. I guess in the template file of your module, there is an if statement directing to display the module only on the homepage. We may need to remove that line.

 

Could you please attach the .tpl file of your module? Or alternatively, you can copy and paste its contents.

 

Regards.

Link to comment
Share on other sites

Thanks for the reply, hopefully this is what you require under : tmbannerblock.tpl as it looks right,

 

 

{if $page_name == 'index'}

<!-- tmbannerblock -->

<div id="tmbannerblock">

{counter name=banner_count start=0 skip=1 print=false}

{foreach from=$xml->link item=home_link name=links}

<a class="banner{counter name=banner_count}" href='{$home_link->url}'><img src='{$this_path}{$home_link->img}'alt="" title="{$home_link->desc}" /></a>

{/foreach}

</div>

 

<div class="clearblock"></div>

<!-- /tmbannerblock -->

{/if}

 

 

 

 

 

thanks,

Link to comment
Share on other sites

  • 4 months later...

hello everyone i have tm banner too but its not being modified for any positions.

i would to get it down of slideshow.but its not allowing.

 

 

someone could help me with this??

 

 

 

its solved by MEG VENTURE

 

Thanks for everything.

 

Best Regards

Ps3z

post-483999-0-67218500-1368877266_thumb.jpg

Edited by ps3z (see edit history)
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...