RSS Feed/News Creating a bbcode with callback

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
31,386
Points
823

Reputation:

Hey folks,

I need to make a new bbcode to emulate functionality we had in a bbcode back in 1.5. This bbcode is a little involved, so its going to need a callback. For example:

[PTABLE="width:25%,color:#eeff00,bgcolor:green"]
Click to expand...

would be rendered as:

<table style="width:25%;color:$eeff00;background-color:green">
Click to expand...

I need to take everything past the "=" and change all commas to semicolons, and write style="results" into the tag. Its a little too much for a simple html replacement, so i need to use a callback. Theres...

Read more

Continue reading...
 
Status
Not open for further replies.
Top