Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: everyone admin regardless of roles after importing
The Garden.Settings.Manage permission is the permission that allows them to access the dashboard. Since you said that the users could still access the dashboard regardless of what permission their ro… (View Post)1 -
Re: Something has gone wrong message on my site
Add this line to the /conf/config.php file temporarily to see the full error message behind the "something has gone wrong" message: $Configuration['Debug'] = true; (View Post)2 -
Re: Unsetting LatestPostListModule
I'll just leave this here: one way to avoid modifying addons and the Vanilla core code in order to upgrade those addons and the core easier is to create a plugin with a name that starts with the lett… (View Post)1 -
Re: Check on a .php file of the user is logged in?
That is more helpful than just saying it doesn't work for you. How can you be sure if "the path and connection seems to be okay"? * In your posted code, that <br /> shouldn't be there… (View Post)2 -
Re: Check on a .php file of the user is logged in?
It's probably still showing that the user is not logged in because the page is being cached by your web browser. Do a force refresh of the page in your web browser by pressing Ctrl and F5 or Shift an… (View Post)2