vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Bubble like Quote boxes (https://vborg.vbsupport.ru/showthread.php?t=57143)

Red Blaze 09-16-2003 05:23 PM

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.

Red Blaze 09-17-2003 04:52 AM

At least show me what query I can use to change the maximum length for the custom vb code box. :(

base 09-17-2003 02:01 PM

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.

Brad 09-18-2003 01:25 AM

Run this query then apply the changes to the quote vBcode

[sql]ALTER TABLE bbcode CHANGE bbcodereplacement bbcodereplacement TEXT NOT NULL;[/sql]

Red Blaze 09-18-2003 04:57 PM

Thank you! It worked. :)

Base, I had some trouble wanting to run that query because since you weren't so sure of it. ^^;


All times are GMT. The time now is 11:16 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.01056 seconds
  • Memory Usage 1,708KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete