vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - Username HTML Markup 4.2.x (https://vborg.vbsupport.ru/showthread.php?t=229146)

porscheman170 04-18-2010 09:15 PM

Running 4.0.3 and getting the users online or offline status before their name instead of on hover. However on hover I get some of the code from the HTML markup.

Thanks

sebaldus 04-21-2010 07:15 AM

Hi...
Each time I try to use Username HTML Markup in one of my forums, I got problems with : Users online /offline in the right site of the forums.

Se the screenshots: https://vborg.vbsupport.ru/external/2010/04/34.jpg

Any idea, why this happen?

Thanks in Advance
All the Best from Sebaldus

Gosef 05-04-2010 06:26 PM

thanks

sadiq6210 05-04-2010 07:25 PM

Much appreciated !

betts02 05-04-2010 08:01 PM

As above with the offline/online showing

I am on my site yet it shos me offline

Hover over my name and get the code

removed while someone fixes

frightie 05-05-2010 01:49 PM

For those experiencing the extra offline/online text just use the quoted fix below. Worked for me.

Quote:

Originally Posted by Cadellin (Post 2020354)
You need to use ' instead of " in your HTML tag I think.

E.g. <span style='color:red;'></span>


Xencored 05-06-2010 03:06 PM

Danker!! Works great cheers <3

MadK 05-07-2010 03:02 AM

Quote:

Originally Posted by frightie (Post 2032129)
For those experiencing the extra offline/online text just use the quoted fix below. Worked for me.

Once we hover over the nickname though, it still appears.

pedroenf 05-07-2010 02:37 PM

Anny news?

Roachy 05-13-2010 10:35 AM

I have the same problem with extra text/activity status/code being displayed. I would really love to use this if it were fixed. Any idea if the author is still around, or if there is an alternative?

Bigj85 05-15-2010 06:17 PM

same issue as everyone else

would really like to use this

Jeremy8 06-10-2010 01:17 PM

Yeah, use ' instead of "

But the HTML still appears in the hover. I hope this is fixed. :)

KURTZ 06-20-2010 10:31 AM

i think that the author is 'gone' ... unfortunately no support here ... :(

Charlie98902 06-20-2010 02:15 PM

The mod works fine. I don't have these issues but that don't mean they don't exist. I wonder if it is conflicting with another code?

KURTZ 06-20-2010 04:31 PM

Quote:

Originally Posted by Charlie98902 (Post 2056380)
The mod works fine. I don't have these issues but that don't mean they don't exist. I wonder if it is conflicting with another code?

put your mouse cursor over a nickname in your forumhome ... ;)

Charlie98902 06-20-2010 04:48 PM

Ah I see it and it seems to only happen on forum home too? Nope when you see threads it happens there along with sub-forums but not in the posts.

KURTZ 06-21-2010 09:28 AM

Quote:

Originally Posted by Charlie98902 (Post 2056501)
Ah I see it and it seems to only happen on forum home too? Nope when you see threads it happens there along with sub-forums but not in the posts.

also in forumdisplay ... :(

LuisManson 06-21-2010 04:44 PM

sorry for asking but with this can i allow a specific group to choose a coustom color ?

KURTZ 06-24-2010 07:43 PM

Quote:

Originally Posted by LuisManson (Post 2057006)
sorry for asking but with this can i allow a specific group to choose a coustom color ?

no.

Yusuf Arslan 07-13-2010 10:53 AM

Teşekkürler Hasan

RobbieZ 07-26-2010 03:00 PM

Booo for not supporting :p

CFodder 08-17-2010 08:46 AM

Quote:

Originally Posted by Pro-eSports.com (Post 1983838)
Merhaba Hasann,

how can I change the message when the name is hovered?

http://i107.photobucket.com/albums/m...9Feb161828.gif

I don't want the code to show because it looks ugly. :P

Teşekk?rler! :D

I've fixed this problem, it's really a hack 'n slash fix, but does the job.

All I did was put a </a> in front of my span style, looks like this:

Quote:

</a><span style='font-weight: bold; color: red;'>
Possibly not a satisfactory solution for everyone as it takes away the link on the users name to go to their profile, but get that option with the dropdown box anyway so isn't a prob for me.

Elitefredy 08-17-2010 08:54 AM

using vb4.0.1 with Ambient Skin and it doesn't work for me :S

CFodder 08-17-2010 09:01 AM

What bit doesn't work? I'm using 4.03 with a customised style.

caciocode 08-17-2010 07:50 PM

Very useful. Thanks. Just installed here

CFodder 08-24-2010 07:19 PM

What version of VB are you using and did you do anything to get rid of the html showing when you mouse over the username?

Nice site too :).

ozzy47 09-22-2010 12:12 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:

