Replace bbcode with increment value

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • djpaul
    New Member
    • Oct 2006
    • 137

    Replace bbcode with increment value

    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:
    Code:
    <pre><a class="show_hide" href="#" rel="#slidingDiv_x">View</a></pre><div id="slidingDiv_x" class="toggleDiv" style="display: none;">
    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
Working...