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:
would be rendered as:
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...
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...