hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: [Solved] Your database does not contain any import tables.
Migrating from PHPBB3 to Vanilla 2.1 should be done in the following way: * Backup your database * Use the Porter Tool to export your current PHPBB3 forum * Set up Vanilla 2.1.x * Select Import in th… (View Post)1 -
Re: RSS not showing anything.
Sounds like you have a syntax error in your modified index_rss.php file. (View Post)1 -
Re: RSS not showing anything.
If you look at the source of the http://www.dealia.org/forum/discussions/feeds.rss you can see the debug code spitting out an empty array. Try changing the previously added line to: var_dump($this-&g… (View Post)1 -
Re: Time of comment,post,message half an hour behind the actual forum logged user time?
Only full hour offsets are supported as of now. I am sure you could modify it to work with half hour offsets. (View Post)1 -
Re: Passing the username from Wordpress to the username in Vanilla
Welcome to the community! I believe you could modify the functions.php file in the WP Vanilla Forums plugin to do what you are looking to do. Replace line 328 with $user['name'] = $current_… (View Post)6
