Images on model list page not showing

Post Reply
chymp
Posts: 43
Joined: Tue Feb 12, 2013 11:00 pm

Images on model list page not showing

Post by chymp »

The model thumbs on my model listing pages are not showing. The script is pulling the incorrect <!--THUMB_URL--> information. For example, one of my model thumbs is showing as /scj/thumbs/37.jpg, which does not exist anywhere in the thumbs dir or even in the subdirs under thumbs.

This is how the template is set up:
<models order=alphabet num=1-1000 first_letter=a>
<a href="/model/<!--MODEL_SLUG-->/" title="<!--MODEL_NAME-->" target="_self"><img src="<!--THUMB_URL-->" alt="<!--MODEL_NAME-->"><em><!--MODEL_NAME--></em></a>
</models>

I have two SCJ sites that are set up exactly the same and this is working fine on one site but not the other and I can't tell why. Is there a setting I am missing somewhere or something?
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: Images on model list page not showing

Post by admin »

Model Best Thumb select interval, hours ?
Don't forget to run script update
chymp
Posts: 43
Joined: Tue Feb 12, 2013 11:00 pm

Re: Images on model list page not showing

Post by chymp »

I think this must be it as it was set to 0 in the site that is not showing the thumbs. Strange that it is showing any value for THUMB_URL though.

Thank you!
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: Images on model list page not showing

Post by admin »

NP
Don't forget to run script update
Post Reply