x00
MVPx00 MVP
Reactions
-
Re: how do i set a default Signature?
That is becuase of if (!is_null($Signature)) {....} if you change it to if(TRUE) or removed the if statement altogether you would expect it to work. (View Post)3 -
Re: Strange Errors and Timeouts with PDO
You are lucky to be able to do anything on a free host. Obviously auto-draft involves polling. I would disable auto-draft on a free hosts. I would also have stuck with 2.0. Cheap host are difficult t… (View Post)1 -
Re: How to get needed parameters and info in plugin (request-arguments)?*
what you are looking for is called RequestArguments, you are right in thinking you should avoid using $_REQUEST or $_GETas this should be abstracted. it depends on contents but usually in a controlle… (View Post)3 -
Re: [Solved] after install this plugin site not working anymore
it is not tested on 2.1. (View Post)1 -
Re: Synchronize login details in 2 Vanilla forums
Only do this if you have the same user table. (View Post)6
