A website I'm developing is running wordpress, with (edited!) wp running in the root directory, and Vanilla in its own directory underneath that. The only integration I have done between the two is including the wordpress /wp-blog-header.php file to allow me to share the menus, header and footer.
Everything was working fine until I set a permalink structure in Wordpress (/%category%/%postname%/)
Doing that seems to prevent Vanilla's ajax get calls from working - for example clicking on the 'sign in' link fails (the lightbox opens but never loads the signin form)
Using Firebug, I can see that the ajax getting the following url was returning a 404, despite it working fine if I go straight to that URL /index.php/entry/?Target=discussions&DeliveryType=VIEW
Turning off Wordpress permalinks solves the problem, but isn't something I want to do (for SEO and usability reasons).
My understanding of permalinks is sketchy to say the least - is there a way to override what I've set in Wordpress for the Vanilla directory? Or another solution?
Seem to have a small problem with the date on the forum - if you post something today, instead of letting you know when it was posted as a time, it just says 'February 6th' which of course was yesterday!
I'm guessing it's not a problem with the server time being out, as it almost seems like the comments are getting yesterdays date when being posted, but today's date is right when you're browsing the forum, if that makes sense :S
Any ideas what it could be please? I couldn't find any in the settings :(
I have searched and tried but can't make the change to default to Categories. I've tried the addon Category Page First and had to reinstall to get it back OK (thrice).
I've searched the forum and get lost in CSS changes etc.
The "Default Page" addon seems to require a url more complex than www.page.com/vanilla/categories.php would be.
Hi all. I don't know if this is a know issue, but probabily it is. When I try to edit the roles, they keep the same, after it says: Permissions Saved. And I can't re-sort the roles. To do this things, I have to open PHPMyAdmin and edit them there. Is this going to be fixed soon?
Hello, I have installed Vanilla2 but im unable to set its description and keywords. As far as I know I should add a new extension in the plugins folder, containing a default.php file, but Im not skilled in php nor js..
It would be v appreciated some guidance through this until someone makes a new plugin.
I want to set up the forums into different countries like this. www.itisagreyarea.com for USA www.itisagreyarea.com/au for Australia www.itisagreyarea.com/nz for New Zealand www.itisagreyarea.com/uk for Britain etc. This is for aiming banner ads to their respective countries. I do not know php or any other programming, however I can follow instructions. The ol' database worries me. Any help would be great. Thanks. PS. Vanilla Rocks!
Not that I don't love Vanilla's default icon. It looks great. I wish I could design mine that nicely. How do I change the favicon? Does it matter if I'm in default or using a theme?
I am working on a mobile style, and am going to completely redoing the menu, and I would like to pull the sign out button out of it, and put it in a different location. I have been able to do that with the sign in button, but not for the sign out. I am using iWebKit, and since I am not experienced with PHP I don't know what I am doing. I've managed to change the button from Sign In to Sign Out by checking the session. My problem is being able to produce a authenticated URL to sign out.
Here is the code for my sign button: <a class='SignInPopup' href='/index.php/entry/?Target=discussions'>Sign In</a></div> That was pretty easy, but how do I get the user to be able to sign out from my button? I think I have to use this: $Authenticator->SignOutUrl() Any help would be greatly appreciated.
Having just moved my forum and solved a few problems with some help I now find one with the extensions - the 'not checked' ones are a darker yellow that the others and when I try to enable them the check box changes to the tick mark (but there is none of the usual whirling green logo thing) and when I move away from that particular screen and return they are no longer checked? Nothing much in the docs about this...
EDIT: Oops no I have it - there entries in conf/settings.php were missing!
My hosting plan is about to expire and I'd like to use a different host. Is there any way for me to transfer the forum over to the new host without losing any data?
In the search box, press search without entering any data and you get this error...
http://vanillaforums.org/search?Search= Fatal error: Call to a member function NumRows() on a non-object in /srv/www/vanillaforumsorg/applications/garden/views/search/index.php on line 13
obviously most people will put data and search but people are unpredictable and do silly things so this would be a good thing to fix
Perhaps this is intentional but I found it kind of strange that I can score a post unlimited points (-5/+5)
Should it not allow only one choice then become disabled or is it supposed to allow unlimited scoring by each user? If it allows unlimited scoring then this has huge potential for abuse and becomes kind of irrelevant as a plugin.
So is this intentional or something that will be fixed or did I miss how to tune this plugin?
Hi guys, I just tried installing 2.0 and made sure the verbose error message was used.
When clicking the submit button on the install form I'm just sent back to the install form again (with no error message or any message at all). If I access the main page (/index.php) after this I see this message:
<br />The server's salt key has not been configured.<br /><br />[C:\dev\xampp\htdocs\vanilla\wwwdocs\library\core\functions.error.php:132] PHP::include();<br /><br />[C:\dev\xampp\htdocs\vanilla\wwwdocs\library\core\functions.error.php:132] PHP::ErrorHandler();<br /><br />[C:\dev\xampp\htdocs\vanilla\wwwdocs\library\core\class.cookieidentity.php:91] PHP::trigger_error();<br /><br />[C:\dev\xampp\htdocs\vanilla\wwwdocs\library\core\class.cookieidentity.php:71] Gdn_CookieIdentity->_Hash();<br /><br />[C:\dev\xampp\htdocs\vanilla\wwwdocs\library\core\class.passwordauthenticator.php:176] Gdn_CookieIdentity->GetIdentity();<br /><br />[C:\dev\xampp\htdocs\vanilla\wwwdocs\library\core\class.session.php:225] Gdn_PasswordAuthenticator->GetIdentity();<br /><br />[C:\dev\xampp\htdocs\vanilla\wwwdocs\index.php:30] Gdn_Session->Start();<br />
If I try a different browser I get "Page Not Found" (probably because I don't have a session there).
Wouldn't it be great to have open id supported on Vanilla. This would enable people to use their openid login information to be able to participate on Vanilla forum!
openid has PHP support libraries available, at this link :
I've noticed a few bugs that have yet to be reported on github - when I try to log the issue, it asks for a username and password, or I can go to the 'signup and pricing page' - can you not just leave a comment *without* creating your own space on there? Seems a bit of a waste to me.
I only want to leave some comments, not sign up for my own account with 300mb of allocated disk space etc!
Download the package from GitHub. Unzip the package to the desired folder on your server. Create a database for Garden (named whatever you like). Browse to the folder in your web browser, and follow the instructions on-screen. That's it!
Did that. and got a hopeless message saying Bonk, and no advice on what to do next.
I'm taking a crack at the foundation of a vBulletin to Vanilla importer this week. I'm going to use this discussion as a place to throw ideas and questions out as I move along.
About me: I'd call myself an advanced (not expert) PHP programmer, mostly because I've never had the opportunity to work closely with another PHP programmer. I only know as much as I've read (snore) and figured out as I've gone along my way the last few years. I understand and have written OOP and MVC-based code, but only have gotten that far in the past year or so. I'm operating at the boundaries of my comfort zone, which is a good place to be I suppose :)
I say this mostly as way of disclaimer up front that whatever I do is going to be going through progressive improvements and will be a learning experience for me. I'm not going to poop out a polished importer in 10 days or something.
I have Vanilla 2 running (finally) and have sorta gotten my head around the database schema. I know vBulletin's data structure pretty well as I've been hacking at it for over three years (including writing a custom vBulletin/Wordpress bridge). I'm at the base of a big learning curve on the Garden/Vanilla code with only a modest and incomplete amount of documentation available so far. On the other hand I've wrestled with PDFlib in PHP so I'm not a stranger to this situation, haha. Any suggestions and help will be much appreciated.