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
  #232  
Old 09-23-2010, 09:22 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah that is the best way to do a direct edit!!
Reply With Quote
  #233  
Old 09-25-2010, 08:47 PM
m55629's Avatar
m55629 m55629 is offline
 
Join Date: Jul 2010
Location: Pakista
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

unfortunately in my forum doesn't work. it`s version 4.0.7.
Reply With Quote
  #234  
Old 09-25-2010, 09:37 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have v 4.0.7 on my forum also, so it should work on yours
Reply With Quote
  #235  
Old 09-25-2010, 11:56 PM
ppatil007 ppatil007 is offline
 
Join Date: Nov 2009
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ozzy47 View Post
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
Reply With Quote
  #236  
Old 09-26-2010, 07:09 AM
desesperado desesperado is offline
 
Join Date: Aug 2009
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ppatil007 View Post
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
Reply With Quote
  #237  
Old 09-26-2010, 10:47 AM
m55629's Avatar
m55629 m55629 is offline
 
Join Date: Jul 2010
Location: Pakista
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by desesperado View Post
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
Reply With Quote
  #238  
Old 09-27-2010, 08:00 PM
Pro-eSports.com Pro-eSports.com is offline
 
Join Date: Jan 2010
Location: Germany
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!?
Reply With Quote
  #239  
Old 09-30-2010, 02:08 AM
woodburyMan woodburyMan is offline
 
Join Date: Jun 2010
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyway to get this impemented into search results? A lot of my users browse using "view active topics" search function.
Reply With Quote
  #240  
Old 09-30-2010, 08:30 PM
ouch ouch is offline
 
Join Date: Jan 2009
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #241  
Old 09-30-2010, 09:50 PM
RobbieZ RobbieZ is offline
 
Join Date: Jul 2008
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ouch View Post
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!
Reply With Quote
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 04:06 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.08412 seconds
  • Memory Usage 2,353KB
  • Queries Executed 27 (?)
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
  • (2)bbcode_code
  • (4)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
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (7)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)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_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