Page 1 of 1
[Solved] Marquee speed in BBcode

Posted:
Tue Mar 27, 2007 8:30 pm
Author: .QUACK.Major.Pain
Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://www.aaquacks.com/forum PHP Version: MySQL Version: What was done before the problem appeared? What was done to try to solve the problem? De.scription and MessageI setup a IM Portal box and used the marquee up function.
When I check it out, I find it scrolls very fast.
How would I slow it down?
[marq=up:xoyn1rw3][b][size=99px]
Re: Marquee speed in BBcode

Posted:
Tue Mar 27, 2007 10:03 pm
Author: Frost
Deleted*
Re: Marquee speed in BBcode

Posted:
Tue Mar 27, 2007 10:04 pm
Author: Frost
Try this...
- Code: Select all
# #-----[ OPEN ]------------------------------------------------# templates/your_template/bbcode.tpl # #-----[ FIND ]------------------------------------------------# <BEGIN><marquee><END> # #-----[ INLINE, FIND ]------------------------------------------------# scrolldelay="120" # #-----[ REPLACE WITH ]------------------------------------------------# scrolldelay="xx" # #-----[ SAVE, CLOSE ]------------------------------------------------#
Change xx to suit your liking in speed, higher number, slower speed in srolldelayNotes]
The above code is not correct because the code is stripped and even changed from what I originally posted. So I am attaching a text file with the instructions on how to do it. Do not try to use the above find because you won't find it, you can however use your judgment and find the code manually. If not, here is the text file. [/b]
Re: Marquee speed in BBcode

Posted:
Wed Mar 28, 2007 2:22 pm
Author: .QUACK.Major.Pain
Great stuff - works prefectly.
Had to use scrolldelay=250 to get it to scroll at about the same speed as the links block.
Thx once again!!!
Re: [Solved] Marquee speed in BBcode

Posted:
Thu Mar 29, 2007 5:52 am
Author: Frost
No problem, I keep forgetting to ask Helter why it strips the code... and prob will again as soon as I close this box <img>
Re: [Solved] Marquee speed in BBcode

Posted:
Thu Mar 29, 2007 10:14 am
Author: Helter
put your code in a code or php bbcode and choose disable html
Re: [Solved] Marquee speed in BBcode

Posted:
Thu Mar 29, 2007 2:07 pm
Author: .QUACK.Major.Pain
LOL - If anything, didn't know alot about any of this when I started, but this has become one great tutorial and I'm learning alot.
Thx guys!!!
Re: [Solved] Marquee speed in BBcode

Posted:
Thu Mar 29, 2007 9:27 pm
Author: Frost
put your code in a code or php bbcode and choose disable html
Ohhh, I didn't think that did anything if the admin disabled html in acp, which i figured you would lol
Thanks, that was getting annoying <img>
Re: [Solved] Marquee speed in BBcode

Posted:
Fri Mar 30, 2007 4:53 am
Author: .QUACK.Major.Pain
I think I tried it before using code and php without any success, but I think I was trying it in my signature and there was mention that .php had to be added to allowed extensions.
LOL - With my limited knowledge, I have a hard time remembering what I have done in the past.