The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi gang,
I have a skin on my site that is fairly plain in white and grey so that my users can use it whilst surfing my board in work hours. The thing is, formatting and smilies give the game away. Is there anyway I can hack this skin, or hack an option into the USERCP so that each user can switch off text formatting / smilie or both. All replies greatly appreciated, veedee |
#2
|
|||
|
|||
![]()
Am I not making this clear?
Is it too boring for people to want to do? Is it too hard for people to do? Please give me feedback ![]() veedee |
#3
|
|||
|
|||
![]()
you can tell me to fcuk off if this is asking too much
![]() |
#4
|
||||
|
||||
![]()
u mean a style?
|
#5
|
|||
|
|||
![]()
sorry yeah. I think when they first came out theiy were called skins. Skins, styles, thats the one.
Hey I'm so with it, I just upgraded to Win95 ![]() |
#6
|
||||
|
||||
![]()
Try this... in functions.php replace:
Code:
//smilies if($dosmilies) { Code:
//smilies global $styleid; if($dosmilies and $styleid != XX) { |
#7
|
|||
|
|||
![]()
Chen,
First thing, stop being so bloody clever. Second thing, thanks a bunch for the smilies fix ![]() Thirdly, does this remove formatting like [*size=1] etc? |
#8
|
||||
|
||||
![]()
Uhh, what's [*size=1] ?!?!! :dead:
|
#9
|
|||
|
|||
![]() Quote:
I used the * so it didn't convert it! What I wanted to know was, what can I do to stop text formatting in a set style? You helped me do the smilies (which is ace) now I want to prevent the SIZE / COLOR vB codes from displaying. Cheers, |
#10
|
||||
|
||||
![]()
I just stopped being so bloody clever.
![]() Anyway, after you apply the code above, replace this: Code:
//smilies global $styleid; if($dosmilies and $styleid != XX) { Code:
global $styleid; if ($styleid == XX) { $dobbcode = 0; $dosmilies = 0; } //smilies if($dosmilies) { |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|