Hello,
I have an text field where some bb codes are in.
So i want 1 kind of bbcode to be replaced with some other data and add a number for the css.
The bbcode [readmore] has to be replaced with:
And the tag [/readmore] has to be replaced by the </div> tag where the x stands for the number 1, 2, 3, 4 and so on.
Anybody an idea?
Thanks,
Paul
I have an text field where some bb codes are in.
So i want 1 kind of bbcode to be replaced with some other data and add a number for the css.
The bbcode [readmore] has to be replaced with:
Code:
<pre><a class="show_hide" href="#" rel="#slidingDiv_x">View</a></pre><div id="slidingDiv_x" class="toggleDiv" style="display: none;">
Anybody an idea?
Thanks,
Paul