PDA

View Full Version : [BB Code] move left - right - up - down



admin
05-03-2010, 08:53 PM
Hi all

sorry for my bad English

this BB Codes make your words moving left - right - up - down

demo : alra7ba - Dr.osamA (http://www.alra7ba.net/vb/showthread.php/189-%CA%CC%D1%C8%C9?p=173485#post173485)

user : vBulletin
pass : 123456

All of the following codes are added in your admincp under:
Custom BB Codes -> BB Code Manager -> Add New BB Code

move left

Title: movlleft
Tag: movlleft

Replacement:

<marquee onmouseover=this.stop() onmouseout=this.start() direction="left" scrolldelay="9" scrollamount="2">{param}</MARQUEE>

Example: test test

Description: your text well move from right to left
Use {option}: No
Button Image:

images/editor/kleft.gif

http://www.alra7ba.net/vb/images/editor/kleft.gif
================================
move right

Title: movlleft
Tag: movlleft

Replacement:

<marquee onmouseover=this.stop() onmouseout=this.start() direction="right" scrolldelay="9" scrollamount="2">{param}</MARQUEE>

Example: test test

Description: your text well move from left to right
Use {option}: No
Button Image:

images/editor/kright.gif

http://www.alra7ba.net/vb/images/editor/kright.gif
================================
move up

Title: movup
Tag: movup

Replacement:

<marquee onmouseover=this.stop() onmouseout=this.start() direction="up" scrolldelay="9" scrollamount="2">{param}</MARQUEE>

Example: test test

Description: your text well move from down to up
Use {option}: No
Button Image:

images/editor/kup.gif

http://www.alra7ba.net/vb/images/editor/kup.gif
================================
move down

Title: movdown
Tag: movdown

Replacement:

<marquee onmouseover=this.stop() onmouseout=this.start() direction="down" scrolldelay="9" scrollamount="2">{param}</MARQUEE>

Example: test test

Description: your text well move from up to down
Use {option}: No
Button Image:

images/editor/kdown.gif

http://www.alra7ba.net/vb/images/editor/kdown.gif


images are in attachment
uploude it to your root at images/editor/

that is all