![]() |
Super Display Suite [Animated Rainbow] vB4
1 Attachment(s)
NOTE: This is originally made by: AlchemyX to vB Version: 3.5.4
Original Topic: https://vborg.vbsupport.ru/showthrea...effects&page=6 I Just updated it to work with vB 4.0.8 or any other version. First things... What is "Super Display Suite"? Answer: This modification allows you to add DHTML and javascript text effects to various areas of your forums, for example, if you put it in the HTML Markup for your usergroups, then all of your users in that group, and any legend you may have, will display with these effects. You can also add them around different phrases and words in your template to make it even cooler. This can be used ANYWHERE in your forum that allows HTML code! you can even, with a few minor changes, turn it into a BBCODE. The modification currently has 3 animations. 1.) Shining - Like the car in Knight Rider (Where, oddly enough, the main character also plays the German coach in "Dodgeball") this effect runs over your text from right to left and vice versa, highlighting a letter at a time, making a kind of... neon lighting effect.; if you will. 2.) Glitter - Very similar to the Shining effect, except it chooses a random letter from the string to light up, then lights up for an amount of time based generally around the set speed for your span item, but it is slightly edited (randomly, as said before, by up to 10 integers in difference going positive, and another going negative... giving it a variable range of 50-70 if you put in 60 as the speed.) In the end, making a kind of "glittering" effect. 3.) A new class all it's own, the dynamically self retaining rainbow effect (I just HAD to say that) this little miracle splits your string up into individual characters, counts them, and then sets a percentile range of colors chosen specifically from a 16bit color code variance, and display them across your string, a perfect rainbow, animating from left to righ. This is probably not a good effect for small strings (8 or less characters) but it is wonderful in longer strings. Install instructions: - Upload all files of upload.zip to your root folder. - In AdminCP, go to: Style Manager, in the style that you want, select "All Style Options" and click in "GO" - In first line of header add: Code:
<script language="javascript" src="header_color.js"></script> Code:
<script language="javascript" src="footer_color.js"></script> Using This Modification... We're going to go over how to use this modification as a usergroup markup here, if you'd like to use it in your templates, just follow the basic idea herein. Find your usergroup manager, and open up the userroup you would like to add the chosen effect to. (In usergroup markups, the following code needs to be on ONE line before you paste it, or else it will only paste the first line) A note about speed: speed here is reversed, if you want it to be fast, set it to a low speed, if you want it to be slow, set it to a higher speed. 1.) To use the "Shine" animation: Being careful to replace You can configure all color and speed if you want editing the s1.js. LIVE PREVIEW: http://www.garenamaster-forum.com/me...iled.LGND.Kace User: test Pass: test123 add this is the first box of the usergroup html markup Code:
<script language="javascript" src="s1.js"></script> Code:
</span> 2.) To use the "Glitter" animation: Being careful to replace You can configure the color if you want. LIVE PREVIEW: http://www.garenamaster-forum.com/member.php?29-Lolo User: test Pass: test123 add this is the first box of the usergroup html markup Code:
<b><i><font face="Palatino Linotype" color="#ffa500" style="background:url(pxg.gif) repeat-x"> Code:
</font></i></b> 3.) To use the "Rainbow" animation: You can configure the color if you want. LIVE PREVIEW: http://www.garenamaster-forum.com/me...?1-DarkSupremo User: test Pass: test123 add this is the first box of the usergroup html markup Code:
<font color="red"><b><script language="javascript" src="r1.js"></script> Code:
</span></b></font> That's it for now... REMEMBER, you can use these animations anywhere in your forum where HTML is allowed, in templates, in posts that allow html... anywhere :-) |
nice idea but make website lagging....
|
I use on my forum, and no lag here :)
|
Your DEMO links:
Permissions are set to NOT allow guest views and you did NOT provide a test log-in account. |
hmm.....i tried this and it jacked my forum all up...the entire forum was no lined up and out of wack!
Any help? |
Added user and pass...
User: test Pass: test123 |
Quote:
Un-installed for now |
Quote:
|
Strange....
You fallowed the installation steps? Uploaded the .js to root folder? Pasted the first part in HEADER, not in HEADER INCLUDE, right? Added the code to each group in User Group? Tested here on v4.0.8 and worked 100% if you did everything and still not worked, try this: Another way to do it: Instead of using .js on first line of head, paste it: Code:
<script type="text/javascript"> in first line of footer, paste it: Code:
<script language="JavaScript"> |
as with the other 2 member's, I too, have v4.0.3 and have tried 1st install, and it failed, now your latest 'fix', and it still fails... thanks anyway! :(
|
that made it worse...im on 4.0.8...this is weird!
|
tagged and thanks
|
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? |
Quote:
You can use an application like phpMyAdmin to edit your database fields. |
oh wow finally :D tagged for later install.
TY! |
Quote:
or... Try remove the <font...></font> maybe it can fit ok without it... |
Quote:
|
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 |
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> .rainbow { color: red; font-weight: bold; <SCRIPT language="JavaScript">var rainbowcount=(rainbowcount+1); document.write("<span id='rain"+rainbowcount+"'>"); </SCRIPT> } |
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. |
I make a product that increase the size of HTML Markup, install it and try, and report me....
It is added to topic, product-increasetag.xml |
The number of code Characters that is suppose to be placed in the box of the usergroup html markup area is 313, The max adjustable size allowed in the database is 225, this will prevent this mod from working.
So our only option is to code it for CSS, ANYONE? |
The product is not working. :(
Anyone can make this with CSS code? @DarkSupremo: How did you do on your forum? Show me step by step please |
i did in the same way that i make this product... i changed the text area from TinyText to LongText in database....
|
Can you show my how to changed the text area from tiny text to long text in database?
I'm just a newbie with this |
just install the product that will automatically do it...
|
I already installed the product. Then I paste the code in the html markup box. How come it doesn't work to me?
Anyone else have the answer for this? |
The rainbow one looks super awesome.
I would like to give this a go on 3.8.x Is there anything I may have to change for it to work on that? |
Quote:
You can't paste it on HTML Markup because of size, or nothing happens? I'm using this code right now on my forum and everything is working perfect... |
Quote:
|
Not working for me... Even when I add it through phpmyadmin.
Doesn't matter how much I add it through the usergroup, the HTML is still being limited. |
So, i don't know... my HTML Markup here is basically unlimited, lol...
|
Damn, unlimited? when I installed your product it's still 100 characters limit. But I saw some forum can use this mod too. Like muonline.biz/fortress or muonline.biz/grudge
|
Quote:
EXAMPLE: <SCRIPT language="JavaScript">var rainbowcount=(rainbowcount+1); document.write("<span id='rain"+rainbowcount+"'>"); </SCRIPT> Gets cut down too: <SCRIPT language="JavaScript">var rainbowcount=(rainbowcount+1); document.write("<span id='rain"+rai VB 4.08 |
In your number 2 code you need to remove "); </SCRIPT>
|
Quote:
@DarkSupremo: You should do something, man. Make these code shorter or whatever you can do :) |
well idk about the MOD itself but you got me a way to increase my character limit for that. For that i click install :D
|
1 Attachment(s)
Please test this new product attached to this post and report me...
|
Quote:
I believe the problem is the some servers only allow a MAX of 255 characters, so no matter what its limited. I have managed to get Shadow text to work using CSS |
its not working its making my forum going nuts ,all text moves to one side and weird coloring ,tnx for the work ,but i uninstalled ,looking great on your forum ,to bad :(
|
All times are GMT. The time now is 06:04 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|