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)

Hasann 11-29-2009 10:00 PM

Username HTML Markup 4.2.x
 
1 Attachment(s)
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

Zaiaku 11-29-2009 10:38 PM

Just that special touch! Much appreciated!

Hasann 11-29-2009 10:43 PM

Thank You Sir
If You Like This Modification
Please Click Mark As Installed Button
And Rate AS Excellent, Nominate for MOTM :D
More Mods Coming Soon for vBulletin 4.0 ;)

Charlie98902 11-29-2009 11:16 PM

I noticed in the subforum under the thread it says Charlie>Charlie and then last posted by in the subforum it says the same. I used my name as an example.

Hasann 11-29-2009 11:22 PM

please make sure and check html markup for each usergroup input valid syntax.

example for html markup valid syntax.

first input add
PHP Code:

<span style='color: #000000'><b

second input add
PHP Code:

</b></span


Charlie98902 11-29-2009 11:27 PM

1 Attachment(s)
Code:

<span style="font-weight: bold;"><span style="color: Red;"> </span>
Is what I use and then this is shown with your mod. This is threads above the subs too.

Hasann 11-29-2009 11:30 PM

Quote:

Originally Posted by Charlie98902 (Post 1922795)
Code:

<span style="font-weight: bold;"><span style="color: Red;"> </span>
Is what I use and then this is shown with your mod. This is threads above the subs too.

your is wrong use this

PHP Code:

<span style='font-weight: bold; color: red;'

PHP Code:

</span


elwachiman 11-29-2009 11:32 PM

excelent tnks instaled and working

Charlie98902 11-29-2009 11:35 PM

Sweet Hasann Worked.

Thanks

Zaiaku 11-29-2009 11:42 PM

I'm waiting til I test this out with a few mods. Last time I use this mod it messed up a few links for me, if I remember it right, it was mainly when vbseo was used or the top X stats mod. some linkts would come out like

Code:

/member/Username</b>.html

Hasann 11-29-2009 11:49 PM

Quote:

Originally Posted by Zaiaku (Post 1922810)
I'm waiting til I test this out with a few mods. Last time I use this mod it messed up a few links for me, if I remember it right, it was mainly when vbseo was used or the top X stats mod. some linkts would come out like

Code:

/member/Username</b>.html

this was vbseo issue but this is fixed with this version..

MyChemicalSelf 11-29-2009 11:56 PM

Nice work :) im using this now marked as installed

elwachiman 11-30-2009 12:36 AM

1 Attachment(s)
in the other forums and subforums works perfect but in "search of new messages" does not work because the php code was updated in all groups of users see the attached file ..

root's 11-30-2009 02:57 AM

thank you my friend you are the best of the best :cool:

abdobasha2004 11-30-2009 01:55 PM

thank you
you are just giving your vb4 mods
great

cavyspirit 11-30-2009 04:30 PM

I wanted to use this kind of mod in 3.x, but didn't because of posts about the additional query load. Is there a performance or query impact of this mod? Thanks.

CFodder 12-01-2009 03:45 AM

Great mod Hasann, luv your work :D.

halkum 12-01-2009 06:14 AM

Love it

HappyFeet 12-01-2009 12:57 PM

Installed, corrected syntax, works great! Thank You.

Dr.osamA 12-02-2009 01:32 PM

thank you

installed
________
VAPORIZER AFFILIATE PROGRAM

SİMAR 12-02-2009 10:19 PM

Thank You

Prorockz 12-04-2009 12:15 PM

when im try to add picture in code its show like this

Posted By Admin, ">Admin

it is code .

Code:

<span style="font-weight: bold; color: red;"><img src="http://paltalkstuff.net/crown.gif">
Code:

</span>

Hasann 12-04-2009 12:18 PM

Quote:

Originally Posted by Prorockz (Post 1925206)
when im try to add picture in code its show like this

Posted By Admin, ">Admin

Try this code

Code:

