template question

rax
Posts: 172
Joined: Sat Oct 05, 2013 9:28 pm

Re: template question

Post by rax »

url:

Code: Select all

tcms/tube/?sponsor_slug=sponsor1&force_template=sponsor_list
in custom template I have:

Code: Select all

         <navigation active_link_style=act_page link_style=not_act_page>
            <li><a href="/sponsor_galleries/<!--SPONSOR_SLUG-->/<!--PAGE_NUM-->/" title="<!--PAGE_NUM-->" style='<!--LINK_STYLE-->'><!--PAGE_NUM--></a></li>
         </navigation>
The content that is being displayed is the correct sponsor content.

The navigation is wrong and is displaying results for all categories:

/category/all/ctr/2 /category/all/ctr/3 /category/all/ctr/4 etc...

when it should be showing:

/sponsor_galleries/sponsor/2/
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: template question

Post by admin »

Double check it , it sounds impossible
It you are 100% sure - send admin area plz
Don't forget to run script update
Post Reply