Anyone else having issues with:
$Configuration['Garden']['Authenticator']['RegisterUrl']
$Configuration['Garden']['Authenticator']['SignInUrl']
$Configuration['Garden']['Authenticator']['SignOutUrl']
Doesn't seem to override the default when set i…
@squirrel: Have you had any experience integrating WP and Vanilla? I have integrated the two and included the Wordpress functions with my forum but have a issue with single and double quotes.
It is explained here:
http://lussumo.com/community…
@squirrel: Have you had any experience integrating WP and Vanilla? I have integrated the two and included the Wordpress functions with my forum but have a issue with single and double quotes.
It is explained here:
http://lussumo.com/community…
Never mind same issue, in your comments.php file change
$DiscussionName = DiscussionPrefix($this->Context->Configuration, $this->Discussion).' ';
$DiscussionName = DiscussionPrefix($this->Context, $this->Discussion).' ';
Around…
Okay I just noticed now that when you make this change, the Sticky text comes up fine - but when you click on a Sticky topic it loads the link but not the posts under the thread. It doesn't give any errors.
Any ideas why?
Would you be able to help me modify my current discussion.php file to work for 1.1.1 - I can't use yours because that will make my site look very fugly. ;)
It worked fine for 1.0.4 but what ever changes were made in the 1.1.1 release causes the Sti…
The slash problem seems to be caused by the fact that recent versions of WordPress slash everything that gets posted. Unfortunately, Vanilla isn’t expecting this.
You can keep these slashes from appearing by adding, the following lines at the e…
I can confirm that it definitely is a WP/Vanilla Integration problem. I did a fresh install of Vanilla 1.1.1 and WP 2.1.2. Before the integration the Vanilla posts were fine and did not include the backslashes when I posted.
Then I made the follo…
@squirrel: magic quotes seem to be off on my server.
magic_quotes_gpc Off Off
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
I will do a clean install on my server to test Vanilla without WP integration and if all works then with i…
@quickguap: There is no opening form tag in the file in the /theme folder, that is the main problem here.
I might just do it on server side I guess, there doesn't seem to be any easy way to do it on client side with Vanilla.
Yeah thats the first place I looked, unfortunately the form is not rendered there in standard html as I hoped, rather it is through some funky Vanilla stuff that I am not sure how to add what I need.
If I go to sign in again after it takes me to:
http://209.68.16.174/forum/
and sign in, then it correctly signs me into:
http://iworkoutnow.com/forum/
Weird, does anyone know what could cause this?
Oh Private messages will work fine with the option: "Enable Whispers" unchecked under your forum settings, but it will not send out e-mails when you get new messages unless this box is checked! Didn't know that, everything works great now with a lit…