PDA

View Full Version : Custom BBCode Support Please


TheSupportForum
03-26-2013, 05:43 PM
Hi, i need help with this custom BBCode

i made this customer BBCode as follows

<a href="http://www.erepublik.com/en/citizen/profile/{param}" target="_blank" />{param}</a>


the BBCode i use for it to work is

3121752

is there a way i can do this

3121752,46574,46573

so that it returns like this in the post
http://www.erepublik.com/en/citizen/profile/3121752
http://www.erepublik.com/en/citizen/profile/46574
http://www.erepublik.com/en/citizen/profile/46573

much help on this would be greatful

Lynne
03-26-2013, 06:02 PM
You couldn't do that without a plugin of some sort to take that value and treat it as an array to spit out the three links.