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

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

Category: Mini Mods - Version: 3.8.x Rating:
Released: 12-16-2008 Last Update: 02-09-2009 Installs: 403
Uses Plugins
Code Changes Additional Files Translations  
No support by the author.

Username HTML Markup in FORUMDISPLAY + SUBFORUMS by Hasann

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

Description:

This mini Add-On will showing the Usergroups Username HTML Markup in
FORUMDISPLAY
SUBFORUMS


Installation:

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

Tested on:
  • vBulletin 3.7.x
  • vBulletin 3.8.x

Demo: www.vbulletin-turkey.com/forum

Download Now

File Type: xml product-username_html_markup.xml (2.3 KB, 2856 views)

Screenshots

File Type: jpg forumdisplay.jpg (98.5 KB, 0 views)
File Type: jpg subforums.jpg (265.7 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Perrier Sophie

Comments
  #82  
Old 06-03-2009, 08:59 PM
Trek Trek is offline
 
Join Date: Sep 2003
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doesn't seem to work on my forums either, I checked the default style as well and it's not working there either.

I imported it, but can't find any settings for it, etc... so I assume it should just start working? Using 3.8 BTW.
Reply With Quote
  #83  
Old 06-03-2009, 09:38 PM
Trek Trek is offline
 
Join Date: Sep 2003
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nevermind, I was looking in forumhome for this to appear and it only works per forum_display. I see in a couple pages back the author won't be supporting forum home and says to uninstall... Anyway, the mod isn't broken, just doesn't do what many of us seemed to of expected.
Reply With Quote
  #84  
Old 06-04-2009, 06:02 AM
P?ŋĭsЋ?я's Avatar
P?ŋĭsЋ?я P?ŋĭsЋ?я is offline
 
Join Date: Mar 2009
Location: Trabzon
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Hasann..
Reply With Quote
  #85  
Old 06-08-2009, 01:09 PM
xpinx2pin xpinx2pin is offline
 
Join Date: Jan 2008
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i dunt know its a html markup bugs or seo bugs.
but when i installed it on my forum, some of user profile link is become invalid link. would u check the script please.

thanks
Attached Images
File Type: jpg wrong link.JPG (7.1 KB, 0 views)
Reply With Quote
  #86  
Old 06-08-2009, 02:25 PM
bumwrap bumwrap is offline
 
Join Date: Nov 2004
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would like to see it in new posts & todays post. Thanks.
Reply With Quote
  #87  
Old 06-11-2009, 04:49 AM
markblair markblair is offline
 
Join Date: Jan 2004
Location: Michigan
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another great Hasann product. Installed
Reply With Quote
  #88  
Old 06-12-2009, 02:26 PM
Charlie98902 Charlie98902 is offline
 
Join Date: Dec 2006
Posts: 1,156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bumwrap View Post
I would like to see it in new posts & todays post. Thanks.
Won't happen this is why I uninstalled it as the author said he wouldn't add it. I'd think it would be simple and at least an option for those that want it and there is a lot of users wanting this feature.
Reply With Quote
  #89  
Old 06-20-2009, 11:02 AM
360themes 360themes is offline
 
Join Date: Feb 2007
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

plz make it effect on Forum home lastpost
Reply With Quote
  #90  
Old 07-15-2009, 12:33 AM
DanielGara DanielGara is offline
 
Join Date: Jun 2009
Location: Medellin, Colombia
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was searching in the web for put "username HTML mark" in forumhome (last post) and i found this:

1) Edit file functions_forumlist.php (file that is in folder "includes")

- Find:

PHP Code:
$lastpostinfo = (empty($lastpostarray[$forumid]) ? array() : $vbulletin->forumcache["$lastpostarray[$forumid]"]); 
- After Add:

PHP Code:
if($lastpostinfo[lastposter])
{                
    
$temp=$vbulletin->db->query_first("
        SELECT userid, username, IF(displaygroupid=0, usergroupid, displaygroupid) AS displaygroupid
        FROM " 
TABLE_PREFIX "user
        WHERE username = '"
.addslashes(htmlspecialchars_uni($lastpostinfo[lastposter]))."'");                
    if (
$temp[userid])
    {
        
$lastpostinfo[lastposter]= fetch_musername($temp);
    }



In my forum www.mundomedellin.com vbulletin 3.8.3 this worked perfectly
Reply With Quote
  #91  
Old 07-17-2009, 02:26 AM
NLP-er's Avatar
NLP-er NLP-er is offline
 
Join Date: Aug 2008
Location: Wrocław
Posts: 1,353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DanielGara View Post
I was searching in the web for put "username HTML mark" in forumhome (last post) and i found this:

1) Edit file functions_forumlist.php (file that is in folder "includes")

- Find:

PHP Code:
$lastpostinfo = (empty($lastpostarray[$forumid]) ? array() : $vbulletin->forumcache["$lastpostarray[$forumid]"]); 
- After Add:

PHP Code:
if($lastpostinfo[lastposter])
{                
    
$temp=$vbulletin->db->query_first("
        SELECT userid, username, IF(displaygroupid=0, usergroupid, displaygroupid) AS displaygroupid
        FROM " 
TABLE_PREFIX "user
        WHERE username = '"
.addslashes(htmlspecialchars_uni($lastpostinfo[lastposter]))."'");                
    if (
$temp[userid])
    {
        
$lastpostinfo[lastposter]= fetch_musername($temp);
    }



In my forum www.mundomedellin.com vbulletin 3.8.3 this worked perfectly
Here you have plugin for "username HTML mark" in forumhome (last post) :
https://vborg.vbsupport.ru/showthread.php?p=1850299

Simple and easy - just import product no template modicications It colors only last post, so use booth plugins
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 08:17 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.14423 seconds
  • Memory Usage 2,359KB
  • 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_php
  • (2)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
  • (11)post_thanks_box
  • (1)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_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