TACTIC Open Source
Sidebar not showing for Tactic users - Printable Version

+- TACTIC Open Source (http://forum.southpawtech.com)
+-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3)
+--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4)
+--- Thread: Sidebar not showing for Tactic users (/showthread.php?tid=161)



Sidebar not showing for Tactic users - JimmyMcNulty - 07-30-2020

Hello,

I have the problem that the Sidebar is not showing for the users created, except logging into the admin page.

The user group has high access level for testing purpose and the global rules have the "view sidebar" ticked.

Access rules showing access allowed for the sidebar as well.
Code:
<rules>
  <rule group="project" code="test_project" access="allow"/>
  <rule group="builtin" default="deny"/>
  <rule group="builtin" key="view_side_bar" access="allow"/>
</rules>

I'm a bit lost, what could be causing this. Maybe someone can point me in the right direction?

Thanks for your time,

Johannes


RE: Sidebar not showing for Tactic users - listy - 07-30-2020

Hi. Do You using VFX template or empty project? Do you use empty_theme or something else?


RE: Sidebar not showing for Tactic users - remkonoteboom - 07-30-2020

Also can you upload a screenshot of what the user does see?


RE: Sidebar not showing for Tactic users - JimmyMcNulty - 07-30-2020

(07-30-2020, 11:55 AM)listy Wrote: Hi. Do You using VFX template or empty project? Do you use empty_theme or something else?

I tried the games template and empty project as well. Both had the same issue.
Did now try the vfx template and there it was working. Now I don't understand why? Wink

(07-30-2020, 04:17 PM)remkonoteboom Wrote: Also can you upload a screenshot of what the user does see?

Will post screenshots and more information as soon as possible. Also investigating the different settings of the templates.

edit: now with screenshots

Empty project (not template) with empty theme:
https://photos.google.com/share/AF1QipO6YX54DqgbW0J_HfiE-25Abvh6Mw4iEBdif9EEOnBrcWIn0nlvG9YBH3mYzggNmQ/photo/AF1QipO5U-byHJzfYYia8FR1ObsKl9-iqWmRB03EkUrf?key=MnVyWkVwM0F0NTV2eGloYWgyUDZzVDhFLTJzLU5n

Game template with default theme:
https://photos.google.com/share/AF1QipO6YX54DqgbW0J_HfiE-25Abvh6Mw4iEBdif9EEOnBrcWIn0nlvG9YBH3mYzggNmQ/photo/AF1QipP9ieeIkhsye29Sx7KkUma9W78Gn5kBoygcGsO_?key=MnVyWkVwM0F0NTV2eGloYWgyUDZzVDhFLTJzLU5n

VFX template (with unknown theme):
https://photos.google.com/share/AF1QipO6YX54DqgbW0J_HfiE-25Abvh6Mw4iEBdif9EEOnBrcWIn0nlvG9YBH3mYzggNmQ/photo/AF1QipPDxTXREzsxN6GDzYAtCvs1sPwqXPbUTVFm3tku?key=MnVyWkVwM0F0NTV2eGloYWgyUDZzVDhFLTJzLU5n

Checking the different projects, I also discovered this strange issue:
Only the "no template" project has a database version corresponding to the Tactic version (4.8):
https://photos.google.com/share/AF1QipO6YX54DqgbW0J_HfiE-25Abvh6Mw4iEBdif9EEOnBrcWIn0nlvG9YBH3mYzggNmQ/photo/AF1QipP-avGbm5u0Bcb6OmPLp0DjDOeKZhXFVucGIwh2?key=MnVyWkVwM0F0NTV2eGloYWgyUDZzVDhFLTJzLU5n
I remember seeing this at my workplace as well. Don't know, if this is an issue, but probably not related to the sidebar issue.

/edit

I also don't understand how to create a start page right now, but this is a different topic.

Thanks so far.