Here are the symptoms:
- Logged in as super admin. No problem. I can see the Forums list and the Visitor stats
- Not logged in (aka Guest) - Same. Can see Forum list and Visitor Stats
- Logged in an “User Admin” - Displays the Visitor stats but not the Forums list (which obviously defeats the purpose of the forum)
I’ve been poking around in the various forum templates. Specifically, I found Forum Main Index Page. A chunk of which is:
<div id="content">
{if logged_in}
<div class="itempad">
<div class="defaultRight">
<a href="http://{path:view_new_topics}">{lang:view_new_topics}</a> · <a href="http://{path:view_active_topics}">{lang:view_active_topics}</a> · <a href="http://{path:view_pending_topics}">{lang:view_pending_topics}</a> · <a href="http://{path:mark_all_read}">{lang:mark_all_read}</a>
</div>
</div>
{/if}
{include:main_forum_list} <====
{include:visitor_stats}
{include:forum_legend}
</div>Yet the main_forum_list is outside the logged_in so I would think it would always display.
Also, as a side note, within Forum Table Heading, the first div is
What’s confusing is hardcoded display: none. If it’s not going to be rendered why code it? Or is this related to come Javascript within that page? Is it somehow related to the Forum list not displaying?
Anyone who has any thoughts on how best to pursue this, please toss me your 2 cents. Thanks
Mark