I am using YAF 1.9.4
Scenario
I have my existing website that does login authentication and a user can get to see the forums link only after logging in, hence I need the following:
1) Dont have to have Login OR Logout text being displayed. And I can pass a username to the forum application so that it can be displayed against the posts created by a user.
For this I have turned off login and logoff using the config file.
Problem: After disabling login and logoff user is not able to create a new topic he can only view. But I want the user to create a new topic as well. What should I do to acheive this functionality?