Top 10 topics on index page with thread images?
|
#12
28-05-2014
See attached file.
In the template fishhatt_gallery_gallery you can add the following variables:
{$fishhatt_username}
{$fishhatt_views}
{$fishhatt_title}
{$fishhatt_postlink}
{$fishhatt_datetime}
My donate link if you should feel so inclined : http://www.leefish.nl/mybb/donate.php
In the template fishhatt_gallery_gallery you can add the following variables:
{$fishhatt_username}
{$fishhatt_views}
{$fishhatt_title}
{$fishhatt_postlink}
{$fishhatt_datetime}
My donate link if you should feel so inclined : http://www.leefish.nl/mybb/donate.php
#14
28-05-2014
replies - hang on
{$fishhatt_views} should output JUST the number, {$fishhatt_replies} added to file.
Very very badly formed template:
Updated file attached.
{$fishhatt_views} should output JUST the number, {$fishhatt_replies} added to file.
Very very badly formed template:
Code:
<div>
<div style="overflow:hidden;width:100%;">{$fishhatt_title}</div>
<a href="{$fishhatt_postlink}"><img src="{$fishhatt_att_thumb}" alt="{$fishhatt_title}" title="{$fishhatt_title}, Posted By: {$fishhatt_username} Uploaded At: {$fishhatt_datetime}" class="attachment" style="vertical-align: middle" /></a>
<div style="overflow:hidden;width:100%;">{$fishhatt_replies} Replies</div>
</div>
Updated file attached.
#17
28-05-2014
Phew. Ok, so I've got them all positioned how I want them. The links work, the images work, the titles work, and everything's terrrrrific.
A couple of things...
If I download that other plugin you mentioned, would you be able to do something with your plugin that pulls replies from a period of a week rather than just a day?
And is there anything I can put in which will display something (like a universal prefix) depending on which forum ID the thread is from?
Thanks so much, Lee. I will be making a donation to your paypal thingy later.
A couple of things...
If I download that other plugin you mentioned, would you be able to do something with your plugin that pulls replies from a period of a week rather than just a day?
And is there anything I can put in which will display something (like a universal prefix) depending on which forum ID the thread is from?
Thanks so much, Lee. I will be making a donation to your paypal thingy later.