The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Last Poster Avatar Details »» | |||||||||||||||||||||||||||||||||||
Info
This mod ads last posters' avatars next to their names on Forumdisplay pages. I've just finished a section of one of my bigger mods to come, and thought that some of you may just need this little enhancement on their forums. If so, feel free to download and test it.Features Not too many features for now, it's a pretty straight forward mod. I'm always open to your suggestions though. Installation Import [phpdesk.com]-product-lpavatar.xml via AdminCP > Plugin System > Manage Products > [Add/Import Product]Mod Support - Do not forget to mark as installed to qualify for further assistanceGhangelog 1.0.0 | 2011-12-13 Download Now
Screenshots
Show Your Support
|
5 благодарности(ей) от: | ||
iiioroh, jramos1973, RichieBoy67, yilmaz |
Comments |
#252
|
|||
|
|||
Quote:
|
2 благодарности(ей) от: | ||
Tibiaspy, too_cool_3 |
#253
|
||||
|
||||
Works amazing for me on 4.2.2, great Mod!
|
#254
|
|||
|
|||
Error vB 4.2.3 Beta 3
Code:
Database error in vBulletin 4.2.3 Beta 3: Invalid SQL: SELECT IF(votenum >= 1, votenum, 0) AS votenum, IF(votenum >= 1 AND votenum > 0, votetotal / votenum, 0) AS voteavg, post.pagetext AS preview,thread.firstpostid, post.pagetext AS thumb, thread.threadid, thread.title AS threadtitle, thread.forumid, thread.pollid, thread.open, thread.postusername, thread.postuserid, thread.iconid AS threadiconid, thread.dateline, thread.notes, thread.visible, thread.sticky, thread.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, thread.hiddencount, thread.deletedcount, user.userid, user.membergroupids, user.infractiongroupids, user.usergroupid, user.homepage, user.options AS useroptions, IF(userlist.friend = 'yes', 1, 0) AS isfriend, user.lastactivity, user.lastvisit, IF(user.options & 512, 1, 0) AS invisible , NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed , deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason , threadredirect.expires , usergrouphasann.opentag as opentaghasann, usergrouphasann.closetag AS closetaghasann, usergrouphuseyinn.opentag AS opentaghuseyinn, usergrouphuseyinn.closetag AS closetaghuseyinn,IF(customavatar.userid, 1, 0) AS useavatar, uposter.userid AS useravatarid, uposter.avatarrevision , user.avatarrevision AS avatarrevision, thread.lastposterid AS userid, avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight 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 = 1) LEFT JOIN deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND deletionlog.type = 'thread') LEFT JOIN subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1 AND canview = 1) LEFT JOIN post AS post ON(post.postid = thread.firstpostid) LEFT JOIN threadredirect AS threadredirect ON(thread.open = 10 AND thread.threadid = threadredirect.threadid) LEFT JOIN user AS userhasann ON ( userhasann.userid = thread.postuserid ) LEFT JOIN usergroup AS usergrouphasann ON ( usergrouphasann.usergroupid = userhasann.usergroupid ) LEFT JOIN user AS userhuseyinn ON ( userhuseyinn.userid = thread.lastposterid ) LEFT JOIN usergroup AS usergrouphuseyinn ON ( usergrouphuseyinn.usergroupid = userhuseyinn.usergroupid ) LEFT JOIN user AS uposter ON (uposter.userid = thread.postuserid) LEFT JOIN customavatar AS customavatar ON (customavatar.userid = uposter.userid) LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid) WHERE thread.threadid IN (0,1104,1103,1108,1123,1101,1110) ORDER BY thread.sticky DESC, lastpost DESC; MySQL Error : Not unique table/alias: 'customavatar' Error Number : 1066 |
#255
|
|||
|
|||
how to I can show Avatar in mobile Style?
Thank you very much! |
#256
|
|||
|
|||
Hello all today install last post avatar but its not showing correctly
I want this type Mine showing is this See first avatar showing after Last post icon is showing and name is showing below so i want above pic like this hope all understand My skin is Ideal VB Black Also How to Turn Off last post icon ??? if i use last post avatar and showing avatar and last post icon looking bad so i want to turf off last post icon |
#257
|
|||
|
|||
Quote:
Developer is long gone, is anyone willing to repair this bug for him? This is very nic plugin but with subforums not working it's not usable atm :/ |
#258
|
||||
|
||||
Quote:
To remove last post icon -> edit the following template [ forumhome_lastpostby ] find and remove: Code:
<vb:if condition="$show['icon']"><img src="{vb:raw icon.iconpath}" class="postimg" alt="{vb:raw icon.title}" border="0" /></vb:if> |
Благодарность от: | ||
tanzeelniazi |
#259
|
|||
|
|||
Quote:
Code:
$threadinfo = array( |
#260
|
||||
|
||||
looked like it worked on 4.2.2 Patch Level 4 but upon entering forums received database error page, uninstalled
|
#261
|
||||
|
||||
Quote:
https://vborg.vbsupport.ru/showthread.php?t=268618 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|