Version: 1.00, by ry215
Developer Last Online: May 2022
Category: Forum Display Enhancements -
Version: 4.0.x
Rating:
Released: 04-28-2010
Last Update: Never
Installs: 21
Uses Plugins Template Edits
Translations
No support by the author.
Features
Automatically get photos in the topic , should not be taken from file attach or insert a thumb filed a post again when
If you do not have the card in all [img] tag it will get the [youtube] youtube to acquire images of the thumb as
You can customize the small size of the thumb with each option box
Installation
Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product] product-thumbs_forumdisplay.xml
but for me works fine , you can chek it here if you don't believe , nominated for MOTM by me , tnxxxxxxxxxx
EDIT: i'm getting seriouse database errors after installing this modification
Code:
Invalid SQL:
SELECT
IF(votenum >= 1, votenum, 0) AS votenum,
IF(votenum >= 1 AND votenum > 0, votetotal / votenum, 0) AS voteavg,
post.pagetext AS thumb,
thread.threadid, thread.title AS threadtitle, thread.forumid, pollid, open, postusername, postuserid, thread.iconid AS threadiconid,
thread.dateline, notes, thread.visible, sticky, votetotal, thread.attach, thread.lastpost, thread.lastposter, thread.lastposterid, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views,
thread.prefixid, thread.taglist, hiddencount, deletedcount,
user.usergroupid, user.homepage, user.options AS useroptions, IF(userlist.friend = 'yes', 1, 0) AS isfriend
FROM thread AS thread
LEFT JOIN user AS user ON (user.userid = thread.lastposterid)
LEFT JOIN userlist AS userlist ON (userlist.relationid = user.userid AND userlist.type = 'buddy' AND userlist.userid = 0)
WHERE thread.threadid IN (0,11)
ORDER BY sticky DESC, lastpost DESC;
MySQL Error : Unknown table 'post' in field list
Error Number : 1109
Request Date : Saturday, May 1st 2010 @ 11:41:02 PM
Error Date : Saturday, May 1st 2010 @ 11:41:11 PM
Script :
Referrer :
IP Address :
Username :
Classname : vB_Database
MySQL Version :
I love this mod the only problem that I have is that the image is on top of the thread title.
I have seen others mention this in earlier post but have not seen any solutions. Can someone please respond with a solution for this. Again this is an awesome mod and one I have been looking for, for quite a while. Thank you in advance for your help.
What I did to fix the problem with the images being over top of the title of the thread:
I went to style vars and I edited the theadbit image size. I only changed the wigth size and not the height. The downfall is that all thread icons are a little further away from title but you can fine it for your forum to fit.
This not a professional fix but for someone like me that is not a coder I went a different route until i can get the proper code fix for the problem.