<span style='font-weight: bold; color: red;'><img src='http://paltalkstuff.net/crown.gif'>
Code:

</span>

Prorockz 12-04-2009 01:34 PM

its working now thanks for help

ForYou 12-04-2009 10:30 PM

1 Attachment(s)
Please look at the code that appear when i move the cursor mouse on user name ,

Regards

BiMBo3MeNDo 12-05-2009 09:42 PM

problem with beta 5....

WebkinzCoast 12-05-2009 10:50 PM

Is it possible for you to make this for 3.8.x? Just wondering (:

MikalMirkas 12-06-2009 02:39 AM

What am I doing wrong here?
HTML Code:

<span style='color: #148066'><FONT FACE="Tahoma"><u><b>
HTML Code:

</b></u></FONT FACE="Tahoma"></span>

Hasann 12-06-2009 03:47 AM

Quote:

Originally Posted by MikalMirkas (Post 1926081)
What am I doing wrong here?
HTML Code:

<span style='color: #148066'><FONT FACE="Tahoma"><u><b>
HTML Code:

</b></u></FONT FACE="Tahoma"></span>

try this
HTML Code:

<span style='color:#148066'><font face='Tahoma'><u><b>
HTML Code:

</b></u></font></span>

Hasann 12-06-2009 03:51 AM

Quote:

Originally Posted by ForYou (Post 1925481)
Please look at the code that appear when i move the cursor mouse on user name ,

Regards

Quote:

Originally Posted by BiMBo3MeNDo (Post 1925980)
problem with beta 5....

what's the problem dont understand?
Quote:

Originally Posted by WebkinzCoast (Post 1926010)
Is it possible for you to make this for 3.8.x? Just wondering (:

[3.8.x] Username HTML Markup in Forumdisplay [v2.0.0]

DiLSuZ 12-06-2009 04:50 AM

thanks hasann

BiMBo3MeNDo 12-06-2009 07:00 AM

at forumdisplay.php I view:

Send By MyNick, ">MyNick and last post by:MyNick">MyNick
11-23-2009 09:26 AM

Matais 12-06-2009 08:59 AM

Quote:

Originally Posted by BiMBo3MeNDo (Post 1926150)
at forumdisplay.php I view:

Send By BiMBo3MeNDo, ">BiMBo3MeNDo and last post by:BiMBo3MeNDo">BiMBo3MeNDo
11-23-2009 09:26 AM

same here

ForYou 12-06-2009 04:24 PM

Quote:

Originally Posted by ForYou (Post 1925481)
Please look at the code that appear when i move the cursor mouse on user name ,

Regards

the problem is the code <spam> that appear in yellow box when you move the mouse icon on the user name , look at attach and you will understand me ,

Regards

MikalMirkas 12-06-2009 05:05 PM

Quote:

Originally Posted by Hasann (Post 1926098)
try this
HTML Code:

<span style='color:#148066'><font face='Tahoma'><u><b>
HTML Code:

</b></u></font></span>

Thanks. ;)

Darkimmortal 12-07-2009 05:32 PM

Would be cool if this worked on CMS comments :)

Matais 12-07-2009 07:06 PM

anyone got this working on BETA 5?

BiMBo3MeNDo 12-07-2009 08:41 PM

Quote:

Originally Posted by Matais (Post 1926949)
anyone got this working on BETA 5?

I wait the fix of this mods..

sematopdemir 12-10-2009 02:09 PM

Thanks Hasann

Mahoni999 12-11-2009 06:34 PM

Please Hassan, have a Heart and give us this great Addon for vb 3.7

Maybe as a XMas Gift :)

I have spent Days without Success to get Usergroupcolors into my Hacks (specially Arcade)

A Chance for us ???

Greetings Mahoni


All times are GMT. The time now is 06:57 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.06387 seconds
  • Memory Usage 1,808KB
  • 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
  • (8)bbcode_code_printable
  • (8)bbcode_html_printable
  • (4)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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