R_J
AdminR_J Admin
-
Re: How to keep my users save.
If you create a file /conf/bootstrap.before.php and write following contents in it, you should be able to mask all IP addresses and Vanilla will always use that false one: <?php$_SERVER['REMO… (View Post)4 -
Re: "Sorry, permission denied." when signing in.
I've found not much until now, only that permissions seems to be borked: unconfirmed perms: Array( [0] => Garden.Email.View [1] => Array ( [0] => -1 ) [2] => Garden.Activity.View [3]… (View Post)2 -
Re: "Sorry, permission denied." when signing in.
I have no idea. You had some more plugins and applications installed on your forum when I've inspected it. If you really like to know who is causing that behavior, you have to do a clean reinsta… (View Post)1 -
Re: Invader Emoticon B)
There is a dirty hack: A) B) C) D) I've inserted an empty html tag above: B<i></i>) Vanilla will never be able to determine what you like to do so you would have to change the alias … (View Post)2 -
Re: "Sorry, permission denied." when signing in.
This is a dump of your Permission table. CREATE TABLE `GDN_Permission` ( `PermissionID` int(11) NOT NULL AUTO_INCREMENT, `RoleID` int(11) NOT NULL DEFAULT '0', `JunctionTable` varchar(100) … (View Post)3
