vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Mini Mods - Username HTML Markup in Forumdisplay (https://vborg.vbsupport.ru/showthread.php?t=199109)

Trek 06-03-2009 08:59 PM

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.

Trek 06-03-2009 09:38 PM

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.

P?ŋĭsЋ?я 06-04-2009 06:02 AM

Thanks Hasann..

xpinx2pin 06-08-2009 01:09 PM

1 Attachment(s)
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

bumwrap 06-08-2009 02:25 PM

I would like to see it in new posts & todays post. Thanks.

markblair 06-11-2009 04:49 AM

Another great Hasann product. :) Installed

Charlie98902 06-12-2009 02:26 PM

Quote:

Originally Posted by bumwrap (Post 1825688)
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.

360themes 06-20-2009 11:02 AM

plz make it effect on Forum home lastpost :)

DanielGara 07-15-2009 12:33 AM

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

NLP-er 07-17-2009 02:26 AM

Quote:

Originally Posted by DanielGara (Post 1848893)
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 :)

Strike-Force.ne 07-17-2009 03:39 PM

I'm running both right now with 3.8.3 and haven't seen any issues with doing so. Works exactly like I want it to.

macc 07-17-2009 06:56 PM

Nice - thanks

one problem with vba CMPS - in news module shows image code instead avatar picture - disabled avatar in options - works fine

some solutions ?

regards

macc

Strike-Force.ne 07-21-2009 08:14 PM

Found an issue with this and vBSEO. Due to the html markup it's causing incorrect urls of the members. Here's an example of how it rendered one users profile link:

HTML Code:

http://www.invertog.net/members/-font-color-blue-b-hightower-b-font-.html
While I like this plugin, I like vBSEO more.

UNINSTALLED

Dr.LoVe 07-22-2009 10:26 PM

Mark as installed ;)

but i have question if i can ask

can you put the colour also in the FORUMHOME to be more beatiful ??

however thank you :D

Stryker412 07-29-2009 04:27 PM

Installed a while ago, and all the sudden it is not working. I tried uninstalling and reinstalling, still nothing.

Winterworks 07-30-2009 02:13 AM

edit: nvm.

Winterworks 07-30-2009 02:22 AM

Oh, it works!

But what about the forum index? Can we have it for that too?

rajubd 08-01-2009 05:24 PM

i installed it but no changes anyone please help ...

Dcoy 08-07-2009 03:24 PM

thanks for this

christon26 08-16-2009 08:35 PM

Quote:

Originally Posted by xpinx2pin (Post 1825651)
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

Quote:

Originally Posted by Strike-Force.ne (Post 1853144)
Found an issue with this and vBSEO. Due to the html markup it's causing incorrect urls of the members. Here's an example of how it rendered one users profile link:

HTML Code:

http://www.invertog.net/members/-font-color-blue-b-hightower-b-font-.html
While I like this plugin, I like vBSEO more.

UNINSTALLED

I am having the exact same issue as the above posters....and this is only happening with the username markup links, not the normal ones without username markup...and chance of a fix? I also have VBSEO installed...and I have the username markup for the forum home page also and it doesn't change the link like this....

Live example: http://www.havendesignz.com/forum/general-chatter/

Click on colored names...get the error message, click on normal black text names...reach profile just fine

Anyone?

Bansheebob 08-28-2009 02:21 PM

installed twice, does not work?

HaqForum 10-13-2009 11:40 PM

its not working on funky fresh skin ,.... can anyone confirm

NetRover 10-17-2009 11:37 PM

Excellent, helped me out with the advanced thread bit mod from someone else where username html markup had gone.

This mod works a treat. thank you.

muratcan25 10-24-2009 08:21 PM

Thanks Installed

ZEHH 10-27-2009 11:47 PM

Essa função é muito bom!

And 1 10-28-2009 07:22 AM

installed ;)

Normandi2 10-31-2009 05:21 AM

Installed

Thank's Hasann

final kaoss 11-13-2009 03:16 AM

Nice one, installed!

Hasanudin 11-14-2009 08:49 AM

thx for u Hassan :)

choccyclaire 01-20-2010 09:54 PM

Uninstalled now I have vbseo. Please fix? :)

kabir 02-23-2010 01:22 PM

Im Installed but not show color

soulz2003 02-28-2010 02:28 AM

grrr, does anyone know how to add html markup color in vbadvanced (recent threads), seems like nobody has a solution.

Target Practice 06-08-2010 05:38 PM

This appears to have stopped working since I installed vB 3.8.5... anyone else come across this?

Target Practice 06-11-2010 11:47 AM

Uninstalled as no longer working.

whisky198x 08-01-2010 11:03 AM

1 Attachment(s)
Fix AVATAR : Mod New vBadvanced CMPS
Hellp

AftahFX 11-05-2010 08:09 PM

Quote:

Originally Posted by whisky198x (Post 2077572)
Fix AVATAR : Mod New vBadvanced CMPS
Hellp


this will make it work - if you use hassan's mod an cmps:
for all styles find edit template adv_portal_newsbits:

change:
Code:

<img align="$stylevar[left]" style="padding:6px" alt="<phrase 1="$news[postusername]">$vbphrase[xs_avatar]</phrase>" border="0" src="$news[avatarpath]" />
to:
Code:

<img align="$stylevar[left]" style="padding:6px" alt="" border="0" src="$news[avatarpath]" />
:D

Eduardo Leon 01-19-2011 05:49 PM

well ..

installed but you have for : Forumhome ???

Spadow 01-23-2011 12:22 AM

Great addon, but is there anyway to get this working for the main page and in ''new posts''? Thanks in advance.

JGreig 02-23-2011 02:04 AM

This works for me apart from the forum index, what do I need to do to make it work there? Works every including the thread listing.

Scyther 06-27-2011 01:15 PM

Cool Mod..
Marked installed.


All times are GMT. The time now is 04:56 PM.

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.01547 seconds
  • Memory Usage 1,827KB
  • 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
  • (2)bbcode_html_printable
  • (4)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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