![]() |
Learn to code... So many errors
|
Indeed very nice, works great.
Many thanx friend. G! Quote:
|
It's is not working for few usergroup (Moderator and VIP), they have a different color
Attaching the image https://vborg.vbsupport.ru/external/2012/03/4.png Kindly let us know the solution. Thanx and rgds, G! |
Does this work 100% with vbulletin 4.1.11, anyone please confirm? especially if it can used with multiple customize usergroups, VIP, Troll, etc...
|
Quote:
|
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! Quote:
|
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. |
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. |
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: http://img822.imageshack.us/img822/7941/image001qg.png 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> |
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 |
All times are GMT. The time now is 01:19 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|