midnz 09-22-2010 05:48 AM

Quote:

Originally Posted by ozzy47 (Post 2101650)
That got rid of all the extra stuff, even on hover!!!:up:

Excellent stuff ozzy47. It worked for me thanks :)

gagan007 09-23-2010 09:05 AM

Quote:

Originally Posted by ozzy47 (Post 2101650)
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:

Hey ozzy47, thanks for the help but I am not able to save the changes. I paste the line given by you and when I click on save, it doesn't gets saved. Returns a blank page instead.. Please advice

midnz 09-23-2010 06:07 PM

Quote:

Originally Posted by gagan007 (Post 2102160)
Hey ozzy47, thanks for the help but I am not able to save the changes. I paste the line given by you and when I click on save, it doesn't gets saved. Returns a blank page instead.. Please advice

That also happened to me six times before it finally saved. I was copy/pasting to Dreamweaver, doing a find/replace and copy/pasting back to the template. That just wouldn't save for me. When I did the edit directly in the template it saved. I still don't know what the problem was. When it finally saved there was no need to look any further.

ozzy47 09-23-2010 09:22 PM

Yeah that is the best way to do a direct edit!!

m55629 09-25-2010 08:47 PM

unfortunately in my forum doesn't work. it`s version 4.0.7.

ozzy47 09-25-2010 09:37 PM

I have v 4.0.7 on my forum also, so it should work on yours

ppatil007 09-25-2010 11:56 PM

Quote:

Originally Posted by ozzy47 (Post 2101650)
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:


I would not call this a solution all you are doing is completely commenting out the " onlinestatusphrase "

2 reasons why this is not a great fix

1) much easier way to do it is
just add </a> in front of <span style='font-weight: bold; color: Blue;'> at the Username HTML Markup to look like
Code:

</a><span style='font-weight: bold; color: Blue;'>
2) your solution not just disable the hover feature but also only works at one place , their are many places where the code is impacted for example started by section your logic only work on last posted by section

if you have to comment out then just use my step 1 which applies it globally

in short we still need a better code for this functionality to work properly
if some coder can guide us it will be much appreciated ; i do not understand why the original coder is unresponsive if he had done a clean job this would have been a great MOD

desesperado 09-26-2010 07:09 AM

Quote:

Originally Posted by ppatil007 (Post 2103196)
I would not call this a solution all you are doing is completely commenting out the " onlinestatusphrase "

2 reasons why this is not a great fix

1) much easier way to do it is
just add </a> in front of <span style='font-weight: bold; color: Blue;'> at the Username HTML Markup to look like
Code:

</a><span style='font-weight: bold; color: Blue;'>
2) your solution not just disable the hover feature but also only works at one place , their are many places where the code is impacted for example started by section your logic only work on last posted by section

if you have to comment out then just use my step 1 which applies it globally

in short we still need a better code for this functionality to work properly
if some coder can guide us it will be much appreciated ; i do not understand why the original coder is unresponsive if he had done a clean job this would have been a great MOD

Its all true what you're saying it is a shame really, I have it installed on 4.0.7 and still have the same problem with the </a> because of the hoover info still shows the ugly code, and also its shamefull for Vbulletin not have this as a Standard Usergroup feature, anyhow I just wanted to share my opinion for such great mod released but support for it looks like died long time ago!
Best regards

m55629 09-26-2010 10:47 AM

Quote:

Originally Posted by desesperado (Post 2103260)
Its all true what you're saying it is a shame really, I have it installed on 4.0.7 and still have the same problem with the </a> because of the hoover info still shows the ugly code, and also its shamefull for Vbulletin not have this as a Standard Usergroup feature, anyhow I just wanted to share my opinion for such great mod released but support for it looks like died long time ago!
Best regards

I agree. this is right

Pro-eSports.com 09-27-2010 08:00 PM

So the hover issues is still not fixed? Last time I checked this thread for a fix was several months ago. Can someone please fix this!? :(

woodburyMan 09-30-2010 02:08 AM

Anyway to get this impemented into search results? A lot of my users browse using "view active topics" search function.

ouch 09-30-2010 08:30 PM

hello all

when I install this mod I get the following on my forum

Post name

>offline then the name

how do i get rid of the offline bit so it just displayes the name colour

am on VB 4.0.7

RobbieZ 09-30-2010 09:50 PM

Quote:

Originally Posted by ouch (Post 2105241)
hello all

when I install this mod I get the following on my forum

Post name

>offline then the name


how do i get rid of the offline bit so it just displayes the name colour

am on VB 4.0.7

Read back through the thread your answer will found there!


All times are GMT. The time now is 01:28 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01903 seconds
  • Memory Usage 1,824KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete