Log in

View Full Version : BB Code Enhancements - TW7S - [ Information - Tip - Note - Warning ] BBCode


LifesGreatestGift
02-07-2010, 10:00 PM
** images removed since the links expired **


Installation

Upload files
Add custom BBCodes
Edit Template (CSS)


Step 1) Go to AdminCP>Custom BB Codes>Add New BB Code>
Step 2) Add the following and save

----------------------------------------
Title Information
BB Code Tag Name info
Replacement

<div style="margin: 5px 5px;"> <div style="padding-left: 25px; padding-right: 25px;"> <div style=" -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; background:#defee3 none repeat scroll 0 0; border:1px solid #28c25a; margin:5px 10px 0;"> <div style="padding: 0pt 5px; background: #28c25a none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px; "> <font color="#defee3"> <b> <em>Information</em> </b> </font> </div> <table width="100%" border="0"> <tbody> <tr> <td width="5%"> </td> <td width="90%">{param}</td> <td width="5%"> <img alt="" src="./images/TW7S/infonotetipwarn/info.png"/> </td> </tr> </tbody> </table> </div> </div> </div>



Example Hello

Description Makes information boxes

Use {option} No

Button Image (Optional)
images/TW7S/infonotetipwarn/info.gif


Remove Tag If Empty Yes

Disable BB Code Within This BB Code No

Disable Smilies Within This BB Code No

Disable Word Wrapping Within This BB Code No
----------------------------------------

----------------------------------------
Title Note
BB Code Tag Name note
Replacement

<div style="margin: 5px 5px;"> <div style="padding-left: 25px; padding-right: 25px;"> <div style=" -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; background:#e8f3ff none repeat scroll 0 0; border:1px solid #42a1de; margin:5px 10px 0;"> <div style="padding: 0pt 5px; background: #42a1de none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px; "> <font color="#e8f3ff"> <b> <em>NOTE</em> </b> </font> </div> <table width="100%" border="0"> <tbody> <tr> <td width="5%"> </td> <td width="90%">{param}</td> <td width="5%"> <img alt="" src="./images/TW7S/infonotetipwarn/note.png"/> </td> </tr> </tbody> </table> </div> </div> </div>



Example Hello

Description Makes Note boxes

Use {option} No

Button Image (Optional)
images/TW7S/infonotetipwarn/note.gif


Remove Tag If Empty Yes

Disable BB Code Within This BB Code No

Disable Smilies Within This BB Code No

Disable Word Wrapping Within This BB Code No
----------------------------------------

----------------------------------------
Title Tip
BB Code Tag Name tip
Replacement

<div style="margin: 5px 5px;"> <div style="padding-left: 25px; padding-right: 25px;"> <div style=" -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; background:#ffffcc none repeat scroll 0 0; border:1px solid #d5b900; margin:5px 10px 0;"> <div style="padding: 0pt 5px; background: rgb(213, 185, 0) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px; "> <font color="#ffffcc"> <b> <em>Tip</em> </b> </font> </div> <table width="100%" border="0"> <tbody> <tr> <td width="5%"> </td> <td width="90%">{param}</td> <td width="5%"> <img alt="" src="./images/TW7S/infonotetipwarn/tip.png"/> </td> </tr> </tbody> </table> </div> </div> </div>



Example Hello

Description Makes Tip boxes

Use {option} No

Button Image (Optional)
images/TW7S/infonotetipwarn/tip.gif


Remove Tag If Empty Yes

Disable BB Code Within This BB Code No

Disable Smilies Within This BB Code No

Disable Word Wrapping Within This BB Code No
----------------------------------------

----------------------------------------
Title Warning
BB Code Tag Name warning
Replacement

<div style="margin: 5px 5px;"> <div style="padding-left: 25px; padding-right: 25px;"> <div style=" -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; background:#fff2f4 none repeat scroll 0 0; border:1px solid #be0000; margin:5px 10px 0;"> <div style="padding: 0pt 5px; background: #be0000 none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px; "> <font color="#fff2f4"> <b> <em>WARNING</em> </b> </font> </div> <table width="100%" border="0"> <tbody> <tr> <td width="5%"> </td> <td width="90%">{param}</td> <td width="5%"> <img alt="" src="./images/TW7S/infonotetipwarn/warn.png"/> </td> </tr> </tbody> </table> </div> </div> </div>



Example Hello

Description Makes Warning boxes

Use {option} No

Button Image (Optional)
images/TW7S/infonotetipwarn/warn.gif


Remove Tag If Empty Yes

Disable BB Code Within This BB Code No

Disable Smilies Within This BB Code No

Disable Word Wrapping Within This BB Code No
----------------------------------------

Step 3)
Open Template CSS Templates>vbulletin.css

Find:

.restore td {
/* Borders and padding to make the table readable. */
border: {vb:stylevar restore};
padding: {vb:stylevar restore_padding};
}



Replace with:

.restore td {
/* Borders and padding to make the table readable. */

padding: {vb:stylevar restore_padding};
}




Enjoy! :)

Demo http://thewindows7site.com/forum/threads/13876-Change-Log?p=141134&viewfull=1#post141134

Will only support members who mark mod as installed.

Changelog
1.00 Initial Release
1.2 Solved issues regarding spacing and links

nextslit
02-08-2010, 05:33 PM
First one !
Great job , thank you : )

vb4newb
02-08-2010, 06:05 PM
Thanks, why does mine have black line border inside the image?

Okay you added step 3 , thanks.

LifesGreatestGift
02-08-2010, 06:08 PM
Thanks, why does mine have black line border inside the image?

You must perform the template edit I posted in Step 3) ;)

*Click Install

cory_booth
02-08-2010, 06:13 PM
Look a lot like:
https://vborg.vbsupport.ru/showthread.php?t=232468

I ain't sayin - just sayin.

LifesGreatestGift
02-08-2010, 06:16 PM
Look a lot like:
https://vborg.vbsupport.ru/showthread.php?t=232468

I ain't sayin - just sayin.

My mod was inspired by that mod. I have redesigned it, and made it look nicer. (IMO)

Neptun
02-08-2010, 06:34 PM
that looks really great - is there a possibilty that only some usergroups can use this ?! for example - admins, super mods ?!

Charlie98902
02-08-2010, 08:06 PM
Can we have a tweak to only allow mods/super mods and admins to see and use this?

Cableguy69
02-08-2010, 09:08 PM
These are great, I wonder if you might know how to make these behave like [code] tags so I can create an .nfo option same as the [code] tags but with the nice table backgrounds ect. Or do you know were I can edit the existing code tags to have the borders ect.

iguano
02-09-2010, 04:24 PM
Can we have a tweak to only allow mods/super mods and admins to see and use this?

Yes i'd like this too

COL NIL SATIS
02-09-2010, 07:15 PM
reserved,this looks very cool

vbkavir
02-09-2010, 08:40 PM
Thank you
how to install for3.8?

Charlie98902
02-10-2010, 01:08 AM
What I mean is to only allow mods and up to be able to use it and see the bbcode but when used all can see this. Not sure if I was clear the last time I asked if it is possible and another member seems to want this feature too.

ti07shadow
02-10-2010, 02:58 AM
Look a lot like:
https://vborg.vbsupport.ru/showthread.php?t=232468

I ain't sayin - just sayin.

Yea it does look alot like mine. Oh dang I didnt click "Re-Use" when making the settings for my modfication thread..
(However it loks like its all "your" code and not a reuse of mine, just a basic copy of the idea. so w/e lol)

Please throw me a bone next time guys if your gonna make a(n) "inspired" version, thankyou.

p.s. looks good :)

TheSupportForum
02-10-2010, 04:51 AM
please can you add one for download section with a nice button please

ryacine
02-10-2010, 05:40 AM
Really, it is a superb set of BB codes. But I join the mates that want these to be exclusively used by mods/admins. How can this be done?
Anyways, thank you very much for these, great great job.

ti07shadow
02-11-2010, 02:43 AM
well a way of doing this I would imagine is edit the file that does the bbc and whatnot, and make it so if use is not of a specific user group, then dont include the tags and just continue the text itself.. I dont dont know much about vb's coding to be able to do this sry.

mitch84
02-11-2010, 05:21 AM
Really, it is a superb set of BB codes. But I join the mates that want these to be exclusively used by mods/admins. How can this be done?
Anyways, thank you very much for these, great great job.
I agree with you, this bbcodes are only for admins or modos i think

Neptun
02-11-2010, 08:50 AM
i hope the coder will help us soon with this point that only admins or supermods can use this

ti07shadow
02-11-2010, 04:24 PM
the issue is, you have the make a mod entirley its own. There was a mod in vb 3.7 that was for custom bbc permissions for usergroups, it seems to work for 4.0, other than the random error thats displayed in the user group editor. You can find this mod in my 3.7 alert bbc thread.

heres the link to the advanced bbc permissions mod. if you can get passed that 1 error in the usergroupd editor where you edit the permissions it should work 100% on vb4

https://vborg.vbsupport.ru/showthread.php?t=122942&page=12&highlight=BBCode+Permissions

maimaitinhban
02-11-2010, 11:38 PM
http://maimaitinhban.com/upanh/images/dfvg6r6wpiovxsla7fc.jpg
problem with Internet Explore 8

Charlie98902
02-12-2010, 12:46 PM
This is a posting bbcode yours isn't so how is it an issue?

Charlie98902
02-12-2010, 01:54 PM
I need to do 2 things to tweak this to my likings and I hope there is someone here to be able to post the coding to do so.

1. Instead of going from the left to the far right of the post body need to have it stop shortly after the the end of the posting.

2. How to move the gif images from the right to be on the left?

Thanks for the help if anyone posts how to.

Rob F
02-12-2010, 06:16 PM
Tagged for now.

Like the others, would love for this to be set so that only Admin/Mods could use it. Would make it an exceptional tool to have then :)

Charlie98902
02-13-2010, 02:18 AM
the issue is, you have the make a mod entirley its own. There was a mod in vb 3.7 that was for custom bbc permissions for usergroups, it seems to work for 4.0, other than the random error thats displayed in the user group editor. You can find this mod in my 3.7 alert bbc thread.

heres the link to the advanced bbc permissions mod. if you can get passed that 1 error in the usergroupd editor where you edit the permissions it should work 100% on vb4

https://vborg.vbsupport.ru/showthread.php?t=122942&page=12&highlight=BBCode+Permissions

Tagged for now.

Like the others, would love for this to be set so that only Admin/Mods could use it. Would make it an exceptional tool to have then :)

The quote above yours will allow that I tested it on 4.0.1 :)

Rob F
02-13-2010, 10:13 AM
Thanks Charlie - it was the mention of the 1 user error that had me shy away from trying it out. Having enough fun with 4.0.1 as it is :D

Might try it later on the test site though :)

Supramania
02-13-2010, 04:33 PM
Can we have a tweak to only allow mods/super mods and admins to see and use this?

Yes i'd like this too

+ 2 here for me - I'd like to let my staff and our subject matter experts post using this, but not the general public.

Any ideas on how to make that happen?

Cableguy69
02-13-2010, 10:12 PM
You could always leave the button images and manually type the tags obviously it's not fool proof but if you only tell mods and admins about the tags it would make it harder for members to use them, but like I say not impossible.

ryacine
02-14-2010, 09:31 AM
the issue is, you have the make a mod entirley its own. There was a mod in vb 3.7 that was for custom bbc permissions for usergroups, it seems to work for 4.0, other than the random error thats displayed in the user group editor. You can find this mod in my 3.7 alert bbc thread.

heres the link to the advanced bbc permissions mod. if you can get passed that 1 error in the usergroupd editor where you edit the permissions it should work 100% on vb4

https://vborg.vbsupport.ru/showthread.php?t=122942&page=12&highlight=BBCode+Permissions
Awesome, wonderful, superb. It worked for me, no error till now. Let's hope that this mod keeps working for newer versions of VB. Thank you so much for the tip.

Charlie98902
02-14-2010, 02:30 PM
+ 2 here for me - I'd like to let my staff and our subject matter experts post using this, but not the general public.

Any ideas on how to make that happen?

This works - https://vborg.vbsupport.ru/showthread.php?t=122942&page=12&highlight=BBCode+Permissions

Neptun
02-14-2010, 05:52 PM
but errors ?!

can somebody make a full mode with this functions !? ;)

Vaupell
02-14-2010, 07:47 PM
Nice these looks great! :D

Charlie98902
02-14-2010, 08:19 PM
but errors ?!

can somebody make a full mode with this functions !? ;)

What errors? I get no errors.

Brew
02-14-2010, 11:14 PM
that looks really great - is there a possibilty that only some usergroups can use this ?! for example - admins, super mods ?!

I would like this ability too :D

Charlie98902
02-15-2010, 12:04 AM
I would like this ability too :D

This works - https://vborg.vbsupport.ru/showthread.php?t=122942&page=12&highlight=BBCode+Permissions

I get no errors using this mod with the one posted here.

ti07shadow
02-15-2010, 12:49 AM
There is 1 error that i have noticed in that script for version 4.x.x and it shows in the usergroup permissions page.

Neptun
02-15-2010, 08:27 AM
There is 1 error that i have noticed in that script for version 4.x.x and it shows in the usergroup permissions page.

can you fix this ?

zonaenlinea
02-15-2010, 12:36 PM
thank installed prefect

synseal
02-15-2010, 01:57 PM
This works - https://vborg.vbsupport.ru/showthread.php?t=122942&page=12&highlight=BBCode+Permissions

I get no errors using this mod with the one posted here.

Unfortunately it doesn't work with the https://vborg.vbsupport.ru/showthread.php?t=235271

All the shouts show the BBcode even when there usergroup has permission to use them.

Tagged to see if this mod will have usergroup permissions added.

sisterhood
02-15-2010, 02:22 PM
Extra Nice!!!!

Charlie98902
02-15-2010, 04:58 PM
Hmm works on my end just fine but I don't have a lot of mods installed either. Should be fine with that mod as I have it installed.

synseal
02-15-2010, 05:08 PM
Looks like this when enabled even with all usergroups set up correctly.

https://vborg.vbsupport.ru/external/2010/02/44.png

Charlie98902
02-15-2010, 08:08 PM
synseal, I see what you're saying now and yes it happens on my end too.

ryacine
02-16-2010, 05:24 AM
Looks like this when enabled even with all usergroups set up correctly.

https://vborg.vbsupport.ru/external/2010/02/44.png

synseal, I see what you're saying now and yes it happens on my end too.
This is exactly what's happening to me as well. Considering that the chatbox is one of my important forum's feature, I was obliged to disable these bb codes and the permissions mod. The annoying thing is I don't know to whom should we report this. It's really making me sad.

owning_y0u
02-21-2010, 06:56 PM
reserved; will look in to it if we can use it on our board :)

KristerSwe
03-19-2010, 08:41 PM
Thanks alot for this... using on my board for a awhile now....

[One note only] if you have alot of text in the box the png pic is in the middle
and i wonder how to code it so the icon in box stay on top always...

Charlie98902
03-21-2010, 06:06 PM
How can we move the image from the right to the left instead? Is this even possible?

LifesGreatestGift
03-21-2010, 07:21 PM
Just swap the two 5% columns. For example.



Make this:

<table width="100%" border="0"> <tbody> <tr> <td width="5%"> </td> <td width="90%">{param}</td> <td width="5%"> <img alt="" src="./images/TW7S/infonotetipwarn/warn.png"/> </td> </tr> </tbody> </table>

Look like this:

<table width="100%" border="0"> <tbody> <tr> <td width="5%"> <img alt="" src="./images/TW7S/infonotetipwarn/warn.png"/> </td> <td width="90%">{param}</td> <td width="5%"></td> </tr> </tbody> </table>

Charlie98902
03-21-2010, 11:19 PM
Thank you that worked.

Da-Vinci
04-04-2010, 07:14 PM
These are great, I wonder if you might know how to make these behave like [code] tags so I can create an .nfo option same as the [code] tags but with the nice table backgrounds ect. Or do you know were I can edit the existing code tags to have the borders ect.

Id like this function aswell, I notice when posting something with acsii art the spacing ect all goes off, I've looked at the [code] tags in the phrase manager, but have to admit, I was lost with what it all meant.

If there is a way to keep all the spacing ect so it works in the same manner as a [code] tag?

saadessa
04-04-2010, 07:32 PM
Great job

thank you man

YankForum
04-05-2010, 12:14 PM
awesome
thx 4 sharing :)

Radjedef
04-05-2010, 12:43 PM
looks nice, tagged

btw, Safari and Chrome also support border radius, see http://www.css3.info/preview/rounded-border/

:)

tafreeh
04-05-2010, 08:08 PM
<span style="text-decoration: line-through">I just figured it out...
if you set bbcode permission via usergroup to all usergroup.... means allow all B I U etc code that are used at chatbox... will solve that problem..

Once i install bbcode permission my chatbox start looking like the one in screenshot above. but when i chahnge the usergroup permission and allow bbcode.. chatbox start working just fine..

try that and let me know if you got that work?</span>

Actually never mind..

Cedric_FP
04-06-2010, 03:22 AM
How did you add buttons to the editor?

I'd like to change the buttons I use in the editor to bigger ones

EG One that, instead of saying "H" says "Help" etc or to make the button appear as text rather than a 21x21 button?

Hateman
04-10-2010, 03:03 PM
Hi,

i like this. But it is possible to use the css-codes for the standard-vbulletin-bbcodes?

merk_aus
06-27-2010, 11:52 AM
Would love to use this but cant as some of my members will abuse it once they know it is there and as such if we are unable to restrict usage to moderators/administrators then I won't be able to use it.

However I do thank you for taking the time to create this they look fantastic.

tech4c
07-12-2010, 10:07 AM
nice work

Entonadoscl
07-19-2010, 03:07 PM
tagged for the future

Jack12
07-20-2010, 12:11 PM
Tagged for when this mod can be restricted to Admins and Mods.

apokphp
07-25-2010, 01:02 AM
Agreed with many other members. Will install once it can be restricted to certain usergroups.

Great idea for a mod though.

Neptun
07-25-2010, 09:35 AM
why nobody can help ? is this so difficult ?!

Xencored
07-26-2010, 12:57 AM
Very nice thanks mate

Perspektif
07-29-2010, 12:00 PM
thanks super :)

bamaster
08-17-2010, 12:20 AM
Thanks!

A Dead Puppie
08-17-2010, 02:37 AM
Installed. Love it. xD

YankForum
08-20-2010, 11:17 PM
works gr8 on 4.0.6 tnx

sbsforum.us
08-24-2010, 12:48 PM
Looks good, Tagged for install later!

Brew
08-24-2010, 06:19 PM
I can't seem to get the borders to go away.

I've tried border="0" and a few other tricks but nothing is working.

You see the problem in the attachment.

Thanks for your help :D

RedPoint
08-25-2010, 06:32 AM
Tagged for when this mod can be restricted to Admins and Mods.
Tagged for this time too - i need this mod just for Admin and Mods, not for user

LordMike
09-10-2010, 01:56 AM
Just curious :-)

Tip & Information are not capslock and WARNING and NOTE are capslocked.. is there any reason for this?

Twikitero
09-10-2010, 10:43 AM
Thanks TheWindows7Site, installed and working.
Also thanks to this modification of vbulletin.ccs eliminate borders could remove the tables you couple thousand thanks

Marked As Installed

LifesGreatestGift
09-15-2010, 04:46 AM
I can't seem to get the borders to go away.

I've tried border="0" and a few other tricks but nothing is working.

You see the problem in the attachment.

Thanks for your help :D

I really wish you guys would read. Refer to step 3 to resolve this issue.

Just curious :-)

Tip & Information are not capslock and WARNING and NOTE are capslocked.. is there any reason for this?

No reason. Just preference :)

sulasno
09-17-2010, 06:02 AM
will you entertain any requests for additional BBCodes ?

sure would like two more;

QUESTIONS & ANSWERS

or may I DIY ?

betts02
09-17-2010, 09:12 AM
Not a clue about css and if you look here - http://www.nextgenerationgamers.co.uk/forums/showthread.php?3436-Navbar-clean-up&p=23457&viewfull=1#post23457

You can see, Wee hardly see the text,lol on the punt...

But how do i change the font to make it easier to read or even remove the white background and just have the top tip,warning,etc image and box ?

Cheers in advance

betts02
09-17-2010, 09:21 AM
Found it, cheers

sadiq6210
09-21-2010, 10:52 AM
Love it =) Thanks

Laughingbird
09-21-2010, 03:15 PM
This was great. Nice instructions!

blue7
09-21-2010, 10:17 PM
i have problem with borders.

i removed "border: {vb:stylevar restore};" code in vbulletin.css but have same problem.

can you show different way?

https://vborg.vbsupport.ru/external/2010/11/11.jpg

rouvio
09-23-2010, 07:59 AM
Thank you for a wonderful mod! :)

mitch84
09-26-2010, 01:11 PM
hi, nobody know how add permissions groups? thx

Skyrider
09-29-2010, 01:21 PM
Installed, works perfectly.

Skyrider
10-02-2010, 02:00 PM
TheWindows7Site, by adding links in the notes and the rest, all text will be screwed up.. there's loads of space between each word.

nkumaran
10-11-2010, 01:10 PM
Thank you.:)

LifesGreatestGift
11-17-2010, 10:28 PM
Issues with spacing when adding links etc resolved. Remove

text-align:justify;

from the code or just copy the new revised code from the mod page.

Kryptonit3,
TheWindows7Site.com

mgurain
11-21-2010, 03:08 AM
Hi,
This would be great if it's allowed only for certain groups (like admins & mods).
Can anybody enhance it ?
Thanks,,

apokphp
11-21-2010, 06:12 PM
That feature has been requested for a very long time now and by a number of people. I don't think the author has ever even addressed those requests.

I wouldn't count on it ever being a feature.

COL NIL SATIS
11-21-2010, 08:14 PM
Awesome!!!! Works A1 Too ..cheers

emath
11-23-2010, 05:34 PM
can you make it to be enabled solely for group that defiened in admin cp?

emath
11-23-2010, 05:48 PM
i have problem with borders.

i removed "border: {vb:stylevar restore};" code in vbulletin.css but have same problem.

can you show different way?

https://vborg.vbsupport.ru/external/2010/11/11.jpg

same here.

LifesGreatestGift
11-23-2010, 08:56 PM
same here.

link me to your site

PrivateFTA
11-28-2010, 11:46 PM
thanks very good

OldSchoolDSL
01-05-2011, 07:44 PM
Installed and applied.

4.1 PL2

Edit: This will setup this modification to work with which ever user group you decide.
https://vborg.vbsupport.ru/showpost.php?p=2144591

Confirmed to work in 4.1 PL2 with this applied fix (as the mod was made for 3.6)
https://vborg.vbsupport.ru/showpost.php?p=2144591&postcount=306

Taurus1
01-20-2011, 02:06 PM
same here.

I have the same problem. Please help!

horussjr
01-20-2011, 07:15 PM
working on 4.1.1 without no further modifications than those posted by the author

if it has that border you should delete everything you did to install this mod and try again. tested on ALL browsers and works like a charm on ALL styles on ALL vbulletin versions since v4 to 4.1.1 -> no custom edits required

Taurus1
01-21-2011, 12:44 AM
I have the same problem. Please help!

OK lol. This was my own mistake. I actually forgot to do the vbulletin.css edits on my new skins. After I did that, the borders are gone, and it works perfect. :o

RK KINGKONG
01-23-2011, 11:27 PM
can someone please tell me why im not getting the lil image in the corner of the box nor in the editor box .... basically i upload the /images/TW7S/infonotetipwarn and , added the bb code but i have no image in the editor nor the box image like in this picture https://vborg.vbsupport.ru/external/2012/09/36.png

im running 4.1.1

RK KINGKONG
01-23-2011, 11:52 PM
well i even added the .gif images to my editor image folder edited the path to image/editor/info.gif to see if it would show up on the editor bar etc and still no image there or in the info image box on the corner....... also the text in the box comes up yellow ........

RK KINGKONG
01-24-2011, 01:54 AM
never mind i uninstalled , got fustrated it wasnt showing images or nothing no where just the box n yellow text .... thanks anyway . im glad it works for others nice mod btw imo

OldSchoolDSL
01-24-2011, 02:40 AM
well i even added the .gif images to my editor image folder edited the path to image/editor/info.gif to see if it would show up on the editor bar etc and still no image there or in the info image box on the corner....... also the text in the box comes up yellow ........

/images/editor/

Is your default path for vBulletin's default theme. Many themes use this path.

However, looking at your themes.... Your themes use a different path for their images. So you need to upload those photos to that path.

As for the yellow text... This mod uses the default colors of your theme.

RK KINGKONG
01-24-2011, 04:30 AM
OK im use to when i add a bb code mod , the button image goes in my path /images/editor/???.gif so i get the button image but i do this in the regular images folder , not the themes image folder . so youre telling me that the image folder in this mod goes into the images folder of the specific theme i want it on ? also is there a way to make this so that only owner/admin can see it ?

OldSchoolDSL
01-24-2011, 05:34 AM
OK im use to when i add a bb code mod , the button image goes in my path /images/editor/???.gif so i get the button image but i do this in the regular images folder , not the themes image folder . so youre telling me that the image folder in this mod goes into the images folder of the specific theme i want it on ? also is there a way to make this so that only owner/admin can see it ?

Some themes have the bad habit of auto formating your BB Code to their own defaults. So in your case...

Theme Path /images/editor

This mod will help you setup so only Admins / Mods can use this

https://vborg.vbsupport.ru/showpost.php?p=2144591

Down side is you'll need to change settings for each new BB code you add.

RK KINGKONG
01-24-2011, 08:40 AM
ok so im trying this for the second time with a bit more success , i have the images for the theme i want it in set to images/BP-Black/TW7S/infonotetipwarn/info.gif i also changed that path in the replacement code <div style="margin: 5px 5px;"> <div style="padding-left: 25px; padding-right: 25px;"> <div style=" -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; background:#defee3 none repeat scroll 0 0; border:1px solid #28c25a; margin:5px 10px 0;"> <div style="padding: 0pt 5px; background: #28c25a none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px; "> <font color="#defee3"> <b> <em>Information</em> </b> </font> </div> <table width="100%" border="0"> <tbody> <tr> <td width="5%"> </td> <td width="90%">{param}</td> <td width="5%"> <img alt="" src="./images/BP-Black/TW7S/infonotetipwarn/info.gif
"/> </td> </tr> </tbody> </table> </div> </div> </div>

and i did the css edit , the only issue now is that only one of the button images is showing up in the editor ?
can anyone explain why , or have a clue as to why ? im attaching images

RK KINGKONG
01-24-2011, 10:29 AM
i think im just going to give , i tried again by actually putting the folder in my root images folder n changing the paths n still i only see one of them in the editor bar .

baghdad4ever
01-24-2011, 04:11 PM
hi

why i have 2 box??

i run 4.1.1

when i edit reply i found



[warning]

text



why this happened?

see attachment plz

horussjr
01-24-2011, 04:40 PM
[warning]
text


you have two codes for the bbcode. delete the first or the second line and it should work. maybe you have double-clicked the bbcode button and thats why it appeared

baghdad4ever
01-24-2011, 04:52 PM
[warning]
text


you have two codes for the bbcode. delete the first or the second line and it should work. maybe you have double-clicked the bbcode button and thats why it appeared

hi

thanks for reply



even when i delete the first it return double !!!



edit: resolved now

RK KINGKONG
01-24-2011, 06:56 PM
I still only get one image to appear in the editor ?

RK KINGKONG
02-01-2011, 08:13 AM
@ TW7S- can you please look into this , I want to use your mod all installed but i have the images disabled because there appears to be some conflict when using this mod https://vborg.vbsupport.ru/showthread.php?t=235328

With this mod enabled only 1 of those 4 icons show in the editor window even when users have permission to use them.

can you please look into this thank you in advance

RK KINGKONG
02-02-2011, 10:39 PM
also though im willing to use this anyway , i have all black background skins and i use defualt white font but when trying to create one of these you cant see the text at all cause its white anyway to fix this in the replacement code ?

RK KINGKONG
02-02-2011, 11:18 PM
ok so thanks to BIRDOFPREY5 he gave me a quick fix if anyone else is having the issue i was which i was getting white text in the images due to me having black skins with white text then in the replacement codes you must take this code :
{param}</td>

replace with this code:
<span style="color:black;">{param}</span></td>

thanks to the coder and thanks to BIRDofPREY5 for the help as always thank you all whom help the small just starting guys like me ..

Neptun
02-05-2011, 06:15 PM
is there a possbility to restrict this codes just for admins/supermods?!

THANKs

Kirk.H
02-26-2011, 12:35 PM
Thank you man :)

Baghira
03-26-2011, 03:45 PM
Great Work, thank you very much.

leclownos
03-30-2011, 07:20 PM
Merci pour ce hack !

Charlie98902
03-31-2011, 10:55 PM
This works well but is there a way for it to show up in CMS? Right now it shows like this -

Wrap [INFO] tags around selected text Wrap [NOTE] tags around selected text Wrap [TIP] tags around selected text Wrap [WARNING] tags around selected text

Now in the reply box it is there but not when creating the article.

Gn_Snake
05-05-2011, 07:14 PM
is there a possbility to restrict this codes just for admins/supermods?!

THANKs

The same question? It's Possible?

m_7
05-08-2011, 02:46 AM
Excellent, Installed :)

how to show it in quicy reply ?

ejup2009
02-19-2012, 11:57 PM
Excelente post amigos.

Funcionando en forma optima al 100% en vbulletin 4.1.9..

HHelp1
02-20-2012, 04:47 AM
Very nice, appreciate that! Installed.

Taurus1
06-20-2012, 10:05 AM
Anyone else not getting rounded corners in Firefox anymore? :(

nacaruncr
06-22-2012, 02:05 AM
Me too :( I don't know why ....that's bad :(

Bilderback
08-18-2012, 12:32 AM
Ive been having so many issues with different Firefox features lately, I am about to find another browser for developing.

This is a great addition to vBulletin.
I love typography.

One thing tat I would enjoy is the ability to use the OPTION to add a submessage on the top bar.
Example: Please read the forum rules.
https://vborg.vbsupport.ru/attachment.php?attachmentid=140579&stc=1&d=1345253457

Max_69
03-20-2013, 08:31 AM
nice job, thanks

TheSupportForum
03-23-2013, 12:06 PM
Ive been having so many issues with different Firefox features lately, I am about to find another browser for developing.

This is a great addition to vBulletin.
I love typography.

One thing tat I would enjoy is the ability to use the OPTION to add a submessage on the top bar.
Example: Please read the forum rules.
https://vborg.vbsupport.ru/attachment.php?attachmentid=140579&stc=1&d=1345253457

i was able to do with with some code change to it, fully tested

muimui
08-16-2013, 09:46 AM
how to give permisioon this bbcode for admin/moderator usergroup only?

btedition
01-15-2014, 11:20 AM
This is one of the most important codes and mods! thumbs up!

Working on 4.2.0! Great write up!

ankahukuk
03-28-2014, 10:47 AM
Excellent work..

Thanks

Fabilous
10-12-2014, 07:41 AM
New ImageLink:
http://lider036.5nx.ru/images/ranks3/lider036_5nx_ru/noticetabs.png

But you have to edit the bbcode
Just delete the Image-URL from this part:
.noticefixed
{
background: url(http://lider036.5nx.ru/images/ranks3/lider036_5nx_ru/noticetabs.png) repeat-x 0 0;
color: #54FF9F;
width: 83%;
font-weight: normal;
padding: 13px 15px 0;
margin-bottom: 2.5em;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
box-shadow: 1px 1px 2px rgba(0,0,0,.4);
position: relative;
left: 34px;
}