Hi,
I use phpBB-forum and I want to spice it up with a little feature.
Users should be able to put a statement like "[XXYYY]" into their posts
which I would like to replace with a link after they sent their post (it
will become a link to a db-application later).
I ask this question because I am just a PHP-user and no developer, but I
guess I am able to paste some code into the phpBB-forum code ;-)
So which informations I can give you:
[XXYYY] needs to be replaced
XX is alsways 2 chars long
YYY is 1-3 chars long
e.g. [WC123] or [WM1]
Each Statement like that should be replaced with a link of the form:
<A HREF="targetlin k?varA=XX&varB= YYY">[XXYYY]</A>
Thanks in advance,
Kay
I use phpBB-forum and I want to spice it up with a little feature.
Users should be able to put a statement like "[XXYYY]" into their posts
which I would like to replace with a link after they sent their post (it
will become a link to a db-application later).
I ask this question because I am just a PHP-user and no developer, but I
guess I am able to paste some code into the phpBB-forum code ;-)
So which informations I can give you:
[XXYYY] needs to be replaced
XX is alsways 2 chars long
YYY is 1-3 chars long
e.g. [WC123] or [WM1]
Each Statement like that should be replaced with a link of the form:
<A HREF="targetlin k?varA=XX&varB= YYY">[XXYYY]</A>
Thanks in advance,
Kay
Comment