Galleries Question

tubeman
Posts: 534
Joined: Sat Mar 02, 2013 11:33 am

Galleries Question

Post by tubeman »

Hi,
Is there anyway in the script to always show(lock in positions) certain sponsor galleries on index template?

Regards,
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: Galleries Question

Post by admin »

Yes
At that position

<thumb sponsor_id=... num=...
Don't forget to run script update
tubeman
Posts: 534
Joined: Sat Mar 02, 2013 11:33 am

Re: Galleries Question

Post by tubeman »

Hi,
Thanks. Suppose in overall galleries I want to show certain galleries , I am using for example this to display galleries:

<!--default_1-120-->

In this case based on gallery if how do II specify positions of galleries I want to show?
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: Galleries Question

Post by admin »

<thumb num=1-10

<thumb sponsor_id=... num=1-5


<thumb num=11-100
Don't forget to run script update
tubeman
Posts: 534
Joined: Sat Mar 02, 2013 11:33 am

Re: Galleries Question

Post by tubeman »

Hi,
I tried this code to lock 4th gallery but it did not work:

<thumb numb=1-3></thumb>
<thumb sponsor_id=7 num=4></thumb>
<thumb num=5-160></thumb>

where sponsor_id=7 has only 1 gallery in it, I tried also to boost ctr by Massedit selected gallery, it worked for an hour and then ctr for gallery got reset. How do I achieve this?

Regards,
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: Galleries Question

Post by admin »

"sponsor_id=7 has only 1 gallery in it"

but you are trying to output 4th thumb of the sponsor id 7

<thumb sponsor_id=7 num=4></thumb>
Don't forget to run script update
tubeman
Posts: 534
Joined: Sat Mar 02, 2013 11:33 am

Re: Galleries Question

Post by tubeman »

So correct would be <thumb sponsor_id=7 num=1></thumb> ?
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: Galleries Question

Post by admin »

Yes
image each tag as a list and you specify numbers from that list
Don't forget to run script update
tubeman
Posts: 534
Joined: Sat Mar 02, 2013 11:33 am

Re: Galleries Question

Post by tubeman »

So if I want the 4th thumb on the 1st row of my page from sponsor id 7 would this be correct:

<thumb num=1-3></thumb>
<thumb sponsor_id=7 num=1></thumb>
<thumb num=5-160></thumb>
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: Galleries Question

Post by admin »

Yes

I think you want

<thumb num=5-160></thumb>


4 here
Don't forget to run script update
Post Reply