1. When you go to /blog/index.php it displays the default blog, despite whether the user is logged in or not. Is there a way to change that, and if not where would I start looking for the code to mess with? Ive been trying to mess with different settings and different snippets of code to no avail. My guesse is that its something in blogaction.class.php but i could be wrong.
2. Im trying to use phpbb3 for the userbase, login, etc. I started using the code from this post, and it works, but there are a few hitches i keep running into. I use a php based navigation tab system which is supposed to pull the phpbb3 username (on lifetype i need the lifetype username(duh), which should be the same as phpbb3 when integrated) to change the content of some of the tabs. How would I access this info and where would be the best place to put the code?
On second though, I guess I could put it in the template. Is there a way to enable php in the templates so I can set the variables required and include the nav file? (i just have it at the end of the index.php file right now )
Also, why isnt there a phpbb3userdataprovider.php?
