R_J
AdminR_J Admin
-
How to add a slideshow to your page with the Pockets plugin
Before you even start: you know that slideshows are awfully annoying? Nobody likes them. But if you want to add one to your forum, you can follow this description. You all know what a slideshow is bu… (View Post)5 -
Re: Can I replace functions in class.dispatcher.php?
You should set an index on the DiscussionUrl column to make searches more efficient. Gdn::structure() ->table('Discussion') ->column('DiscussionUrl', 'varchar(191)'… (View Post)1 -
Re: Upgrade to 3.2 from version 2.1
Password are saved as hashes so that you cannot recover the password from what is saved in the database. Therefore there is no way to transform the old password into the new one. I hope I can explain… (View Post)1 -
Re: Articles 1.2.0 Released
As far as I know a board with other encodings will have problems e.g. if an emoji is used in a discussion title. Try what's happening on your forum with a discussion title like that "Merry … (View Post)1 -
Re: Solution to form submission when the user is logged off
In the code above, the if condition can be dropped completely and you can simply use $Postback = Gdn::request()->isPostBack(); The EntryController which also requires non-users to send data also u… (View Post)2
