Good work finding the email content @Raize.
Here is the code:
$Definition['EmailInvitation'] = 'Hello!
%1$s has invited you to join %2$s. If you want to join, you can do so by clicking this link:
%3$s
Have a great day!';
The problem I'm havin…
Thanks @Mark. I managed to get it rolling, after restoring fresh from backup then running the upgrade. One minor issue with invites that I'll post in a separate thread.
I blew away my Vanilla install altogether and restored the previous version from backup. Then I followed the RC2 upgrade instructions that @Mark posted. I was able to get to the dashboard/utility/structure page, entered my information, then hit th…
install fresh v2 and import
@bobtheman, that's what I'm trying to do. The DB structure changed and I got an error when importing. Hence this thread.
I'm managing my DB with PHPMySQL. Works great for backups. Works great for restoring so long …
I was able to dump nearly all the data from the previous database into the new one with one major exception. There are some changes to the GDN_Comment and GDN_Discussion tables. Previously the GDN_Discussion table referenced the GDN_Comment table f…
the "Upload Picture" and "Edit my Thumbnail" tools built into Garden work great in the user profile. Can't this be pulled into the discussions/comments views?
I had a similar problem but with WordPress in the mix. Here is how I ended up solving it:
http://vanillaforums.org/discussion/10752/invite-and-base-url-404s/#Item_9
I had to make another mod to the .htaccess because the http://formlovesfunction.com/forum/ was throwing a 404. This did the trick:
RewriteEngine On
RewriteBase /forum/
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
Rewrite…
Here is what I posted on the WP forums. It's a bit more cogent and comprehensive.
I have WP installed on the root of my domain and Vanilla 2 installed in a subfolder, /forum. WP seems to work fine before and after the Vanilla 2 install but Vanilla …
I'm having a similar problem and I think .htaccess settings are the root cause. My original thread is here: http://vanillaforums.org/discussion/10752/invite-and-base-url-404s/#Item_3
I'm seeing a common theme with this WordPress/Vanilla interactio…
I managed to get the forum access working but I just found out I'm getting the WordPress 404 when clicking on invite links: http://www.formlovesfunction.com/forum/entry/register/D5637IUL
Any ideas?
Here is what WordPress is doing w/ my .htaccess:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Is it possible to add a rewri…
The facebook connect plugin I'm using for WordPress just uses the mobile email address to publish. Not very sophisticated, but it gets the content from my blog to the FB page. Might be a place to start for a Vanilla plugin?
just installed the latest from github, lussumo-Garden-332223b, and I'm having the same issue. No yellow flash after reordering in the latest versions of Safari and FF on Max OS X