Version: 1.00, by Xoligy
Developer Last Online: Mar 2013
Category: Show Thread Enhancements -
Version: 3.6.4
Rating:
Released: 12-11-2006
Last Update: 12-13-2006
Installs: 70
Uses Plugins
No support by the author.
As requested, this plug-in shows what skin users are using in their postbit.
The variables are as follows: $post[stylename] - The style name, eg. Smooth Blue $post[styleid] - The style ID, eg. 13 (it's unlikely that you'll need this) $post[styleurl] - The URL to the style, eg. /forum/showthread.php?t=133805&styleid=13 $post[stylelink] - A link to the style and the style name, eg. Smooth blue
The recommended code to put in your postbit/postbit_legacy templatebit is:
Style: $post[stylelink]
If you don't wish to have the skin name link to the skin, use:
Style: $post[stylename]
Please note: Due to the default behaviour of vBulletin, this will only show the skin set in the user's options, and not the skin chosen from the "Quick Style Chooser". You can fix this by installing this plug-in (highly recommended).
need help when i uninstalled it i got this database error:
Quote:
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT
post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
user.*, userfield.*, usertextfield.*,
icon.title as icontitle, icon.iconpath,
avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight,
deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason,
editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
editlog.reason AS edit_reason,
postparsed.pagetext_html, postparsed.hasimages,
sigparsed.signatureparsed, sigparsed.hasimages AS sighasimages,
sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid
, IF(SUM(photoplog_fileuploads.moderate) > 0 AND 1 = 0,COUNT(photoplog_fileuploads.moderate) - SUM(photoplog_fileuploads.moderate),COUNT(photoplo g_fileuploads.moderate)) AS photoplog_filecount,blog_user.entries
FROM post AS post
LEFT JOIN user AS user ON(user.userid = post.userid)
LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid)
LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
LEFT JOIN icon AS icon ON(icon.iconid = post.iconid)
LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)
LEFT JOIN deletionlog AS deletionlog ON(post.postid = deletionlog.primaryid AND deletionlog.type = 'post')
LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid)
LEFT JOIN postparsed AS postparsed ON(postparsed.postid = post.postid AND postparsed.styleid = 19 AND postparsed.languageid = 1)
LEFT JOIN sigparsed AS sigparsed ON(sigparsed.userid = user.userid AND sigparsed.styleid = 19 AND sigparsed.languageid = 1)
LEFT JOIN sigpic AS sigpic ON(sigpic.userid = post.userid)
WHERE post.postid IN (0,190207,190230,190235,190236,190239,190240,19024 1,190207)
ORDER BY post.dateline;
i have a weird problem, after installing this hack (and the other one related to this) i get alot of comment from members that the style randomly changes from now and then while browsing the forum. I've had it a few times myself as well now... any idea on this one?
I'm having the same issue. Has there been a fix for this?