View Full Version : Major Additions - Username HTML Markup 4.2.x
vglobal
11-13-2010, 04:47 PM
Will not pass W3C Markup Validation. Uninstall and tag for future update.
phoelapyae
11-25-2010, 10:47 PM
I got the same error.
Please help.
Davey-UK
11-27-2010, 09:58 AM
I get this too on 4.0.8
also can we get it on the side blocks as well like I have on my forum?
Your question has been answered.
In the html markup for your usergroups, use ' and not " to surround your markup.
Eg <font size "3" should be '3'
It works, try it
Nikotod
11-27-2010, 10:40 AM
Great mod!
Marked and voted!
Can you add markup to the stats block, CMS recent activity block, "Hello User", threaded view(the list)? Or tell me how to manually do it?
Thanks.
COL NIL SATIS
11-27-2010, 05:21 PM
tagged !!
cyberchief
11-27-2010, 06:36 PM
Awesome. Thanks!
maipoman
12-06-2010, 01:21 PM
How do I uninstall this product? I have uninstalled it from "admincp -> product manager ->" but username markups are still showing everywhere. Execpt for in CSM comments, the only place where I wanted it to work.
Nikotod
12-06-2010, 01:32 PM
How do I uninstall this product? I have uninstalled it from "admincp -> product manager ->" but username markups are still showing everywhere. Execpt for in CSM comments, the only place where I wanted it to work.
Маy be you need to clean the cache and rebuild the usernames?
maipoman
12-06-2010, 02:01 PM
Маy be you need to clean the cache and rebuild the usernames?
Thanks, rebuild of usernames did the trick! :)
LuckyNeo
12-08-2010, 08:52 AM
Ok I found a way to eliminate the extra crud on there.
Open your memberaction_dropdown template in your style.
In the second line look for {vb:rawmemberinfo['onlinestatusphrase']},
Replace with this {vb:rawmemberinfo<!--['onlinestatusphrase']},-->
That got rid of all the extra stuff, even on hover!!!:up:
Awesome!
CybaGirl
12-12-2010, 02:02 AM
Thanks for the mod much appreciated.
However I installed but uninstalled it due to the hover problem with showing the HTML mark up code.
I also noticed that the offline hover message is still saying people are offline in the forum thread listings and on the forum home page when they are indeed online. As you go to a thread in which the person has posted and it shows that they are online.
So something else is causing this issue.
I tested this on both our main forum and our test forum that has next to no mods installed.
Both forums are running v4.0.3
So in regards to the offline message being shown this is related to something else. So all that needs to be fixed with this mod is the HTML mark up from being shown when you hover over a users name.
Have tag the mod for when a proper fix can be utilised.
ozzy47
12-12-2010, 02:36 AM
Awesome!
Not a problem :)
sweetguy2004
12-12-2010, 04:24 PM
Thanks for the mod much appreciated.
However I installed but uninstalled it due to the hover problem with showing the HTML mark up code.
I also noticed that the offline hover message is still saying people are offline in the forum thread listings and on the forum home page when they are indeed online. As you go to a thread in which the person has posted and it shows that they are online.
So something else is causing this issue.
I tested this on both our main forum and our test forum that has next to no mods installed.
Both forums are running v4.0.3
So in regards to the offline message being shown this is related to something else. So all that needs to be fixed with this mod is the HTML mark up from being shown when you hover over a users name.
Have tag the mod for when a proper fix can be utilised.
I am facing the same problem :(
Please fix it asap
ozzy47
12-12-2010, 04:46 PM
sweetguy2004 & CybaGirl
Ok I found a way to eliminate the extra crud on there.
Open your memberaction_dropdown template in your style.
In the second line look for {vb:rawmemberinfo['onlinestatusphrase']},
Replace with this {vb:rawmemberinfo<!--['onlinestatusphrase']},-->
That got rid of all the extra stuff, even on hover!!!:up:
Ya have to try this!!
Juggernaut
01-03-2011, 07:08 AM
sweetguy2004 & CybaGirl
Ya have to try this!!
That is good, but I had to change your fix to this to have it work for me. :D
{vb:rawmemberinfo<!--['onlinestatusphrase'],-->}
vbcreator
01-03-2011, 10:25 AM
thanks,
you are just giving your vb4 mods
great
horussjr
01-04-2011, 07:38 PM
in a forum where all threads are displayed still getting the span. help
final kaoss
01-04-2011, 09:19 PM
Well if all that's happening is that being commented out, then here's the appropriate fix.
{vb:rawmemberinfo}
That is good, but I had to change your fix to this to have it work for me. :D
{vb:rawmemberinfo<!--['onlinestatusphrase'],-->}
DAMINK
01-04-2011, 09:30 PM
in a forum where all threads are displayed still getting the span. help
Yep i have the same problem too mate.
final kaoss
01-04-2011, 09:31 PM
I asked about it, check out DJ's answer
https://vborg.vbsupport.ru/showthread.php?p=2143823#post2143823
horussjr
01-05-2011, 02:09 PM
test
horussjr
01-05-2011, 02:10 PM
Well if all that's happening is that being commented out, then here's the appropriate fix.
{vb:rawmemberinfo}
NOT Working
I asked about it, check out DJ's answer
https://vborg.vbsupport.ru/showthread.php?p=2143823#post2143823
NOT very understandable. please explain it more precise please
final kaoss
01-05-2011, 02:25 PM
Your telling the wrong person to be more understandable lol. Like I said, check there for the answer I got and you go over there and tell HIM to be more understandable.
NOT Working
NOT very understandable. please explain it more precise please
Lynne
01-05-2011, 03:08 PM
I would not suggest going over to the other thread to ask for help. All he did was explain why this wouldn't work for that particular change. (You already know it doesn't work, he just explained why.) He is not giving support for this mod over there.
TeknoSounds
01-05-2011, 06:55 PM
I understood all he said...its just at this point tracking down the offending variable hes using...
TeknoSounds
01-06-2011, 03:18 AM
Okay I think I know what's happening:
Hasaan's code looks for these two variables - postusername and lastposter and then wraps tags around them.
This works fine as showing up in the forums, however the onlinestatus hover uses the same postusername variable causing it to inject the tags around it as well, causing the tags to show up in the hover.
So if I can find where the onlinestatus is pulling the postusername variable and change it to something similar, the extra code in the hover shouldn't appear anymore.
At least that's one way of fixing it... it would be nice to find a way to use an if statement or something to disinclude the onlinestatus somehow from using the tags.
Hope that makes sense.
rob01
01-06-2011, 05:07 AM
this addon dosnt work inside forumdisplay right?
TeknoSounds
01-06-2011, 07:29 AM
works pretty much everywhere but vbadvanced CMPS. If you can ignore the onlinestatus tag issue.
kfyonur
01-06-2011, 12:12 PM
at the end I solved it..Thanx
First box <span style='color:#900;font-weight:bold;font-size:12px;font-family:Tahoma;'>
Second Box </span>
MarkBeeson
01-08-2011, 01:27 PM
I'm surprised out of the community of all the developers here no one can come up with a mod that works 100% on this. It's so easy compared to all the advanced modifications here. ;/
TeknoSounds
01-09-2011, 04:47 AM
I'm surprised out of the community of all the developers here no one can come up with a mod that works 100% on this. It's so easy compared to all the advanced modifications here. ;/
I know right...I'm about fed up to the point of paying someone to take the 10min required to fix it by a knowledgeable person. *sigh*
Losko
02-07-2011, 05:37 PM
Installed and working on vb 4.1.1
Thanks :)
elkomander
03-27-2011, 10:25 PM
no solution to this?
Poker Face
03-27-2011, 11:39 PM
Installed > Works - 4.1.2
Magnumutz
03-29-2011, 01:55 PM
Really? Please post a link to your forum, so i can see for myself :)
horussjr
04-02-2011, 12:07 AM
<a href="http://www.stormzone.ro/forum" target="_blank">www.stormzone.ro/forum</a>
i am also using this and working very well. the only problem is the one on hovering. the ALT function is showing even the span code...
Bajek
04-04-2011, 08:21 PM
Is there possibility to change mod to display "username html markup" on search result page?
iMaverick
04-10-2011, 05:04 PM
I'd like that markup option too!
Last_Zero
04-11-2011, 10:46 AM
Installed But Made My Style Not Valid Css
Is There's Anyway To Fix This ?
JohnGR
04-13-2011, 04:30 PM
does this mod work on last vbulletin 4.1.3 ?
nsdqmaester
04-13-2011, 04:30 PM
Thanks Installed & Works VB 4.1.3
JohnGR
04-13-2011, 04:43 PM
i have an issue
i can get this in last post first page
by admin is offline">admin
nsdqmaester
04-13-2011, 04:51 PM
your is wrong use this
<span style='font-weight: bold; color: red;'>
</span>
Try this
JohnGR
04-13-2011, 06:39 PM
Try this
Thanks mate it worked i was using quote instead
btw seem that plugin dont work for Custom Usergroups
someone have a solution for that ?
JohnGR
04-14-2011, 07:51 AM
ok fixed was doing wrong custom color
Thx
kreacher
04-14-2011, 11:25 PM
Great thank you
johkalhaups
04-21-2011, 03:05 PM
www.stormzone.ro/forum
i am also using this and working very well. the only problem is the one on hovering. the ALT function is showing even the span code...
I just installed this today and Im having the same issue on vB 4.1.3.
Alan_SP
04-22-2011, 04:12 AM
Also, this mod shows all span tags, not from the displayusergroup, but all. If a user has more than one usergruops, it would show also additional usergroups tags.
Is it possible to make this mod to show only dispalyusergroup if it is set up?
bilgin61
05-07-2011, 06:43 PM
Hi I am using 4.1.3 but it gave the following error
http://img560.imageshack.us/img560/7334/erroroh.th.png (http://img560.imageshack.us/i/erroroh.png/)
User ofline shows
What should I do
bilgin61
05-07-2011, 07:41 PM
Problem solved. thank you friends
I applied the following method
<span style='color:red;'> </ span>
doctorsexy
05-19-2011, 10:37 AM
Working . 4.1.3 thanks.........
j0k4w1ld
05-20-2011, 05:50 PM
thank you. works perfectly.
my community thanks you.
fahris
05-22-2011, 08:50 PM
Vbulletin 4.1.3 te ?alışmışyor.
?rnek :
Konuyu Başlatan Kırık Testi on 05-02-2011 21:21">Kırık Testi, 05-02-2011 21:21
AWithers04
05-23-2011, 09:48 PM
i just installed this mod on 4.1.3 but it made the side boxes end up at the bottom of the page and moved my chat box up into the nav bar. Has anyone else experienced this or have a fix for it? I really need this username color mod. My phpbb3 forum had it and now i moved to vbulletin and trying to match up mods
M.Iftikhar
05-24-2011, 12:01 AM
HI WHEN I INSTALL I GET THIS PROBLEM
Administrator is offline">https://vborg.vbsupport.ru/external/2011/05/8.gifAdministrator
I USE THIS CODE..PLEASE HELP ME
<img src="/images/uf/man.gif" style="border:0;"><span style="font-weight: bold; color: #CC0033; "></span>
TeknoSounds
05-24-2011, 01:57 AM
Still an ongoing issue for over a year now...don't hope for a fix soon :(
mehdi0926
06-02-2011, 04:27 PM
hi,
problem with the title tag?
title="Créée par <span style='font-weight: bold; color: #000000;'> real madrid</span>
mehdi0926
06-02-2011, 06:02 PM
Same problem here
TeknoSounds
06-03-2011, 02:34 AM
Same problem everyone has had for over a year now... and it still hasn't been updated to fix it, and no one has been able to figure it out.
Alan_SP
06-04-2011, 01:38 AM
I think this is problem not with this mod, but with vBulletin files (forum.php maybe), or with template... As moderators show correct usergroup look under their forums, it should also work with last post.
DAMINK
06-04-2011, 01:48 AM
Installed and working ok.
Is it possible to also have the markup on New posts?
That appears to be the only area where the usernames are not working.
Same problem here
Idem. some problem.
This mod is important. Is there other mod like this?
Pionex
06-09-2011, 03:15 AM
getting this under thread title:
Started by Pionex on 1 Minute Ago">Pionex, 1 Minute Ago
has this been addressed yet?
TeknoSounds
06-09-2011, 05:00 AM
getting this under thread title:
Started by Pionex on 1 Minute Ago">Pionex, 1 Minute Ago
has this been addressed yet?
Nope and likely won't be.
Gemma
06-21-2011, 04:04 PM
Thanks, works well after a couple of tweaks :)
Alan_SP
06-22-2011, 10:41 AM
What tweaks? Would you share them with us?
8thos
06-22-2011, 04:29 PM
I tweaked the hell out of this modification too but I finally uninstalled it today because I saw that while the tweeks worked in most browsers like Firefox, IE and Chrome, the single quotes still created errors in other browsers like Safari which I never use. It also clashed with Point Market's own username mark-up when transfering vbCredits.
Popa Andrei
06-24-2011, 04:59 PM
You need to change the double quotation marks to single quotation marks in the usergroup html markup options.
For example: <span style='COLOR:darkorange;font-weight:bold'> instead of <span style="COLOR:darkorange;font-weight:bold">
You guys are welcome ;)
MikalMirkas
06-24-2011, 07:22 PM
You need to change the double quotation marks to single quotation marks in the usergroup html markup options.
For example: <span style='COLOR:darkorange;font-weight:bold'> instead of <span style="COLOR:darkorange;font-weight:bold">
You guys are welcome ;)
To fix what?
bulldog51981
06-24-2011, 09:25 PM
With 22 pages of posts, I don't know if this issue has been posted yet or not but here's what I found:
This Works:
<span style='color: #FF00DD; background-image: url("http://www.mydomain.com/twinkle.gif")'>
This Doesn't Work:
<span style='color: #006600; background-image: url("http://www.mydomain.com/spark.gif")'>
Not sure why one does and the other doesn't, but was wondering if anyone else had this issue?
You need to change the double quotation marks to single quotation marks in the usergroup html markup options.
For example: <span style='COLOR:darkorange;font-weight:bold'> instead of <span style="COLOR:darkorange;font-weight:bold">
You guys are welcome ;)
Working in 4.1.4
Popa Andrei
06-25-2011, 03:14 PM
To fix what?
FIX FOR THIS
Hi,
i got 2 things which aren't looking goood .. I will attach picture for both of them :)
1st one u can seee it shows names twice & also about being offline & online.
http://img24.imageshack.us/img24/1873/usernamea.jpg (http://imageshack.us/photo/my-images/24/usernamea.jpg/)
Second you can see it shows name, date & time double as well and on the right same as 1st one.
http://img819.imageshack.us/img819/9889/username1.jpg (http://imageshack.us/photo/my-images/819/username1.jpg/)
If there is any coding that has to be changed please do let me know where exactly it goes :P since i am not too good in all this .
Thanks :)
TeknoSounds
07-01-2011, 01:19 AM
Please read above posts. use single quotes.
Please read above posts. use single quotes.
Sorry, but can u tell me where to make that change ?? i mean do i have to edit any template for that or wat ?? sorry m not good in all this :(
TeknoSounds
07-01-2011, 09:32 AM
where you're putting your HTML markup in the usergroups area needs to use single quotes not double quotes.
Magnumutz
07-01-2011, 01:38 PM
FIX FOR THIS
There still is a problem with mouse hover on the username:
https://vborg.vbsupport.ru/
where you're putting your HTML markup in the usergroups area needs to use single quotes not double quotes.
Thanks that worked just fine :)
Magnumutz
07-01-2011, 06:54 PM
Thanks, i kinda fixed that after i posted here.
However, the same thing applies in forum display...
Just that there, the hover shows the date at which the thread was first posted.
THAT i couldn't fix... I'm open to ideas :D
Magnumutz
07-02-2011, 03:44 AM
Sweet man, thanks! :D
Popa Andrei
07-04-2011, 05:29 AM
I made a change to the threadbit template,
Find
<vb:if condition="!$show['detailedtime']">
{vb:rawphrase started_by_x_y_z_a, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:raw thread.starttime}, {vb:stylevar dirmark}}
<vb:else />
Replace with
<vb:if condition="!$show['detailedtime']">
{vb:rawphrase started_by_x_y_z, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:raw thread.starttime}, {vb:stylevar dirmark}}
<vb:else />
I then changed the phrase started_by_x_y_z to this <span class="label">Started by {2} on {3}</span>
And I change this line in my forumhome_lastpostby template
{vb:rawphrase by_x_guest, {vb:raw lastpostinfo.lastposter}}
Replace with
<div class="popupmenu memberaction">{vb:rawphrase by_x_guest, {vb:raw lastpostinfo.lastposter}}</div>
I think that's right, I've modified that template that much but I think that was the original change :o
can you please put screenshot with before and after so we can understand what you did more clearly?
Gemma
07-04-2011, 12:14 PM
can you please put screenshot with before and after so we can understand what you did more clearly?
I don't understand why you need a screenshot? Beforehand, when hovering over a username it wasn't displaying correctly (like so many have been complaining about). So I made some template/phrase edits to remove the hovering but still have the username markup
Popa Andrei
07-04-2011, 11:45 PM
aham.
Jeremy8
07-09-2011, 03:37 PM
Maybe someone should start a whole new thread for the one that actually works
skengman
07-12-2011, 03:19 PM
big up fixed it working fine on 4.1.4
skengman
07-15-2011, 09:34 PM
How do i get username colours in the CMS??
cheers
Madita
07-23-2011, 03:47 PM
This Plugin with its offline nonsense has direven me crazy.
No proper solution here for 4.1.4 to get rid of this offline notification that would work.
Finally I deleted it.
Pitty for the waste of my time !!!
<a href="http://img20.imageshack.us/img20/392/immaginetw.png" target="_blank">http://img20.imageshack.us/img20/392/immaginetw.png</a>
how can I remove this?
skengman
08-03-2011, 09:21 AM
http://img20.imageshack.us/img20/392/immaginetw.png
how can I remove this?
CHECK PAGE 21.
Does anyone know how i can get the usergroup colors in the notifications on top were you sign in next to Welcome???
http://img11.imageshack.us/img11/4074/skeng.png (http://imageshack.us/photo/my-images/11/skeng.png/)
Uploaded with ImageShack.us (http://imageshack.us)
cheers
BiMBo3MeNDo
08-08-2011, 07:19 AM
simple... not use " use '
Can anyone provide us with the full tweaks guide for 4.1.5 please? :)
Divvy
08-10-2011, 12:24 AM
Ok I found a way to eliminate the extra crud on there.
Open your memberaction_dropdown template in your style.
In the second line look for {vb:rawmemberinfo['onlinestatusphrase']},
Replace with this {vb:rawmemberinfo<!--['onlinestatusphrase']},-->
That got rid of all the extra stuff, even on hover!!!:up:
Thank you! That fixed the problem, but only in the last post column...
Still have the same problem at the username thread starter, please check:
http://screensnapr.com/e/DXtGi3.jpg
Can you work on a fix for this too, please? :)
BSMedia
08-30-2011, 02:53 PM
I'm going to assume its your guys crappy template coding or username markup code thats the problem.
Installed and works perfectly fine as is on a new installation of 4.1.5.
TeknoSounds
08-31-2011, 01:35 AM
link to your website where it is working perfectly at, please?
BSMedia
08-31-2011, 01:37 AM
I just have a localhost test install, but here are screenshots. If there are any other locations you need to see let me know.
Here is the markup, prefix and then postfix
<span style='color: red'>
<span>
TeknoSounds
08-31-2011, 01:48 AM
Ahh okay so it looks all good.
Now heres the problem with the mod.
Mouse over the username and see what kinda broken language it gives you when it tries to state they're online.
Gemma
08-31-2011, 10:46 AM
I removed the online status part as it is kinda pointless anyway :)
BSMedia
08-31-2011, 01:51 PM
Ahh okay so it looks all good.
Now heres the problem with the mod.
Mouse over the username and see what kinda broken language it gives you when it tries to state they're online.
Still works just fine from the looks of things, I'd show that all the templates are default, but I couldn't find any easy way of doing that.
Edit: I see people talking about the online status in the profile drop down, does that need to be enabled some where? I really haven't screwed around much with vB4 settings wise.
AutoMinded
09-02-2011, 02:22 PM
I installed it but it doesn't work. vB latest version.
Problem: I have dutch version and it first says the user's status and then shows his name in color. How come?
AutoMinded
09-02-2011, 02:24 PM
I removed the online status part as it is kinda pointless anyway :)
How did you do this? This is causing a problem on my forum!
TeknoSounds
09-06-2011, 01:28 AM
I installed it but it doesn't work. vB latest version.
Problem: I have dutch version and it first says the user's status and then shows his name in color. How come?
Use double quotes instead of single quotes and the online status problem goes away, well the visible one.
The hover online notification is still broken however.
is there anyway to make this mod not show up on the index page like this
when a member posts its showing up on the latest thread section ..
post made >>
by abcde123 is offline">abcde123
Today, 11:06 AM
is there anyway to remover the is offline ''>abcde123 and just have it ( by abcde123 ) ..
any help would be great thanks
Gemma
09-14-2011, 11:51 AM
How did you do this? This is causing a problem on my forum!
I'm sure I've posted the changes I made somewhere in this thread
TeknoSounds
09-15-2011, 02:30 AM
is there anyway to make this mod not show up on the index page like this
when a member posts its showing up on the latest thread section ..
post made >>
by abcde123 is offline">abcde123
Today, 11:06 AM
is there anyway to remover the is offline ''>abcde123 and just have it ( by abcde123 ) ..
any help would be great thanks
Read the thread. Its been mentioned a dozen times at least.
River J
09-20-2011, 04:16 PM
The only thing I don't like about this is that when you mouse over a username it shows the code there....anyway to fix this?
venom2124
09-20-2011, 04:34 PM
Just installed this and have an issue. If you look at the attachment you will see that it displays the username color but creates a really ugly looking thing in front of it stating that the user is or isn't online. So how would I fix it. Had to disable till I figure out the issue.
TeknoSounds
09-22-2011, 01:24 AM
The only thing I don't like about this is that when you mouse over a username it shows the code there....anyway to fix this?
Just installed this and have an issue. If you look at the attachment you will see that it displays the username color but creates a really ugly looking thing in front of it stating that the user is or isn't online. So how would I fix it. Had to disable till I figure out the issue.
Theres about 15 pages worth of posts about this.
Please do yourself a favor. If you're going to post on this site, do some reading and searching before hand. Thanks.
Alan_SP
09-23-2011, 10:51 PM
I'm sure I've posted the changes I made somewhere in this thread
Just checked. You have 4 posts here, not one describes where and what changes you made.
If you would like to help all of us, please post them.
Thanks in advance.
River J
09-25-2011, 04:33 PM
Theres about 15 pages worth of posts about this.
Please do yourself a favor. If you're going to post on this site, do some reading and searching before hand. Thanks.
I've gone through most of the pages and can't find anything about it. I saw other people having the same issue but no resolution.
TeknoSounds
09-25-2011, 05:48 PM
I've gone through most of the pages and can't find anything about it. I saw other people having the same issue but no resolution.
Exactly... :(
Mehdi_Zakhire
09-27-2011, 09:44 AM
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&showpo sts=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&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>
Mr GRiM
10-12-2011, 07:01 AM
Is there a similar fix for the thread view using this mod?
Erica1977
10-12-2011, 09:29 PM
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.
topsoftware
10-22-2011, 03:12 PM
I have just installed this on vb 4.1.7 and apart from the problem with using the " instead of the ' it works fine.
TinCow1
10-26-2011, 07:32 PM
Is there a similar fix for the thread view using this mod?
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:
<span class="label">Started by <a href="{1}" class="username understate">{2}</a>{5}, {3} {4}</span>
GavoTrav
11-25-2011, 11:06 PM
not working 4.1.8
mvfenda
12-10-2011, 01:43 PM
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
sticky
12-28-2011, 03:53 AM
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.
daveaite
01-02-2012, 12:37 AM
I can verify. This will damage your site on 4.1.9
ozzy47
01-02-2012, 01:54 AM
Damage it how?
Rich_Princess
01-02-2012, 02:57 AM
Installed, working perfect with 4.1.8 on FF, Chrome, Opera, Safari, and IE with only a couple tweaks. Great mod! Thanks!
Boofo
01-08-2012, 06:46 PM
The simple fix for this is to use single quotes in the markups, not double quotes.
<span style='color: #FF0000; font-weight: bold;' title='Site Adminstrator'> = WORKS!
<span style="color: #FF0000; font-weight: bold;" title="Site Adminstrator"> = No worky
That will solve the extra stuff showing (i.e. onlinestatus).
thecore762
01-08-2012, 07:22 PM
The simple fix for this is to use single quotes in the markups, not double quotes.
That will solve the extra stuff showing (i.e. onlinestatus).
Where do I go to edit that?
Boofo
01-08-2012, 08:14 PM
In the html markup for each usergroup.
thecore762
01-08-2012, 10:21 PM
In the html markup for each usergroup.
Many thanks :)
GhostHunter2010
01-09-2012, 08:49 PM
i tried this one it worked on vb 4.1.9 but one thing i didnt like it if u try to click the nick u can see the span things etc i unistalled
Boofo
01-10-2012, 12:04 AM
i tried this one it worked on vb 4.1.9 but one thing i didnt like it if u try to click the nick u can see the span things etc i unistalled
https://vborg.vbsupport.ru/showpost.php?p=2285323&postcount=372
KHALIK
01-15-2012, 02:53 AM
I am getting the same problem as GhostHunter2010
Example here is mine
<span style='font-weight: bold; color: red;'>
tonyay163
01-24-2012, 01:51 AM
Is there a way to enable this for DISPLAY groups instead of Primary usergroup?
Alan_SP
01-24-2012, 03:49 AM
Is there a way to enable this for DISPLAY groups instead of Primary usergroup?
This I would also love very much. :)
I also seem to be having problems with this plugin.
Once enabled, here's what happens:
136221
The error only appears for users who are in usergroups with custom styling added.
Here's the code I have added for the Admin usergroup:
Before:
<span style="font-weight: bold; color: #0000CC;">
After:
</span>
I have disabled it for the time being, but I'd appreciate it if anyone has a fix?
Alan_SP
02-01-2012, 07:14 AM
Remove double quotes ("), use single ones ('). This is already mentioned here.
So you need to have it like this:
<span style='font-weight: bold; color: #0000CC;'>
sticky
02-01-2012, 07:35 AM
Remove double quotes ("), use single ones ('). This is already mentioned here.
So you need to have it like this:
<span style='font-weight: bold; color: #0000CC;'>
Yep, made the change and it is working fine.
Remove double quotes ("), use single ones ('). This is already mentioned here.
So you need to have it like this:
<span style='font-weight: bold; color: #0000CC;'>
Perfect, thanks
Luffy-9
02-01-2012, 01:17 PM
Does it work with 4.1.10 ??
Schoelle
02-01-2012, 03:14 PM
Does it work with 4.1.10 ??
Yes!
Luffy-9
02-02-2012, 05:17 AM
I installed the modification but seems something is wrong [see the picture below]
http://img692.imageshack.us/img692/1594/67422374s.png
I don't want it to be like this !!!
Note:
I'm using Vb 4.1.10
Boofo
02-02-2012, 05:58 AM
Come on people. Read 3 posts up.
Luffy-9
02-04-2012, 06:02 AM
Sorry man I didn't notice :)
Done and vote (Y)
L2Insomnia
02-08-2012, 07:25 PM
I have the same issue as Luffy and am using ' instead of " Only happens when I am logged out though.
<span style='font-weight: bold; color: red;'>
shea is cool
02-12-2012, 04:40 AM
Learn to code... So many errors
BlueCheri
02-12-2012, 05:25 AM
Indeed very nice, works great.
Many thanx friend.
G!
your is wrong use this
<span style='font-weight: bold; color: red;'>
</span>
BlueCheri
03-28-2012, 05:04 AM
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!
initiald
03-28-2012, 09:10 AM
Does this work 100% with vbulletin 4.1.11, anyone please confirm? especially if it can used with multiple customize usergroups, VIP, Troll, etc...
Alan_SP
03-28-2012, 02:26 PM
It's is not working for few usergroup (Moderator and VIP), they have a different color
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.
BlueCheri
03-29-2012, 05:30 AM
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!
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.
Alan_SP
03-29-2012, 05:51 PM
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.
initiald
03-29-2012, 11:16 PM
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.
Alan_SP
03-30-2012, 04:24 PM
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):
<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>
You need to remove title part from it and remove it completely. Title part is this:
title="{vb:rawphrase {vb:raw memberinfo['onlinestatusphrase']}, {vb:raw memberinfo.username}}"
After you remove it, it should look like this:
<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>
Save template and check your forum home. Everything else should work (dropdown menu when you click on user name), except there's no more title with html code shown. Also, when I'm mentioning title, for some reason online status was wrong for me. From picture you could read that I'm offline (in Croatian), but I'was online when I took this picture. Just to mention it.
SEOvB
04-30-2012, 06:06 PM
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:
$memberinfo['musername'] = fetch_musername($memberinfo);
This should force vBulletin to use the musername (username + markup) of a user everywhere on the forum. As always, use at your own risk. This isn't very heavily tested.
-Nick, SEOvB Developer
Boofo
04-30-2012, 06:24 PM
That doesn't work everywhere, though. ;)
BirdOPrey5
04-30-2012, 06:28 PM
It also sounds like it will add a query for every time it is called, which can be many times per page.
SEOvB
04-30-2012, 07:38 PM
It also sounds like it will add a query for every time it is called, which can be many times per page.
That....is a good point. I didn't look at the code for the fetch_musername function and assumed it was magically optimized for being called a million times.
I'll have to look into this one more. The easier solution would probably be to keep most of this mod's code & modify the memberaction dropdown template.
Edit: Actually, and correct me if I'm wrong, but it looks like the fetch_musername function makes use of the vBulletin cache. Also doesn't look like it's causing any undue load.
And hey, Boofo! I use your mods! (not on this account)
-Nick, SEOvB Developer
BirdOPrey5
04-30-2012, 10:28 PM
It can use the cache but my thinking is most of those values would not be cached- it would be a simple enough check- it should report the number of queried on the bottom of the page - see if there is any difference on a page like forumhome or forumdisplay with the plugin enabled or disabled.
I'm not sure there would be a difference- just something to consider.
Boofo
04-30-2012, 10:53 PM
No, in that hook you are okay. I did the fetch_musername for a mod in that hook and it added no queries.
Boofo
04-30-2012, 10:53 PM
And hey, Boofo! I use your mods! (not on this account)
-Nick, SEOvB Developer
On which account?
Alan_SP
05-01-2012, 07:05 PM
It works in many places, but it doesn't work in SHOWTHREAD, showing thread starter's name in markup.
Anyway, your plugin is really good quick fix for those that don't need it there. :up:
Paul.
05-21-2012, 05:28 PM
I love this.
But, is it possible to deselect some user groups currently using it?
I only want Administrator accounts using it.
Syxguns
06-03-2012, 06:13 AM
Many thanks for this mod! I have been searching for it for two days, and finally asked in the general questions! Works great on 4.2!
LouiseWilson
06-04-2012, 06:40 AM
Having an issue with this mod on VB 4.2.0 see attached image
The HTML Markup I have is as follows
<IMG SRC="smallbits/owner.gif" BORDER="0"><span style="color: red;"></span>
also tried it without the image in the markup same issue
any advice ?
LouiseWilson
06-04-2012, 06:44 AM
The simple fix for this is to use single quotes in the markups, not double quotes.
That will solve the extra stuff showing (i.e. onlinestatus).
Fixed thanks again Boofo, however when using an image with it still dont look right disabled for now :)
Having an issue with this mod on VB 4.2.0 see attached image
The HTML Markup I have is as follows
<IMG SRC="smallbits/owner.gif" BORDER="0"><span style="color: red;"></span>
also tried it without the image in the markup same issue
any advice ?
have the same problem
any fix for this problem for 4.2.0 ?
LouiseWilson
06-05-2012, 05:57 PM
I've read through the whole thread now and this will fix on 4.2.0
Example
<IMG SRC='smallbits/mod.gif' BORDER='0'><span style='color: green;' title='Mod'> </span>
you will notice I've used ' instead of " and added title='Mod'
Cla75
07-04-2012, 09:08 PM
I have the same problem with vb 4.2
The mod does not work because it duplicates the nickname
PROVA primo messaggio
da cla75 ora ? in linea">cla75 - oggi 08:14 PM
I'm waiting
very nice mod
thanks
pbforum
07-21-2012, 11:52 AM
not working on my forum
if i installed put </a> front of html code ... user cannot click on username
LouiseWilson
07-21-2012, 04:46 PM
see below my HTML Markup to use
Example
<IMG SRC='smallbits/owner.gif' BORDER='0'><span style='color: red;' title='Site Adminstrator'> </span>
Popa Andrei
07-24-2012, 12:17 AM
Morea clearly for all who see is online and is offline mesasge next to the name,in the markup dont use " and use this '
DanielMaidment
08-26-2012, 12:43 AM
Is there a way to make it display a users DISPLAYGROUP not PRIMARY usergroup?
any fix for this problem for 4.2.0 ?
MrHorror
08-28-2012, 10:21 PM
I installed this mod today. If you're using the LAST POST AVATAR DISPLAY on FORUM HOME mod in conjunction with this mod? Be warned. It will delete your LAST POST avatar from the forum home. I also tried reinstalling it. And it didn't delete the avatar that time, but it did show html code from the color markup when hovering over the avatar picture.
MrHorror
08-29-2012, 08:17 PM
Here's the specific problem I am having with this mod...
https://vborg.vbsupport.ru/external/2012/08/6.jpg
The html code for the usergroup colors? Shows up in the yellow highlight box whenever you mouse over the avatar on forum home. I need the mod designer to show me how to hide this from showing up in the yellow box.
tanzeelniazi
08-29-2012, 09:31 PM
2 time Name showing in 4.2.0
Can u fix it ?
Thanks
I have a similar (if not the same) issue...
140813
TeknoSounds
08-31-2012, 11:52 AM
Its been broken since day 1, developer isn't going to be fixing it. Someone else needs to delve into the code either to rewrite how its done so it shows up properly or just ignore it.
Shaneisace
09-06-2012, 03:45 PM
Removed, need to get permission :(
Superorb
09-07-2012, 04:24 AM
Subscribed, waiting for a fix.
Syxguns
09-07-2012, 07:33 AM
I don't think that there will be a fix. I don't want to remove the mod, because it makes the forum look nice, but I would like to figure out a fix for the hover showing the details, like ssoc showed above. I would think that it would be alright for someone to tell us what changes we would need to make in the XML file to accomplish this, since the designer has left it untouched!
Superorb
09-07-2012, 07:16 PM
If you look at the HTML source the Title tag has the Span info stuck into it for some reason. Someone would need to edit the original code to not inject the custom tags into the title tag.
Syxguns
09-07-2012, 08:34 PM
If you look at the HTML source the Title tag has the Span info stuck into it for some reason. Someone would need to edit the original code to not inject the custom tags into the title tag.
Is it as simple as removing that line of code, or would you need to replace that line with another conditional tag for mouse over?
Superorb
09-07-2012, 08:47 PM
Is it as simple as removing that line of code, or would you need to replace that line with another conditional tag for mouse over?
I don't want it to say "Administrator" or "Moderator" for the title tag in all places and for all users. I'd like the title tag to behave like the default install but with the edited colors.
I looked at the code and it's confusing. I haven't done any real coding since C 12 years ago.
Syxguns
09-07-2012, 09:41 PM
I don't want it to say "Administrator" or "Moderator" for the title tag in all places and for all users. I'd like the title tag to behave like the default install but with the edited colors.
I looked at the code and it's confusing. I haven't done any real coding since C 12 years ago.
The first part of your question I can answer I think. I only have the colors and the fonts show. You will only know that I'm an Admin because of the color, but it does not say "Administrator" or "Moderator" because I removed the condition in vB.
AdminCP >> Settings > Options > Forum Listings Display Option
At the bottom of the list you will see: "Show Moderators" set that to "No"
I'll take a look at the code. I'm not much of a coder either, but maybe I might find something to change, or speak to another coder, and maybe they can tell me what to change. In fact I know the exact person to ask. Maybe we can figure out how to fix this little problem, and just post a fix in the thread.
Superorb
09-07-2012, 09:54 PM
The first part of your question I can answer I think. I only have the colors and the fonts show. You will only know that I'm an Admin because of the color, but it does not say "Administrator" or "Moderator" because I removed the condition in vB.
AdminCP >> Settings > Options > Forum Listings Display Option
At the bottom of the list you will see: "Show Moderators" set that to "No"
I'll take a look at the code. I'm not much of a coder either, but maybe I might find something to change, or speak to another coder, and maybe they can tell me what to change. In fact I know the exact person to ask. Maybe we can figure out how to fix this little problem, and just post a fix in the thread.
I still want to show mods, I just don't want a bunch of the <span> text to be displayed in front of the username, or for it to show the <span> code in the Title attribute when I hover over it. Basically, I want it to be like default with the pretty colors/formatting.
Syxguns
09-07-2012, 10:03 PM
I'm going to look at it and see if I can get that fixed. That is the only problem I have with the mod.
Superorb
09-07-2012, 10:21 PM
I'm going to look at it and see if I can get that fixed. That is the only problem I have with the mod.
Thanks for looking into this :)
Syxguns
09-08-2012, 12:34 AM
Thanks for looking into this :)
I'm already a little confused. This HTML mouse over event is not logged in the XML file. I'm having a friend Sartech look at it. We may be able to add a disable event in the XML file, or we may have to make a slight modification in the vB code.
Not sure yet, I'm gonna wait until I receive a PM on this. In the meantime I'm going to try to track down where the event is taking place in vB.
Syxguns
09-08-2012, 04:24 AM
Wow, we just removed title="{vb:raw thread.preview}" and it still showed the HTML markup. I have a thread open about it, maybe someone will give me a solution.
Superorb
09-08-2012, 01:55 PM
I've noticed before that I've wanted to edit a variable like thread.preview, but I can't find where it lives if it's not in the phrase manager. Any ideas?
Syxguns
09-08-2012, 05:24 PM
I've noticed before that I've wanted to edit a variable like thread.preview, but I can't find where it lives if it's not in the phrase manager. Any ideas?
One area is called "threadbit", and the other is called "search_threadbit" You will find them in the Styles & Templates area. However, I already removed them and it did not solve the problem.
Syxguns
09-11-2012, 12:17 AM
I made code changes to several areas of threadbit and search_threadbit, and have not been successful with removing the mouse over effect. So you are left to disable the mod, if it annoys you and hope that there will be an update for it, or continue to use it despite the mouse over effect.
I worked with another on trying to change the effect the mod was having but we have not been successful. :(
stardotstar
09-11-2012, 12:48 AM
Hi Syxguns, I am very interested in getting this working properly and admire your efforts.
However I have not installed this version of the mod, only the [FIXED] one and it didn't work (as expected).
I am most keen to see this work in the search_threadbit.
Am I correct in understanding that your current version of the mod works properly across most of the areas where the usernames are displayed (including search) but the mouseover shows the markup rather than the group name?
Maybe I can work with you to get to the bottom of it - I have pretty limited skills but have modified a few hacks in the past.
Regards
W
ps where can I get the latest version of the code you have got to. I have the fixed one and this one and when I diff the files I can see the only changes are to do with what sections it applies the markup to - is that right?
Superorb
09-11-2012, 01:03 AM
I made code changes to several areas of threadbit and search_threadbit, and have not been successful with removing the mouse over effect. So you are left to disable the mod, if it annoys you and hope that there will be an update for it, or continue to use it despite the mouse over effect.
I worked with another on trying to change the effect the mod was having but we have not been successful. :(
Well, I do appreciate the effort. I wish the original author would help us out though.
Syxguns
09-11-2012, 01:28 AM
Superorb,
I don't this this mod is going to be updated. Go to Styles & Templates > Search in Templates and type "search_threadbit"
There is one item that I removed from mine, and a line that I added. Here is the new code:
<vb:if condition="$show['below_unread'] > 0">
<li class="threadbit">
<div class="icon0 rating0 nonsticky">
<div id="below_unread">
<vb:if condition="$show['below_unread'] == 1">
{vb:rawphrase all_threads_below_here_unread}
<vb:else />
{vb:rawphrase all_threads_below_here}
</vb:if>
</div>
</div>
</li>
</vb:if>
<li class="imodselector threadbit {vb:if !$thread['del_username'], $thread['statusstring']} <vb:if condition="$thread['title_editable']">title_editable</vb:if>" id="thread_{vb:raw thread.realthreadid}" title="{vb:raw thread.preview}">
<div class="icon{vb:raw thread.threadiconid} rating{vb:raw thread.rating}<vb:if condition="$thread['sticky']"> sticky<vb:else /> nonsticky</vb:if>{vb:if $thread['del_username'], ' deleted'}">
<div class="threadinfo thread">
<!-- status icon block -->
<a class="threadstatus" rel="vB::AJAX" <vb:if condition="$show['threadcount']">title="{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}"</vb:if>></a>
<!-- title / author block -->
<div class="inner">
<h3 class="searchtitle">
<vb:if condition="$show['gotonewpost']"><a href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_newpost}, 'threadid', 'threadtitle'}" id="thread_gotonew_{vb:raw thread.realthreadid}"><img class="gotonewpost" src="{vb:stylevar imgdir_button}/firstnew.png" alt="{vb:rawphrase go_to_first_new_post}" /></a>
</vb:if>
<vb:if condition="$thread['sticky']">
<img src="{vb:stylevar imgdir_misc}/sticky.gif" alt="{vb:rawphrase sticky_thread}" />
</vb:if>
<vb:if condition="$thread['movedprefix'] OR $thread['typeprefix'] OR $thread['moderatedprefix'] OR $thread['prefix_rich']">
<span id="thread_prefix_{vb:raw thread.realthreadid}" class="prefix understate">
{vb:raw thread.movedprefix}
{vb:raw thread.typeprefix}
{vb:raw thread.moderatedprefix}
{vb:raw thread.prefix_rich}
</span>
</vb:if>
<a class="title<vb:if condition="$show['gotonewpost']"> threadtitle_unread</vb:if>" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo}, 'threadid', 'threadtitle'}" id="thread_title_{vb:raw thread.realthreadid}" title="{vb:raw thread.preview}">{vb:raw thread.threadtitle}</a>
</h3>
<div class="threadmeta">
<div class="author">
{vb:rawphrase started_by_x_y_z_a, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:raw thread.starttime}, {vb:stylevar dirmark}}
<vb:if condition="$show['unsubscribe']">
<a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}newreply.php?{vb:raw session.sessionurl}do=newreply&t={vb:raw thread.threadid}" rel="nofollow">{vb:rawphrase reply}</a>
| <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}subscription.php?{vb:raw session.sessionurl}do=removesubscription&return=uc p&t={vb:raw thread.threadid}" rel="nofollow">{vb:rawphrase unsubscribe}</a>
</vb:if>
<vb:if condition="$thread['pagenav']">
<dl class="pagination" id="pagination_threadbit_{vb:raw thread.realthreadid}">
<dt class="label">{vb:raw thread.totalpages} {vb:rawphrase pages} <span class="separator">•</span></dt>
<dd>
{vb:raw thread.pagenav}
<vb:if condition="$show['pagenavmore']"> <span class="separator">...</span> <span><a href="{vb:raw thread.lastpagelink}">{vb:raw thread.totalpages}</a></span></vb:if>
</dd>
</dl>
</vb:if>
<!-- iconinfo -->
<div class="threaddetails td">
<div class="threaddetailicons">
<vb:if condition="$show['taglist']">
<img src="{vb:stylevar imgdir_misc}/tag.png" alt="{vb:raw thread.taglist}" />
</vb:if>
<vb:if condition="$show['rexpires']">
<img src="{vb:stylevar imgdir_misc}/expires.gif" alt="{vb:rawphrase expires_on_x_y, {vb:raw thread.expiredate}, {vb:raw thread.expiretime}}" />
</vb:if>
<vb:if condition="$show['moderated']">
<img src="{vb:stylevar imgdir_misc}/moderated_small.gif" alt="{vb:rawphrase x_moderated_posts, {vb:raw thread.hiddencount}}" />
</vb:if>
<vb:if condition="$show['deletedthread']">
<img src="{vb:stylevar imgdir_misc}/trashcan_small.gif" alt="{vb:rawphrase x_deleted_posts, {vb:raw thread.deletedcount}}" />
</vb:if>
<vb:if condition="$show['paperclip']">
<a href="javascript://" onclick="attachments({vb:raw thread.threadid}); return false"> <img src="{vb:stylevar imgdir_misc}/paperclip.png" border="0" alt="{vb:rawphrase x_attachments, {vb:raw thread.attach}}" /></a>
</vb:if>
<vb:if condition="$thread['issubscribed']">
<img src="{vb:stylevar imgdir_misc}/subscribed.png" alt="{vb:rawphrase you_are_subscribed_to_this_thread}" />
</vb:if>
</div>
</div>
</div>
<vb:if condition="$show['managethread'] && $thread['del_username']">
<ul class="managethread">
<li class="rmanage"><a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}postings.php?{vb:raw session.sessionurl}do=editthread&t={vb:raw thread.threadid}">{vb:rawphrase manage}</a></li>
</ul>
</vb:if>
</div>
</div>
</div>
<!-- threadstats -->
<vb:if condition="!$show['notificationtype'] && !$thread['del_username']">
<ul class="threadstats td alt" title="<vb:if condition="$thread['dot_count'] > 0">{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}</vb:if>">
<li>{vb:rawphrase replies}: <a class="understate" href="misc.php?do=whoposted&t={vb:raw thread.threadid}" onclick="who({vb:raw thread.threadid}); return false;">{vb:raw thread.replycount}</a></li>
<li>{vb:rawphrase views}: {vb:raw thread.views}</li>
</ul>
</vb:if>
<vb:if condition="$thread['del_username']">
<!-- deleted by -->
<div class="threaddeleted td">
<div class="inner">
<div class="deletedby">
{vb:rawphrase thread_deleted_by_x, {vb:link member, {vb:raw thread}, null, 'del_userid', 'del_username'}, {vb:raw thread.del_username}}
</div>
<vb:if condition="$show['deletereason']">
<dl class="stats deletereason">
<dt class="reason">{vb:rawphrase reason}</dt>
<dd class="reason"> {vb:raw thread.del_reason}</dd>
</dl>
</vb:if>
</div>
</div>
<vb:else />
<!-- lastpost -->
<dl class="threadlastpost td">
<dt class="lastpostby hidden">{vb:rawphrase last_post_by}:</dt>
<dd>{vb:rawphrase last_post}: {vb:raw thread.lastpostdate} <span class="time">{vb:raw thread.lastposttime}</span></dd>
<dd>
<vb:if condition="$thread['lastposterid']">
{vb:rawphrase by_x, {vb:link member, {vb:raw thread}, null, 'lastposterid', 'lastposter'}, {vb:raw thread.lastposter}}
<vb:else />
{vb:rawphrase by_x_guest , {vb:raw thread.lastposter}}
</vb:if>
<a href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_lastpost}, 'threadid', 'threadtitle'}#post{vb:raw thread.lastpostid}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a>
</dd>
</dl>
</vb:if>
<div class="threadpostedin td alt">
<p>
{vb:rawphrase forum}:<br /><a href="{vb:link forum, {vb:raw thread}, null, 'forumid', 'forumtitle'}" title="{vb:raw thread.forumtitleclean}">{vb:raw thread.forumtitle}</a>
</p>
</div>
<vb:if condition="$show['notificationtype']">
<!-- notification -->
<div class="threadnotification td">
<label for="thread_imod_checkbox_{vb:raw thread.realthreadid}">{vb:raw thread.notification}</label>
</div>
<label class="threadimod td">
<input type="checkbox" name="deletebox[{vb:raw subscribethread.$threadid}]" id="thread_imod_checkbox_{vb:raw thread.realthreadid}" value="yes" />
</label>
</vb:if>
<vb:if condition="$show['inlinemod']">
<!-- fourth block -->
<label class="threadimod">
<input type="checkbox" id="thread_imod_checkbox_{vb:raw thread.realthreadid}" name="imodcheck[{vb:raw thread.realthreadid}]" />
</label>
</vb:if>
</div>
</li>
Now search threadbit and open that. You will see it under "Threadbit Templates". I remvoed one line of text in it:
<li class="threadbit {vb:raw thread.statusstring}<vb:if condition="$thread['title_editable']"> title_editable</vb:if><vb:if condition="$show['paperclip']"> attachments</vb:if><vb:if condition="!$thread['postuserid'] AND !$thread['del_userid']"> guest</vb:if><vb:if condition="$thread['moderatedprefix']"> unapproved</vb:if>" id="thread_{vb:raw thread.realthreadid}">
<div class="rating{vb:raw thread.rating}<vb:if condition="$thread['sticky']"> sticky<vb:else /> nonsticky</vb:if>">
<div class="threadinfo" title="{vb:raw thread.preview}">
<!-- status icon block -->
<a class="threadstatus" rel="vB::AJAX" <vb:if condition="$show['threadcount']">title="{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}"</vb:if>></a>
<!-- title / author block -->
<div class="inner">
<h3 class="threadtitle">
<vb:if condition="$show['gotonewpost']"><a href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_newpost}, 'threadid', 'threadtitle'}" id="thread_gotonew_{vb:raw thread.realthreadid}"><img class="gotonewpost" src="{vb:stylevar imgdir_button}/firstnew.png" alt="{vb:rawphrase go_to_first_new_post}" /></a>
</vb:if>
<vb:if condition="$show['threadicon']">
<img src="{vb:raw thread.threadiconpath}" alt="{vb:raw thread.threadicontitle}" border="0" />
</vb:if>
<vb:if condition="$thread['sticky']">
<img src="{vb:stylevar imgdir_misc}/sticky.gif" alt="{vb:rawphrase sticky_thread}" />
</vb:if>
<vb:if condition="$thread['movedprefix'] OR $thread['typeprefix'] OR $thread['moderatedprefix'] OR $thread['prefix_rich']">
<span id="thread_prefix_{vb:raw thread.realthreadid}" class="prefix understate">
{vb:raw thread.movedprefix}
{vb:raw thread.typeprefix}
{vb:raw thread.moderatedprefix}
{vb:raw thread.prefix_rich}
</span>
</vb:if>
<a class="title<vb:if condition="$show['gotonewpost']"> threadtitle_unread</vb:if>" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo}, 'threadid', 'threadtitle'}" id="thread_title_{vb:raw thread.realthreadid}">{vb:raw thread.threadtitle}</a>
</h3>
<div class="threadmeta">
<div class="author">
<vb:if condition="$show['rmanage']">
<span class="rmanage"><a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}postings.php?{vb:raw session.sessionurl}do=editthread&t={vb:raw thread.redirectthreadid}">{vb:rawphrase manage}</a></span>
</vb:if>
<vb:if condition="!$show['detailedtime']">
{vb:rawphrase started_by_x_y_z_a, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:raw thread.starttime}, {vb:stylevar dirmark}}
<vb:else />
{vb:rawphrase started_by_x_y_z, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:stylevar dirmark}}
</vb:if>
<vb:if condition="$show['unsubscribe']">
<a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}newreply.php?{vb:raw session.sessionurl}do=newreply&t={vb:raw thread.threadid}" rel="nofollow">{vb:rawphrase reply}</a>
| <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}subscription.php?{vb:raw session.sessionurl}do=removesubscription&return=uc p&t={vb:raw thread.threadid}" rel="nofollow">{vb:rawphrase unsubscribe}</a>
</vb:if>
<vb:if condition="$thread['pagenav']">
<dl class="pagination" id="pagination_threadbit_{vb:raw thread.realthreadid}">
<dt class="label">{vb:raw thread.totalpages} {vb:rawphrase pages} <span class="separator">•</span></dt>
<dd>
{vb:raw thread.pagenav}
<vb:if condition="$show['pagenavmore']"> <span class="separator">...</span> <span><a href="{vb:raw thread.lastpagelink}">{vb:raw thread.totalpages}</a></span></vb:if>
</dd>
</dl>
</vb:if>
<!-- iconinfo -->
<div class="threaddetails td">
<div class="threaddetailicons">
<vb:if condition="$show['taglist']">
<img src="{vb:stylevar imgdir_misc}/tag.png" alt="{vb:raw thread.taglist}" />
</vb:if>
<vb:if condition="$show['rexpires']">
<img src="{vb:stylevar imgdir_misc}/expires.gif" alt="{vb:rawphrase expires_on_x_y, {vb:raw thread.expiredate}, {vb:raw thread.expiretime}}" />
</vb:if>
<vb:if condition="$show['moderated']">
<img src="{vb:stylevar imgdir_misc}/moderated_small.gif" alt="{vb:rawphrase x_moderated_posts, {vb:raw thread.hiddencount}}" />
</vb:if>
<vb:if condition="$show['deletedthread']">
<img src="{vb:stylevar imgdir_misc}/trashcan_small.gif" alt="{vb:rawphrase x_deleted_posts, {vb:raw thread.deletedcount}}" />
</vb:if>
<vb:if condition="$show['paperclip']">
<a href="javascript://" onclick="attachments({vb:raw thread.threadid}); return false"> <img src="{vb:stylevar imgdir_misc}/paperclip.png" border="0" alt="{vb:rawphrase x_attachments, {vb:raw thread.attach}}" /></a>
</vb:if>
<vb:if condition="$show['subscribed']">
<img src="{vb:stylevar imgdir_misc}/subscribed.png" alt="{vb:rawphrase you_are_subscribed_to_this_thread}" />
</vb:if>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- threadstats -->
<vb:if condition="!$show['notificationtype']">
<ul class="threadstats td alt" title="<vb:if condition="$thread['dot_count'] > 0">{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}</vb:if>">
<vb:if condition="$show['threadmoved']">
<li> </li>
<li> </li>
<vb:else />
<li>{vb:rawphrase replies}: <a href="misc.php?do=whoposted&t={vb:raw thread.threadid}" onclick="who({vb:raw thread.threadid}); return false;" class="understate">{vb:raw thread.replycount}</a></li>
<li>{vb:rawphrase views}: {vb:raw thread.views}</li>
</vb:if>
<li class="hidden">{vb:rawphrase rating}{vb:raw thread.rating} / 5</li>
</ul>
</vb:if>
<!-- lastpost -->
<dl class="threadlastpost td<vb:if condition="$show['notificationtype']"> alt</vb:if>">
<vb:if condition="$show['threadmoved']">
<dt class="lastpostby hidden"> </dt>
<vb:else />
<dt class="lastpostby hidden">{vb:rawphrase last_post_by}</dt>
<dd>{vb:raw memberaction_dropdown}</dd>
<dd>{vb:raw thread.lastpostdate}<vb:if condition="!$show['detailedtime']">, <span class="time">{vb:raw thread.lastposttime}</span></vb:if>
<a href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_lastpost}, 'threadid', 'threadtitle'}#post{vb:raw pageinfo_lastpost.p}" class="lastpostdate understate" title="{vb:rawphrase go_to_last_post}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" onload="this.parentNode.parentNode.parentNode.getElementsB yTagName('a')[0].removeAttribute('title');" /></a>
</dd>
</vb:if>
</dl>
<vb:if condition="$show['notificationtype']">
<!-- notification -->
<div class="threadnotification td" >
<label for="thread_imod_checkbox_{vb:raw thread.realthreadid}">{vb:raw thread.notification}</label>
</div>
<label class="threadimod td">
<input type="checkbox" name="deletebox[{vb:raw subscribethread.$threadid}]" id="thread_imod_checkbox_{vb:raw thread.realthreadid}" value="yes" tabindex="1" />
</label>
</vb:if>
<vb:if condition="$show['inlinemod']">
<!-- fourth block -->
<label class="threadimod td alt">
<input type="checkbox" id="thread_imod_checkbox_{vb:raw thread.realthreadid}" name="imodcheck[{vb:raw thread.realthreadid}]" tabindex="1" />
</label>
</vb:if>
</div>
</li>
Here is a link to the thread where we were working on it. Answer there for any possible fixes. After we narrow it down, then we can post the fix here! https://vborg.vbsupport.ru/showthread.php?t=287590
stardotstar
09-11-2012, 01:41 AM
So you install the product (this one or the "fixed" one?) and then edit search_threadbit to try your work?
Syxguns
09-11-2012, 01:54 AM
So you install the product (this one or the "fixed" one?) and then edit search_threadbit to try your work?
Yes, what you can do is first read the other thread that I linked you to. Then download Notepad++ from here: http://notepad-plus-plus.org/
Copy the original file and paste it to Notpadd++ and save the original file in case you make a mistake you can always replace it. Then you can copy mine and put it in the place of what was there.
I just installed the [FIXED] version and it didn't work correctly either! In fact it was worse than this version!
stardotstar
09-11-2012, 01:58 AM
Yep ok read that - and I use vi in the shell mostly, so I get you. its a pity that we can't do this work only in templates so we could hack it out in a child style... Anyway I'll replicate your work and report back.
stardotstar
09-11-2012, 02:38 AM
Hmm, bit of a mystery isn't it. I tried to get the hover definitions from the rich markup username in postbit but had no success - name just drops out completely.
Are we sure that the *only* problem is with the hover reproducing the raw markup? Just checking to see if there's anything else known.
I have one instance on the main index page where my admin name is missing from the right column even though it paints correctly further down the same page.
Clearly has to be done with a plugin/hooks.
W
Syxguns
09-11-2012, 02:58 AM
Hmm, bit of a mystery isn't it. I tried to get the hover definitions from the rich markup username in postbit but had no success - name just drops out completely.
Are we sure that the *only* problem is with the hover reproducing the raw markup? Just checking to see if there's anything else known.
I have one instance on the main index page where my admin name is missing from the right column even though it paints correctly further down the same page.
Clearly has to be done with a plugin/hooks.
W
I think it may have something to do with the javascript, buried beneath layers of code. Basically if you can narrow down the areas where it is taking place then we can remove and or change the identifier in the code. The problem is that with Firebug I can only get so deep into the code.
I haven't had time to look at the new code, but from what I could tell it is only showing Admin usernames. All other usernames were removed completely. I've disabled it temporarily. I don't know if I will be able to get it fixed or not. The older version works, it just has the element onmouseover= or preview enabled which needs to be removed or a disable code placed in to remove the effect of the original element.
I would love to be able to find what code it is and then just a disable for the element to the additional.css! That would be a quick and easy way of not messing with the original code, which may be changed by default on an update!!
If we can figure out what the code is that needs to change we can probably find a work around, the key is to find out what is happening!
Superorb
09-11-2012, 03:09 AM
vBulletin is so convoluted that it takes ages to try and reverse the code to figure out all the files that are affecting something so small. And many times it's cumulative too. Makes things a real chore sometimes.
Syxguns
09-11-2012, 03:26 AM
vBulletin is so convoluted that it takes ages to try and reverse the code to figure out all the files that are affecting something so small. And many times it's cumulative too. Makes things a real chore sometimes.
That's one reason I said that I may as well give up at this point. How can you place in a disable code in the file template, and remove the HTML preview from the code and it still show a dang mouse over event?
:Cannon: ---------------> :Brain: LOL:) :red gushy substance!:
Superorb
09-11-2012, 03:54 AM
That's one reason I said that I may as well give up at this point. How can you place in a disable code in the file template, and remove the HTML preview from the code and it still show a dang mouse over event?
:Cannon: ---------------> :Brain: LOL:) :red gushy substance!:
I haven't done much editing with plugins, but I've done a lot with templates and CSS files. It's such a drawn out process to change even small things because I have to look in 4 or 5 different places and hope I find the right spot. Things are saved in phrases, variables, etc and there's no such master list or map for them either.
The plugin is only a few lines of code, so hopefully a coder could recreate this plugin to work with 4.2+.
DFORMS
09-17-2012, 04:47 PM
OK, so this doesn't work on 4.2? : s
Syxguns
09-17-2012, 05:17 PM
OK, so this doesn't work on 4.2? : s
This version works better than the [Fixed] version. However, we were never able to remove the mouse over links, that read the HTML markup for the user. I disabled it.
DFORMS
09-17-2012, 06:36 PM
Ah man... I really need this mod. This should be standard un VB...
Syxguns
09-17-2012, 07:26 PM
Ah man... I really need this mod. This should be standard un VB...
I agree that they should include it, however, that is not going to happen in vB4! I' tried making changes but have not been successful.
Superorb
09-17-2012, 07:33 PM
You can buy a working version for $20.
http://www.qapla.com/mods/forumdisplay.php/31-Username-Color-Size-Font-Selection-per-User-20
Syxguns
09-17-2012, 07:49 PM
You can buy a working version for $20.
http://www.qapla.com/mods/forumdisplay.php/31-Username-Color-Size-Font-Selection-per-User-20
Nice, I didn't realize BOP5 made one. You can trust his mods! Thanks for that find!
Superorb
09-17-2012, 07:59 PM
Nice, I didn't realize BOP5 made one. You can trust his mods! Thanks for that find!
Yup, I found it last week when I was looking for his Breadcrumbs plugin. I bought the SevenSkins resizer but that was only $10 I believe. I'd buy the BOP5 plugin for $10 but not $20.
Syxguns
09-17-2012, 08:11 PM
I think $20 is not a high price. I had a prolem with a mod of his and he fixed it the next day. You can trust his work and support! BOP5 is great about that.
DFORMS
09-17-2012, 08:11 PM
I will probably buy it cause this feature is important on my phpbb forum (http://fragnet.ca) but will it work on my vbadvance page here: http://quebec-gamer.ca?
Syxguns
09-17-2012, 08:30 PM
I will probably buy it cause this feature is important on my phpbb forum (http://fragnet.ca) but will it work on my vbadvance page here: http://quebec-gamer.ca?
Different add ons have different template hooks. This is a question you would need to ask BOP5. Ask on his forum and he will let you know if it is or can be compatible with vbadvanced.
tanzeelniazi
09-18-2012, 07:20 PM
i have a problem this hack not working in VB4.2.0 :(
Can you help me or any update thanks
Superorb
09-18-2012, 07:33 PM
i have a problem this hack not working in VB4.2.0 :(
Can you help me or any update thanks
It's not working for anyone on 4.2.
Gemma
09-18-2012, 08:01 PM
i have a problem this hack not working in VB4.2.0 :(
Can you help me or any update thanks
It's not working for anyone on 4.2.
Works fine for me, there are numerous posts within this thread showing you the correct format to apply to the usergroup html markup
Superorb
09-18-2012, 08:29 PM
Works fine for me, there are numerous posts within this thread showing you the correct format to apply to the usergroup html markup
That's a band-aid that removes functionality. I want the Title text to stay the same as before the plugin install. I want them to be generated dynamically, not some static text that means nothing.
Gemma
09-18-2012, 09:12 PM
That's a band-aid that removes functionality. I want the Title text to stay the same as before the plugin install. I want them to be generated dynamically, not some static text that means nothing.
True, but the info that it removes is readily available elsewhere on your site (more than once) - in some cases right next to the hover text in the case of thread creation details so I guess that could be deemed meaningless too ;)
Superorb
09-18-2012, 10:45 PM
True, but the info that it removes is readily available elsewhere on your site (more than once) - in some cases right next to the hover text in the case of thread creation details so I guess that could be deemed meaningless too ;)
My problem with it is that I have some users where I don't want others knowing that they're admins or super mods. I suppose I could use some generic Title text. If I could turn off the title I'd do that since like you said the info is already available elsewhere. I've tried to get the title to be dynamically generated with variables, but it won't parse in the title tag for some reason so I just gave up. I'll probably try again though as I really like this mod, or I'll just buy the $20 one if I can't figure it out myself.
Morpheuss89
10-02-2012, 01:09 PM
I'm sure I've posted the changes I made somewhere in this thread
https://vborg.vbsupport.ru/search.php?searchid=20330323
where ? xD
tanzeelniazi
10-02-2012, 03:46 PM
Works fine for me, there are numerous posts within this thread showing you the correct format to apply to the usergroup html markup
i ll try many time but not working fine :( I use many HTML tags but still not working
Can you tell me Step to Step i really need this Mod
Please tell me step by step please
diddy29
10-05-2012, 05:55 AM
Great! But a few issues:
when mouse rolls over username, a tooltip with the HTML code for the username markup shows. I have done single quotes for the inline CSS in the <span> tags, and that takes it away except from the tooltip. The tooltip also says the user is offline when in fact they are online
this only shows up for what is the user's primary group. We have many users with secondary groups that are their display groups, but this mod only shows the priarmy usergroup markup. This is an issue, and as such I will uninstall until a workaround is made avaliable
it's be great if this was shown in more places, like forum blocks etc
Syxguns
10-05-2012, 06:44 AM
Great! But a few issues:
when mouse rolls over username, a tooltip with the HTML code for the username markup shows. I have done single quotes for the inline CSS in the <span> tags, and that takes it away except from the tooltip. The tooltip also says the user is offline when in fact they are online
this only shows up for what is the user's primary group. We have many users with secondary groups that are their display groups, but this mod only shows the priarmy usergroup markup. This is an issue, and as such I will uninstall until a workaround is made avaliable
it's be great if this was shown in more places, like forum blocks etc
I know I worked with making several changes, but none were effective with vB 4.2. There is an updated version of this mod for 4.2, but it is worst than this one. I ended up making a purchase here: BirdOPrey5 Qapla forum (http://www.qapla.com/mods/showthread.php/47-HTML-Username-Markup-In-More-Places) His works perfect for vB 4.2 and the cost is only $20 USD.
Superorb
10-05-2012, 12:30 PM
I know I worked with making several changes, but none were effective with vB 4.2. There is an updated version of this mod for 4.2, but it is worst than this one. I ended up making a purchase here: BirdOPrey5 Qapla forum (http://www.qapla.com/mods/showthread.php/47-HTML-Username-Markup-In-More-Places) His works perfect for vB 4.2 and the cost is only $20 USD.
+1. I wasted a few hours trying to get it to work to no avail. I tried the newer version and it's worse, ALL usernames are hidden. I can't believe developers don't test their stuff before they release it.
I'll probably be buying the one from Joe at Qapla sometime down the line too.
TheSupportForum
10-05-2012, 08:10 PM
+1. I wasted a few hours trying to get it to work to no avail. I tried the newer version and it's worse, ALL usernames are hidden. I can't believe developers don't test their stuff before they release it.
I'll probably be buying the one from Joe at Qapla sometime down the line too.
the above product works 100%
you need to ensure you are using the correct Username HTML Markup tags
in usergroups
set Username HTML Markup with the correct tag its does work 100% on 4.2.0
examples
<span style="color: green;"></span>
<span style="color: red;"></span>
<span style="color: orange;"></span>
<span style="color: yellow;"></span>
<span style="color: white;"></span>
https://vborg.vbsupport.ru/
http://img715.imageshack.us/img715/4094/f4d0a98a2fbc4e4fb770588.png
Superorb
10-05-2012, 08:24 PM
the above product works 100%
you need to ensure you are using the correct Username HTML Markup tags
in usergroups
set Username HTML Markup with the correct tag its does work 100% on 4.2.0
Hover your mouse above one of the colored usernames. You should see a bunch of code instead of the default title.
Syxguns
10-05-2012, 08:29 PM
the above product works 100%
you need to ensure you are using the correct Username HTML Markup tags
in usergroups
set Username HTML Markup with the correct tag its does work 100% on 4.2.0
examples
<span style="color: red;"></span>
http://img17.imageshack.us/img17/410/6c6a743f418343b29dcea0c.png
http://img69.imageshack.us/img69/577/e420e8571b0147478c05076.png
simonhind,
Yeah, that much of it works! What do you get when you scroll over a name in the "Last Post" area or in the "Forum Threads" area?
Last Post should read: "Username is online or offline"
Forum Threads should read: "Started by Username and date created"
That is the part of the mod that we could not get to work! Showing the color is great, but the highlight or mouseover effect should read correctly and not "<span style="color: red;">". It's not a matter of using correct HTML it's a matter of the mod not working 100% and that is what was driving us crazy...:eek:
TheSupportForum
10-05-2012, 08:59 PM
simonhind,
Yeah, that much of it works! What do you get when you scroll over a name in the "Last Post" area or in the "Forum Threads" area?
Last Post should read: "Username is online or offline"
Forum Threads should read: "Started by Username and date created"
That is the part of the mod that we could not get to work! Showing the color is great, but the highlight or mouseover effect should read correctly and not "<span style="color: red;">". It's not a matter of using correct HTML it's a matter of the mod not working 100% and that is what was driving us crazy...:eek:
here's the fix
<span style='color: green;' title='Administrators'> </span>
<span style='color: blue;' title='Moderators'></span>
<span style='color: orange;' title='Registered Users'></span>
<span style='color: yellow;' title='Super Moderators'></span>
<span style='color: red;' title='Banned Users'></span>
Superorb
10-05-2012, 09:05 PM
here's the fix
<span style='color: green;' title='Administrators'> </span>
<span style='color: blue;' title='Moderators'></span>
<span style='color: orange;' title='Registered Users'></span>
<span style='color: yellow;' title='Super Moderators'></span>
<span style='color: red;' title='Banned Users'></span>
That's not a fix. We want it to show the default title tag (user is online/offline, and when the post was created. I don't want usergroups advertised.
TheSupportForum
10-05-2012, 09:08 PM
That's not a fix. We want it to show the default title tag (user is online/offline, and when the post was created. I don't want usergroups advertised.
ok, i think i can modify it to show that info hold on
----
too tired at the moment, but i'll see if i can look into it
BirdOPrey5
10-06-2012, 12:41 AM
Hey all- I got notice of this thread. I appreciate the mentioning of my mod but please keep the discussion in this thread on topic about this mod.
As for the problem with the markup code in the username, it is a problem I got into too. There is not going to be an "easy" (1 step) fix.
What I had to do was create a new phrase with an additional parameter (both username and musername) and then edit the relevant templates to use the new phrase instead of the built in phrase.
The built in phrase was designed only for the non-markup username and will simply never work correctly with the markup (musername) alone.
tanzeelniazi
10-06-2012, 06:10 AM
Really good mod anyone trying to fix please in Vb 4.2.0
thanks
TheSupportForum
10-06-2012, 06:32 AM
Hey all- I got notice of this thread. I appreciate the mentioning of my mod but please keep the discussion in this thread on topic about this mod.
As for the problem with the markup code in the username, it is a problem I got into too. There is not going to be an "easy" (1 step) fix.
What I had to do was create a new phrase with an additional parameter (both username and musername) and then edit the relevant templates to use the new phrase instead of the built in phrase.
The built in phrase was designed only for the non-markup username and will simply never work correctly with the markup (musername) alone.
i noticed the same and even tried using template conditions like $username which didn't work i even tried raw phrases which didn't work
Superorb
10-06-2012, 06:39 PM
Thanks for giving it a shot :)
Skyrider
11-11-2012, 09:11 AM
Anyway to enable it per usergroup?
tanzeelniazi
11-13-2012, 12:41 PM
This thread is OLD and MOD is not working
New
Use this Perfect Working
https://vborg.vbsupport.ru/showthread.php?t=290368
:)
Ua|Eight
02-10-2013, 10:17 PM
It doesn't work properly on 4.2.0.
and I have a problem, I want to delete/uninstall it.
But when I do so, I get a database error, does anyone know how I can get it fixed so I can uninstall it?
diddy29
02-11-2013, 03:27 AM
It doesn't work properly on 4.2.0.
and I have a problem, I want to delete/uninstall it.
But when I do so, I get a database error, does anyone know how I can get it fixed so I can uninstall it?
Make sure all the files on the server are removed, use FTP to confirm.
RazKaziRo
05-27-2013, 09:02 AM
Hi,
I Installed this mod and everything is work great but the color wont display in Announcement or in Statics of my forum:
announcement for example:
http://speedcap.net/sharing/files/d1/de/d1def3207034b5bbd44be55c5c54ed72.png
and statics:
http://speedcap.net/sharing/files/d7/3d/d73dab4ffd93e6f23cb7ed1812363446.png
I hope to get any help
Thanks
Raz
KorvinGump
06-05-2013, 04:29 AM
Please make a fix for 4.2.0
blackberry
07-03-2013, 08:05 PM
not working for 4.2.1
check the pic below
Spangle
07-03-2013, 08:19 PM
not working for 4.2.1
check the pic below
I would check you have installed it properly, it's working fine on my 4.2.1 forum
http://www.talkoftheterrace.net
blackberry
07-04-2013, 07:45 PM
I would check you have installed it properly, it's working fine on my 4.2.1 forum
http://www.talkoftheterrace.net
we just need to import product ... what to install :-s
its not working perfectly on your as well
Cla75
08-09-2013, 02:56 PM
work except in "New Posts" or "messages last 24 hours"
can you help me
Mark93x
08-23-2013, 04:09 AM
Essential mod.
hellboundblogge
09-29-2013, 02:09 PM
It is not working with 4.2.1
sodasusu
03-04-2014, 03:37 AM
its work for 4.2.2
Hasann
03-07-2014, 04:15 PM
its work for 4.2.2
oh yes it does work only 4.2.2
RedTurtle
03-15-2014, 03:49 PM
Not working for us in 4.2.2.
Having the same issue that blackberry is having on 4.2.1 in post #488 (https://vborg.vbsupport.ru/showpost.php?p=2431920&postcount=488).
ozzy47
03-15-2014, 11:39 PM
Not working for us in 4.2.2.
Having the same issue that blackberry is having on 4.2.1 in post #488 (https://vborg.vbsupport.ru/showpost.php?p=2431920&postcount=488).
Since you seem to be having issues with this mod, have you tried, https://vborg.vbsupport.ru/showthread.php?t=290368
It has the HTML markup in many more areas also.
Faskis
04-16-2014, 03:35 AM
Not working for us in 4.2.2.
Having the same issue that blackberry is having on 4.2.1 in post #488 (https://vborg.vbsupport.ru/showpost.php?p=2431920&postcount=488).
What are you using for your markup?
Black Snow
04-28-2014, 08:29 AM
not working for 4.2.1
check the pic below
Same for me.
shahidbaloch
10-16-2014, 05:08 PM
I try this mod but it disturb the style as shown in pic
150735
i have 3 prob after installation
1: show double posting date.
2: show 2 times poster name.
3: show offline/ online status of the poster.
plz resolve the issue for me. I am using vb 4.2.2
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.