x00
MVPx00 MVP
Reactions
-
Re: Exporting Vbulletin 3.x Problem
sorry that should be SHOW TABLE STATUS LIKE 'tbl_thread';SHOW TABLE STATUS LIKE 'tbl_deletionlog'; (View Post)2 -
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: How to create extra page with panel?
Using PluginController, the default master view is the admin.master It is better to start with what you want rather then try reverse something different. If you start with the VanillaController it wo… (View Post)7 -
Re: Exporting Vbulletin 3.x Problem
can you DESCRIBE tbl_post;DESCRIBE tbl_thread;DESCRIBE tbl_deletionlog; (View Post)1 -
Re: Exporting Vbulletin 3.x Problem
SHOW tbl_thread STATUS;SHOW tbl_deletionlog STATUS; Btw how long is the process taking to complete about a minute? (View Post)1
