R_J
AdminR_J Admin
-
Re: 2.1 View count won't increament.
Create a file on your server with the following content: <?phpecho phpinfo(); Open that file and check if magic quotes are really off (View Post)1 -
Re: Uploaded a plugin with the wrong account
Before re-uploading, change that line: class ExamplePlugin extends Gdn_Plugin { into class SketchfabPlugin extends Gdn_Plugin { (View Post)1 -
Re: (social) Plugins not showing up in list on clean install [SOLVED]
Ha! They are hidden! I did not even know that this is possible: they have 'Hidden' => TRUE, in their PluginInfo array. Don't know why, maybe to make them look more "integrated&… (View Post)1 -
Re: I'm getting this issue after updating to 2.1.9
Maybe files are corrupt? Try to re-upload all the files. (View Post)6 -
Re: Editing other members' signatures
Replace this 'RegisterPermissions' => array('Plugins.Signatures.Edit' => 1), with 'RegisterPermissions' => array( 'Plugins.Signatures.Edit' => 1, &… (View Post)1
