one of the issues I'm having is getting it to link to the image instead. Which I think I figured out but I am trying to get 5 or 10 haven't decided yet with just the image and linking to the image for that link. And I don't want the links ascending. I want them side by side.
The problem with that is it creates a table and I want the linked images side by side. So one row with 7 linked images no description or anything else.
A table is side by side. I can't imagine what "side by side" can mean other than a two column table. Can you draw a picture of what you mean?
Removing the word ascending from the config line should break everything entirely -- there are only two logically possible sort orders, ascending and descending, and I presume you want descending based on what you said which is why I provided descending above.
Comments on top list
Member
Usergroup: Customer
Joined: Mar 03, 2009
Total Topics: 6
Total Comments: 17
Posted Jun 24, 2012 - 12:56 PM:
How do I make a top list that has the latest 10 links added as well as thumbshot images for each one?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Admin Panel -> Templates -> Toplist Generator -> make those selections, use as the display code. This is the resulting template code to place in your desired template at Admin -> Templates -> Manage Templates:
Member
Usergroup: Customer
Joined: Mar 03, 2009
Total Topics: 6
Total Comments: 17
one of the issues I'm having is getting it to link to the image instead. Which I think I figured out but I am trying to get 5 or 10 haven't decided yet with just the image and linking to the image for that link. And I don't want the links ascending. I want them side by side.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
To link the image, put an a href tag around it:
<div class="thumbshot"><a href="{LINKDETAILSURL}">{LINKTHUMBSHOT}</a></div>
"Side by side" sounds like you want a two column table. Select that you want two columns per row in the toplist generator if you want that.
Member
Usergroup: Customer
Joined: Mar 03, 2009
Total Topics: 6
Total Comments: 17
The problem with that is it creates a table and I want the linked images side by side. So one row with 7 linked images no description or anything else.
Member
Usergroup: Customer
Joined: Mar 03, 2009
Total Topics: 6
Total Comments: 17
I tried just removing the word ascending from the code but it does it anyways.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
A table is side by side. I can't imagine what "side by side" can mean other than a two column table. Can you draw a picture of what you mean?
Removing the word ascending from the config line should break everything entirely -- there are only two logically possible sort orders, ascending and descending, and I presume you want descending based on what you said which is why I provided descending above.
Member
Usergroup: Customer
Joined: Mar 03, 2009
Total Topics: 6
Total Comments: 17
http://fan-sites.org/hosted-sites/ The top is an example of how i would like it to display.
Member
Usergroup: Customer
Joined: Mar 03, 2009
Total Topics: 6
Total Comments: 17
I got it. You were correct on the columns I just didn't set the right amount of columns.