Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Username HTML Markup 4.2.x Details »»
Username HTML Markup 4.2.x
Version: 4.2.x, by Hasann Hasann is offline
Developer Last Online: Jun 2021 Show Printable Version Email this Page

Category: Major Additions - Version: 4.2.x Rating:
Released: 11-29-2009 Last Update: 03-07-2014 Installs: 666
Uses Plugins
Re-useable Code Translations  
No support by the author.

Username HTML Markup by Hasann

This Product brought to you by
www.vbulletin-TR.com

Description: This Add-On will showing the Usergroups Username HTML Markup in EVERYWHERE Espacially in

FORUMINDEX / FORUMHOME / FORUMLIST / FORUMDISPLAY / SUBFORUMS

Installation: Import the product-username_html_markup.xml product file via admincp -> product manager -> import/export products

Tested on:
  • vBulletin 4.0.1
  • vBulletin 4.2.2

Download Now

File Type: zip Username_Html_Markup_v4.0.1.zip (1.0 KB, 4477 views)
File Type: zip Username_Html_Markup_v4.2.x.zip (1.1 KB, 974 views)

Screenshots

File Type: jpg UserName_HTML_MarkUp_ForumHome.jpg (39.9 KB, 1 views)
File Type: jpg UserName_HTML_MarkUp_ForumDisplay.jpg (111.2 KB, 1 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
9 благодарности(ей) от:
Life Revived, nacaruncr, Skaut, sodasusu, SᴩiDᴇЯ, Teascu Dorin, X-or

Comments
  #472  
Old 10-05-2012, 12:30 PM
Superorb Superorb is offline
 
Join Date: Feb 2012
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Syxguns View Post
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 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.
Reply With Quote
  #473  
Old 10-05-2012, 08:10 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Superorb View Post
+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


Code:
<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>



Reply With Quote
  #474  
Old 10-05-2012, 08:24 PM
Superorb Superorb is offline
 
Join Date: Feb 2012
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by simonhind View Post
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.
Reply With Quote
  #475  
Old 10-05-2012, 08:29 PM
Syxguns's Avatar
Syxguns Syxguns is offline
 
Join Date: Jul 2011
Posts: 280
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by simonhind View Post
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

Code:
<span style="color: red;"></span>


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...
Reply With Quote
  #476  
Old 10-05-2012, 08:59 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Syxguns View Post
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...
here's the fix

Code:
<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>
Reply With Quote
  #477  
Old 10-05-2012, 09:05 PM
Superorb Superorb is offline
 
Join Date: Feb 2012
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by simonhind View Post
here's the fix

Code:
<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.
Reply With Quote
  #478  
Old 10-05-2012, 09:08 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Superorb View Post
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
Reply With Quote
  #479  
Old 10-06-2012, 12:41 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #480  
Old 10-06-2012, 06:10 AM
tanzeelniazi tanzeelniazi is offline
 
Join Date: Apr 2012
Posts: 375
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Really good mod anyone trying to fix please in Vb 4.2.0
thanks
Reply With Quote
  #481  
Old 10-06-2012, 06:32 AM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BirdOPrey5 View Post
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
Reply With Quote
Благодарность от:
patrick91
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:50 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09454 seconds
  • Memory Usage 2,367KB
  • Queries Executed 29 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (8)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete