x00
MVPx00 MVP
Reactions
-
Re: Multiple ranks
You can have as many roles as you like. What you do with the roles is up to you for instance. http://vanillaforums.org/addon/roletitle-plugin http://vanillaforums.org/addon/rolebadges-plugin You can … (View Post)1 -
Re: Sidebar (Panel) not displaying on new discussion page
yes the post controller does not add all the modules to the panel. You can use themehooks public function PostController_Render_Before($Sender){ // Add modules $Sender->AddModule('GuestModule'); $… (View Post)1 -
Re: Adding new message types
The hook you use DicussionController_BeforeCommentBody_Handler manipulating $Sender->EventArguments['Object']->Body If you want a completely Format neutral aproach, you could any pre tags that … (View Post)1 -
Re: Adding own stuff above header
@"Guido Richter" You use smarty functions/asset/modules, loaded through themehooks to include code. In modern frameworks, views are not meant to be logic heavy. If you are giving up becuase… (View Post)4 -
Re: Anchors in URL messed up
You misunderstood what the documentation is saying (I agree the terminology might lead to that conclusion). It is talking about two completely different domains: forum on one and authority on another… (View Post)1