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.
Register link with different layout
I'm have my forum homepage set to categories all discussions with the sidebar hidden, using the embed theme. There is a sing in link, but I can't figure out how to show a register link if the user isn't already signed in. Anyone know how to do this, or have a link to info on how I can do this?
I'm also getting a 404 page not found error when I logout of the forum. I'm using the wordpress embed plugin. It does log me out, but I dunno hwo to fix the 404
I'm also getting a 404 page not found error when I logout of the forum. I'm using the wordpress embed plugin. It does log me out, but I dunno hwo to fix the 404
0
Comments
$Configuration['Garden']['Authenticator']['SignOutUrl'] = '/entry/signout/{Session_TransientKey}';
Hope someone answers your first problem.
I'm still unable to figure out how to show a register link using this layout. One can register by clicking the sign in, but it would be nice to show an actual register link, with maybe the Twitter and any other social sign on options I have active like this site shows.
Now that I've taken another look, there's not even a link back to the main forum page if I enter a category. I must be missing something. I really just wanted to make vanilla act like other forums, it was the only thing that kept me from using it before, and I just noticed it allowed different layouts.
Normally all elements at sidebar are added one by one.
Look at PHP code.
Tagging plugin also do this as it adds other view.
I think that you can add button before content.
Someone more knowedgable could provide better details on this.
Thanks again for the help