x00
MVPx00 MVP
Reactions
-
Re: How to create extra page with panel?
@peregrine what? no I was talking about magic methods and extending controllers, like so public function VanillaController_ExtraPage_Create($Sender) {} (View Post)6 -
Re: How to create extra page with panel?
_Create is a magic method that essentially extends the plugin controller. it should only be called by the dispatcher one time per request. If you want the panel you could just extend VanillaControlle… (View Post)2 -
Re: Exporting Vbulletin 3.x Problem
Can you do this? SELECT p.*, 'BBCode' as Format, p.userid as InsertUserID, p.userid as UpdateUserID, FROM_UNIXTIME(p.dateline) as DateInserted, FROM_UNIXTIME(p.dateline) as DateUpdateFROM tbl_post p … (View Post)3 -
Re: vanilla developers, please send the last Version to Softaculous
Ah these are my pet hate. it is not just the beta version it it is really out of date versions with security holes. It is version that have been forked, without the the person being aware. These are … (View Post)1 -
Re: Dreaming of a Vanilla module manager
I think the idea of widgetizing and them menus with a drag an drop interface is not a bad one. It just needs quite a bit of development I wouldn't count on it any time soon. Generally I like the idea… (View Post)1
