The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Username HTML Markup 4.2.x Details »» | |||||||||||||||||||||||||||||||||
Description: This Add-On will showing the Usergroups Username HTML Markup in EVERYWHERE Espacially in FORUMINDEX / FORUMHOME / FORUMLIST / FORUMDISPLAY / SUBFORUMS Installation: Import the product-username_html_markup.xml product file via admincp -> product manager -> import/export products Tested on:
Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
9 благодарности(ей) от: | ||
Life Revived, nacaruncr, Skaut, sodasusu, SᴩiDᴇЯ, Teascu Dorin, X-or |
Comments |
#362
|
|||
|
|||
Copy This Code to memberaction_dropdown Template in Your Style
And Fix IT ..... Test 100% vBulletin 4.1.6 . . . <div class="popupmenu memberaction<vb:if condition="$page_class"> {vb:raw page_class}</vb:if>"> <a class="username {vb:raw memberinfo.online} popupctrl" href="{vb:link member, {vb:raw memberinfo}}" title="{vb:rawphrase {vb:raw memberinfo['onlinestatusphrase']}, {vb:raw username}}"><strong><vb:if condition="$memberinfo['musername']">{vb:raw memberinfo.musername}<vb:else />{vb:raw memberinfo.username}</vb:if></strong></a> <ul class="popupbody popuphover memberaction_body"> <li class="left"> <img src="{vb:stylevar imgdir_siteicons}/profile.png" alt="" /> <a href="{vb:link member, {vb:raw memberinfo}}"> {vb:rawphrase view_profile} </a> </li> <li class="right"> <img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="" /> <a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw memberinfo.userid}&contenttype=vBForum_Post&am p;showposts=1" rel="nofollow"> {vb:rawphrase view_forum_posts} </a> </li> <vb:if condition="$show['pmlink']"> <li class="left"> <img src="{vb:stylevar imgdir_siteicons}/message.png" alt="" /> <a href="private.php?{vb:raw session.sessionurl}do=newpm&u={vb:raw memberinfo.userid}" rel="nofollow"> {vb:rawphrase private_message} </a> </li> </vb:if> <vb:if condition="$show['viewblog']"> <li class="right"> <img src="{vb:stylevar imgdir_siteicons}/blog.png" alt="" /> <a href="{vb:raw $vboptions.vbblog_url}{vb:if "$vboptions['vbblog_url']", '/', ''}blog.php?{vb:raw session.sessionurl}u={vb:raw memberinfo.userid}" rel="nofollow"> {vb:rawphrase view_blog_entries} </a> </li> </vb:if> <vb:if condition="$show['homepage']"> <li class="left"> <img src="{vb:stylevar imgdir_siteicons}/homepage.png" alt="" /> <a href="{vb:raw memberinfo.homepage}" rel="nofollow"> {vb:rawphrase visit_homepage} </a> </li> </vb:if> <vb:if condition="$show['viewarticles']"> <li class="right"> <img src="{vb:stylevar imgdir_siteicons}/article.png" alt="" /> <a href="list.php/author/{vb:raw memberinfo.userid}-{vb:raw memberinfo.username}" rel="nofollow"> {vb:rawphrase view_articles} </a> </li> </vb:if> <vb:if condition="$show['addfriend']"> <li class="left"> <img src="{vb:stylevar imgdir_siteicons}/add.png" alt="" /> <a href="profile.php?{vb:raw session.sessionurl}do=addlist&userlist=buddy&a mp;u={vb:raw memberinfo.userid}"> {vb:rawphrase add_as_contact} </a> </li> </vb:if> <vb:if condition="$show['emaillink']"> <li class="right"> <img src="{vb:stylevar imgdir_siteicons}/email.png" alt="" /> <a href="sendmessage.php?{vb:raw session.sessionurl}do=mailmember&u={vb:raw memberinfo.userid}" rel="nofollow"> {vb:rawphrase send_email} </a> </li> </vb:if> {vb:raw template_hook.memberaction_dropdown_items} </ul> </div> |
#363
|
||||
|
||||
Is there a similar fix for the thread view using this mod?
|
#364
|
||||
|
||||
Seems everyone is having issues with this mod for a long time as you can see the owner of this mod is not supporting his mod so i would just forget this mod as there aint no type of support from the owner of the mod either that or someone needs to take his mod and rework it to work do not waste your time from the owner of this mod as he seems to be irresponsible for his stuff.
|
#365
|
|||
|
|||
I have just installed this on vb 4.1.7 and apart from the problem with using the " instead of the ' it works fine.
|
#366
|
|||
|
|||
I was not able to fix the problem, but I was able to remove the bugged mouseover text. To do this, edit the phrase started_ by_ x_ y_ z_ a and insert the following in all translation fields:
Code:
<span class="label">Started by <a href="{1}" class="username understate">{2}</a>{5}, {3} {4}</span> |
#367
|
||||
|
||||
not working 4.1.8
|
#368
|
|||
|
|||
Code:
Database error in vBulletin 4.1.4: Invalid SQL: SELECT forum.forumid, forum.lastpost, forum.lastposter, forum.lastposterid, forum.IF(lastthreadprefix <> '' AND allowprefix != 0, CONCAT('', lastthreadprefix, ' - ', lastthread), lastthread) AS lastthread, forum.lastthreadid, forum.lasticonid, forum.threadcount, forum.replycount, forum.lastpostid, forum.lastprefixid, user.usergroupid, user.homepage, user.options AS useroptions, IF(userlist.friend = 'yes', 1, 0) AS isfriend , forumread.readtime AS forumread FROM forum AS forum LEFT JOIN forumread AS forumread ON (forumread.forumid = forum.forumid AND forumread.userid = 705) LEFT JOIN user AS user ON (user.userid = forum.lastposterid) LEFT JOIN userlist AS userlist ON (userlist.relationid = user.userid AND userlist.type = 'buddy' AND userlist.userid = 705); MySQL Error : FUNCTION forum.IF does not exist Error Number : 1305 Request Date : Saturday, December 10th 2011 @ 07:41:39 AM Error Date : Saturday, December 10th 2011 @ 07:41:40 AM Script : http://**********.com/showthread.php?t=93583 Referrer : http://***********.com/forum.php IP Address : ***.*.***.* Username : ****** Classname : vB_Database MySQL Version : 5.0.92-community-log |
#369
|
|||
|
|||
Doesn't work on 4.1.7. If I'm set to invisible it says on the forum home I am invisible for some reason. Uninstalled.
|
#370
|
||||
|
||||
I can verify. This will damage your site on 4.1.9
|
#371
|
||||
|
||||
Damage it how?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|