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.
V2 problem and a question: Invitation email URLs and 'cleaner' site URLs
Hi all, first post here so please feel free to flame the hell out of me if I'm asking something that has been answered many times before, I've searched but to no avail
Background info: I'm using Dreamhost and have followed the advice on switching off fastCGI given by defused in this thread. My install works just fine unless I turn on "Use Garden's .htaccess file to rewrite urls" as it produces 404s all over the place.
The problem: The urls generated for the invite emails are not complete and I've no idea if it's because of the above setup. An example of what is sent is - /entry/?Target=07RWPOWL
Any idea what I should do to make this complete? Also I'm not sure what the link should achieve because visiting http://forum.createbrighton.com/index.php/entry/?Target=07RWPOWL (which I imagine should be the complete URL) just takes me to the signed out entry point to the site rather than the invite code taking the user elsewhere.
My question: How can I further pretty up URLs like this one http://forum.createbrighton.com/index.php/discussion/1/test ? I'd really like to have that read http://forum.createbrighton.com/[thread category]/[thread id number]/[thread title]
Many thanks! Can't wait to actually get people onto my v2 install!
Background info: I'm using Dreamhost and have followed the advice on switching off fastCGI given by defused in this thread. My install works just fine unless I turn on "Use Garden's .htaccess file to rewrite urls" as it produces 404s all over the place.
The problem: The urls generated for the invite emails are not complete and I've no idea if it's because of the above setup. An example of what is sent is - /entry/?Target=07RWPOWL
Any idea what I should do to make this complete? Also I'm not sure what the link should achieve because visiting http://forum.createbrighton.com/index.php/entry/?Target=07RWPOWL (which I imagine should be the complete URL) just takes me to the signed out entry point to the site rather than the invite code taking the user elsewhere.
My question: How can I further pretty up URLs like this one http://forum.createbrighton.com/index.php/discussion/1/test ? I'd really like to have that read http://forum.createbrighton.com/[thread category]/[thread id number]/[thread title]
Many thanks! Can't wait to actually get people onto my v2 install!
0
Comments
Which kind of 404s?
If its the blue-background 404 something is wrong, if its the Apache 404 then you don't have a htaccess file or it's misconfigured.
Same invite issue as you too.
Be a shame not to be able to use Vanilla but perhaps I was being rather more technically ambitious than I realised.
V2 is definitely still not ready for release. It works very well in our development and production environments, but it will require a lot more testing before we can confidently say that it functions well on all other environments. Sadly, every machine and setup is different
I understand that V2 isn't perfect yet but it's just so damned pretty that I wanted to use it. That said I'm more suited to pushing pixels round in photoshop than getting into the confusing stuff that lurks behind the UI!
@adamk - For the most part you don't have to edit php files when theming - just css files. I've found that if I have to make xhtml changes, it is typically done in the master view file, which wraps the main content of every page in the application. So, to answer your question, it would most likely be one template file. Check out our quick-start on theming for more info:
http://vanillaforums.org/page/ThemeQuickStart
Of course, you can always go as crazy as you like and change the css (and even html) on everything in the application if that's what you want to do. It just makes it harder to maintain themes that change a lot of html as improvements are made to the code, or plugins start to integrate with parts of html that have been removed by custom themes, etc.