x00
MVPx00 MVP
Reactions
-
Re: Temporary ban plugin?
My premium roles plugin add an removes a role based on period, it doesn't use a cron, though you could. (View Post)2 -
Re: [Github 1711] Vanilla Forum comment integration from any WordPress site, without authentication?
I think in this case there is no choice but to file an issue. :/ (View Post)1 -
Re: MySQL problem : Incorrect information in file: 'GDN_UserCategory.frm'*
The first thing you should do before asking a question is search the forum. (View Post)1 -
Re: Opening popup programatically
Good question, you wan to to avoid opening actual windows. I take it you already know this: Anchor(T('Link Text'), 'vanilla/uri', 'Popup'); You can simply $(element).popup(); it will look for the hre… (View Post)4 -
Re: Bonk error when trying to single sign on from wordpress
Try add this to your themes functions.php function vanilla_logout_function(){ setcookie ("Vanilla", "", time() - 3600);}add_action('clear_auth_cookie', 'vanilla_logout_function',1… (View Post)1
