Page 1 of 1

New bbcode in database editor

Posted: Fri Apr 10, 2020 5:45 am
by Andrew Lee
vevy has requested for 2 new bbcode for the CLI test site, which I thought might be useful for the main site as well. So I have backported the implementation to the main site.

The tags are:

- [ app={id} ] {name} [ /app ], which provides a shortcut to link to another app in the database

- [ spoiler ] {text} [ /spoiler ], which provides a way to hide a section of text until the user clicks to unhide it.

Re: New bbcode in database editor

Posted: Fri Apr 10, 2020 3:22 pm
by billon
Andrew Lee wrote: Fri Apr 10, 2020 5:45 am - [ app={id} ] {name} [ /app ], which provides a shortcut to link to another app in the database
I don't get it :?

Re: New bbcode in database editor

Posted: Fri Apr 10, 2020 4:39 pm
by Andrew Lee
eg. [app=2990]MobileFileSearch[/app] becomes <a href=" https://www.portablefreeware.com/?id=2990 ">MobileFileSearch</a>.

Just a shortcut.