CustodesTechnologia / System

The repository devoted to plan, organize and execute work items pursuant to the System
0 stars 2 forks source link

Update post/forum/etc for the BBcode [topic] #13

Closed sibomots closed 2 years ago

sibomots commented 2 years ago

A user can insert a [topic=#] ... [/topic] syntax but the engine will replace it with HTML:

Eg:

[topic=SOME_TOPIC_ID] flavor [/topic]

becomes in the database, after submission to the site:

<a href="<___base_url___>/index.php?app=forums&amp;module=forums&amp;controller=topic&amp;id=SOME_TOPIC_ID" rel=""> flavor </a>

That will have to be scrubbed also via SQL after the upgrade.

sibomots commented 2 years ago

OBE and covered by https://github.com/CustodesTechnologia/System/issues/32