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)
-   -   Forum Display Enhancements - Super Display Suite [Animated Rainbow] vB4 (https://vborg.vbsupport.ru/showthread.php?t=253499)

djscoop 11-11-2010 09:35 PM

that made it worse...im on 4.0.8...this is weird!

sulasno 11-11-2010 09:48 PM

tagged and thanks

T.Nguyen 11-12-2010 05:16 AM

The first box of usergroup html markup is not enough for the number of characters that you gave us
How can I increase the numbers of usergroup html markup?

Harley D 11-12-2010 08:25 AM

Quote:

Originally Posted by T.Nguyen (Post 2120818)
The first box of usergroup html markup is not enough for the number of characters that you gave us
How can I increase the numbers of usergroup html markup?

This is why its doing strange things to some forums.
You can use an application like phpMyAdmin to edit your database fields.

TeknoSounds 11-12-2010 10:58 AM

oh wow finally :D tagged for later install.

TY!

DarkSupremo 11-12-2010 11:54 AM

Quote:

Originally Posted by Harley D (Post 2120864)
This is why its doing strange things to some forums.
You can use an application like phpMyAdmin to edit your database fields.

As you said, maybe someone will need increase the size of it, and it can be done by phpMyAdmin...

or...

Try remove the <font...></font> maybe it can fit ok without it...

T.Nguyen 11-12-2010 01:43 PM

Quote:

Originally Posted by Harley D (Post 2120864)
This is why its doing strange things to some forums.
You can use an application like phpMyAdmin to edit your database fields.

Can you give me a guide for that?

Harley D 11-12-2010 06:35 PM

A much better way to do it would be to use a global CSS call and use a span tag.

https://vborg.vbsupport.ru/showthread.php?t=105598

I believe this mod could be modified to work this way, resolving the code length issue by creating a class in your CSS that will contain the style you need, and use that class name inside your html markup.

Open the DB, click on the table in which you wish to change the value (usergroup), click structure, then click the little pen(change) to edit the field you wish to change (title). Change the field length/value and save.
This is fine if you are not entering huge amounts of code, but if you are doing something large or something you want to use in multiple groups etc a CSS class would be the way to do it.

I've been getting these answers from other members in this thread and others: https://vborg.vbsupport.ru/showthrea...arkup+increase

T.Nguyen 11-12-2010 07:04 PM

I know how to use that. But I don't know how to put this code in
Code:

<SCRIPT language="JavaScript">var rainbowcount=(rainbowcount+1); document.write("<span id='rain"+rainbowcount+"'>"); </SCRIPT>
I've tried to put like this and it's not working

.rainbow {
color: red; font-weight: bold; <SCRIPT language="JavaScript">var rainbowcount=(rainbowcount+1); document.write("<span id='rain"+rainbowcount+"'>"); </SCRIPT>
}

Harley D 11-12-2010 07:32 PM

I'm not sure if it can be done for this mod, I'm looking into it, but short on time today.
Maybe someone with some coding skills could jump in.


All times are GMT. The time now is 07:38 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.01107 seconds
  • Memory Usage 1,746KB
  • 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)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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