R_J
AdminR_J Admin
-
Re: Text index
There are 2 ways: * Add a message (you can find that feature in /dashboard/message) * . Use the Pockets plugin (View Post)2 -
Re: Pre-use questions regarding threads/posts
BBCode is inbuilt, it just needs a setting in the config: $Configuration['Garden']['InputFormatter'] = 'BBCode';. It is not indented like reddit. There is no other discu… (View Post)1 -
Re: Working with links and pop-ups for an plugin
Not exactly sure what you are looking for (vielleicht kannst du es ja für mich auch kurz mal in Deutsch schreiben), but if you want a confirmation dialog, you do it like that: echo anchor( t(Delete… (View Post)1 -
If you've ever considered Disqus...
Cloud services do mainly two things: they offer some functionality and they host the data that is needed to do so. Hosting data and providing services has to be paid and while some services directly … (View Post)1 -
Re: Show a display name instead of username
Forget everything else and add this two lines to your /conf/config.php: $Configuration['Garden']['User']['ValidationRegex'] = '\\d\\w-_ äöüß';$Configuration[… (View Post)2
