The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Bubble like Quote boxes
<a href="http://www.vbulletintemplates.com/mods/showthread.php?t=4462" target="_blank">http://www.vbulletintemplates.com/mo...ead.php?t=4462</a>
I don't think this would be possible by just template modification. Since in the thread it's said to "run a query to change the maximum length" of the custom vb code box, or maybe actually. If someone can come up with that I'd really appreciate it. If you need an example, around that message board in the lounge there's lots of examples. |
#2
|
||||
|
||||
At least show me what query I can use to change the maximum length for the custom vb code box.
|
#3
|
||||
|
||||
i have a feeling that this is what you are looking for, but i'd wait for a definite answer before applying this. or try it on a test installation first.
[sql] ALTER TABLE `bbcode` CHANGE `bbcodereplacement` `bbcodereplacement` VARCHAR( 255 ) NOT NULL [/sql] as far as i know, the max would be 255 characters in this situation, there is probably a different way to get more, but i don't know what that would be. |
#4
|
|||
|
|||
Run this query then apply the changes to the quote vBcode
[sql]ALTER TABLE bbcode CHANGE bbcodereplacement bbcodereplacement TEXT NOT NULL;[/sql] |
#5
|
||||
|
||||
Thank you! It worked.
Base, I had some trouble wanting to run that query because since you weren't so sure of it. ^^; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|