Support Forum
No... likely means some js conflict... have you checked the browser console?
Visit Cruise Talk Central and Mr Papa's World
Have you got your editor set to always be open? In this case (I believe we are talking about forum view here) it would be the $addTopicForm array at the very top of spForumView.php, see the second argument (hide), check if it is 0 or 1.
If it's set to hide = 0, it will always be open, and it will center the screen on the editor whenever the page loads, rather than the top of the forum.
I haven't played around with Iforum much myself, but I know if you have the editor default to be open, as I said before, it will center the screen on the editor instead of the top of the page.
You could try adding the
'hide' => 1,
argument to the list in spForumSubView.php, note it doesn't already contain it but it's the same function as forum view so it will work fine.
Add it underneath the tagClass argument so it appears the same as the forum view template and see if that helps.
As I said I haven't played around with Iforum that much so would need someone else to confirm that this is normal behavior, I know it is when you set any of the other stock themes to hide = 0. Note also that this will remove the editor and force you to use the 'add new topic' button to reveal it. If that's a deal breaker then would have to wait for other advice!
1 Guest(s)