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 |
#392
|
|||
|
|||
Learn to code... So many errors
|
#393
|
||||
|
||||
Indeed very nice, works great.
Many thanx friend. G! |
#394
|
||||
|
||||
It's is not working for few usergroup (Moderator and VIP), they have a different color
Attaching the image Kindly let us know the solution. Thanx and rgds, G! |
#395
|
|||
|
|||
Does this work 100% with vbulletin 4.1.11, anyone please confirm? especially if it can used with multiple customize usergroups, VIP, Troll, etc...
|
#396
|
||||
|
||||
As I remember, this works only with primary, not display usergroups. If you have your system set in way that primary usergroup stays unchanged, it will not show users' display usergroup.
|
#397
|
||||
|
||||
Thanx for tip, let me check it.
Edit: Yes you are right. Can you please tell me what is the difference for making them primary member ?, what can the the technical or other problem by doing this? G! |
#398
|
||||
|
||||
Well, this and https://vborg.vbsupport.ru/showthread.php?t=254373 have problems with this. Advanced You code also looks for primary users.
Anyway, core vBulletin doesn't make difference if primary usergroup allows that it has member (secondary) usergroups. I too tried to make changes to this mod by myself, but didn't managed to figure it out how to do this. |
#399
|
|||
|
|||
NVM, it works 100% on vbulletin 4.1.11
You have to change double quote to single quote in each usergroup to display properly. best to change it first, then upload this mod. |
#400
|
||||
|
||||
This is not real solution, but just a workaround, as you'll loose some information. This may be a big problem for you, or may not be a problem at all, you decide.
I'm talking about this problem, when you go to user's name in last post section and hover mouse over it, you see this: It is link title associated with this link. To remove this, you just need to remove title. And remove it completely. If someone knows how to really solve this problem, please post it here. To remove title, find template memberaction_dropdown At the beginning you have this code (at least with vB4.1.2, as I'm still on it, but it should look very similar to this on other versions, if not the same): HTML Code:
<a class="username {vb:raw memberinfo.online} popupctrl" href="{vb:link member, {vb:raw memberinfo}}" title="{vb:rawphrase {vb:raw memberinfo['onlinestatusphrase']}, {vb:raw memberinfo.username}}"><strong><vb:if condition="$memberinfo['musername']">{vb:raw memberinfo.musername}<vb:else />{vb:raw memberinfo.username}</vb:if></strong></a> HTML Code:
title="{vb:rawphrase {vb:raw memberinfo['onlinestatusphrase']}, {vb:raw memberinfo.username}}" HTML Code:
<a class="username {vb:raw memberinfo.online} popupctrl" href="{vb:link member, {vb:raw memberinfo}}"><strong><vb:if condition="$memberinfo['musername']">{vb:raw memberinfo.musername}<vb:else />{vb:raw memberinfo.username}</vb:if></strong></a> |
#401
|
||||
|
||||
Hey Guys,
This mod didn't work for me on 4.1.11 or 4.1.12. Easy fix: 1) Disable this mod. 2) Add a new plugin to vBulletin on the memberaction_dropdown hook with the following: PHP Code:
-Nick, SEOvB Developer |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|