2008-04-08, 05:18 AM
(This post was last modified: 2008-04-08, 08:03 AM by mybbromania.)
Hy.
I need help please.
This is 3 small plugins for my own forum which give me possibility to align text with this 3 bbcodes:
[left]text align to left[/left]
[right]text align to left[/right]
[center]text align to left[/center]
But I want to make just ONE plugin for all and I don't know how...
I think is not so hard...
Can you help me, please ?
Here is "plugins":
center.php (Size: 687 bytes / Downloads: 164)
right.php (Size: 681 bytes / Downloads: 158)
left.php (Size: 668 bytes / Downloads: 171)
How to include 3 lines like this:
I need help please.
This is 3 small plugins for my own forum which give me possibility to align text with this 3 bbcodes:
[left]text align to left[/left]
[right]text align to left[/right]
[center]text align to left[/center]
But I want to make just ONE plugin for all and I don't know how...
I think is not so hard...
Can you help me, please ?
Here is "plugins":



How to include 3 lines like this:
return preg_replace('#\[right\](.*?)\[/right\]#i', "<P ALIGN=\"right\">$1</P>", $message);
in the same function ?
From January 08, 2013:
MyBB Romania - MyBB Community Forums from Romania