Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Questions about WordPress Integration
Hi,
Vanilla N00bie here.
I am testing out the Vanilla / WordPress integration. I am using the Embed & Proxy Connect plugins. Works pretty slick.
Question 1
Is there a way to disable the "Edit My Account" & "Change my Password" links? I want all this done in one place within WordPress.
Question 2
When I try to use the "Embeded" theme I get the "Something is Bonked Up" error. I have reloaded everything but still get this error. Any ideas?
Thanks in advance for any help on this!
Grant
Vanilla N00bie here.
I am testing out the Vanilla / WordPress integration. I am using the Embed & Proxy Connect plugins. Works pretty slick.
Question 1
Is there a way to disable the "Edit My Account" & "Change my Password" links? I want all this done in one place within WordPress.
Question 2
When I try to use the "Embeded" theme I get the "Something is Bonked Up" error. I have reloaded everything but still get this error. Any ideas?
Thanks in advance for any help on this!
Grant
0
Comments
For got what I was going to type now xD.
Answer to Question #2
Try to go to conf/config.php , edit the line about error messages to look like this:
$Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';
-- the default value is$Configuration['Garden']['Errors']['MasterView'] = 'error.master.php';
-- reload / refresh, get the actual error, paste it here and then revert the code back to error.master.php.I found the answer #2 on this post:
http://vanillaforums.org/discussion/13671/bonk-error-message-theme/p1
Still trying to remove the "Edit My Account" & "Change my Password" links from the profile page.
Thanks.
I am testing out the same setup as you. Embed & proxy. Do you have a demo/live site up and running with this config? Can i check it out?