Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Remove author titles after import?
I think it exists to be used with gamification, but you can easily add a field to edit it with a plugin class.title.plugin.php <?php if (!defined('APPLICATION')) exit();$PluginInfo['Title'] = arra… (View Post)3 -
Re: My Complains... ;-)
Regarding your second point, check out this secret plugin of mine, which does what you describe: https://github.com/bleistivt/Prerender/blob/master/class.prerender.plugin.php The speed gain is not no… (View Post)2 -
Re: Vanilla Porter and bbPress support
Yes, there is currently no official support, but someone already built a bbPress2 class for the porter, which seems to mostly work: http://vanillaforums.org/discussion/comment/224682/#Comment_224682 (View Post)6 -
Re: Viewing PM as one page
You could increase Conversations.Conversations.PerPage in the config.php to a really high number temporarily. (View Post)2 -
Re: Contact Plugin not validating
This is how you set the breadcrumbs for a page: $Sender->SetData('Breadcrumbs', array( array( 'Name' => 'Contact', 'Url' => 'contact' ))); (View Post)2