New bbcode in database editor

Changes, updates etc. related to this website will be posted here.
Post Reply
Message
Author
User avatar
Andrew Lee
Posts: 3048
Joined: Sat Feb 04, 2006 9:19 am
Contact:

New bbcode in database editor

#1 Post 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.

billon
Posts: 843
Joined: Sat Jun 23, 2012 4:28 pm

Re: New bbcode in database editor

#2 Post 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 :?

User avatar
Andrew Lee
Posts: 3048
Joined: Sat Feb 04, 2006 9:19 am
Contact:

Re: New bbcode in database editor

#3 Post by Andrew Lee »

eg. [app=2990]MobileFileSearch[/app] becomes <a href=" https://www.portablefreeware.com/?id=2990 ">MobileFileSearch</a>.

Just a shortcut.

Post Reply