Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Redirecting to custom sign-in page when accessing restricted pages
In 2.2 you will be able to do this: public function EntryController_OverrideSignIn_Handler($Sender, &$Args) { $Args[Target] = 'Your URL';} until that, I'd just do it like this: public function Gd… (View Post)2 -
Re: Fatal Error in PHP.trigger_error();
It's in the message. You need to set your file access rights so that your server can write to the /cache folder. (View Post)1 -
Re: MyBB to Vanilla import bug?
Check if you are logged in. The import likely wiped all permissions, so as a guest you won't see anything. Visit url-to-your-forum.com/role/defaultroles to reset all roles (View Post)2 -
Re: Recalculate Post Count
/dba/counts (View Post)6 -
Re: is there a way to show some of the "extended plugin" data close to user neme?
If you mean the Profile Extender plugin, I have posted an example here: http://vanillaforums.org/discussion/comment/217216/#Comment_217216 (View Post)2