Quote:
Originally Posted by nokidding
Is there anyway we could add a custom BBCode and put the linkID for example and it would add it to the thread or post?
|
On my own site, I use a simple bbcode definition
Code:
[link=NNN]Title[/link]
defined as
Code:
<a href="local_links.php?action=jump&id={option}" target="_new">{param}</a>
I also use
Code:
[linkcat=NNN]Title[/link]
defined as
Code:
<a href="local_links.php?catid={option}" target="_new">{param}</a>
to jump to a category