R_J
AdminR_J Admin
-
Re: Discussion view
Add $Configuration['Debug'] = TRUE; to /conf/config.php. That will show an error message which helps us to help you. (View Post)1 -
Re: How to get user that's currently signed in
Gdn::session() - >UserID (View Post)2 -
Re: Activity error
Someone else might have better solutions, but I would try doing the following: * open the link provided above * open any of the files changed by clicking on the [View] button * click on "vanilla… (View Post)1 -
Re: Theme Options Capability?
You can add text boxes in the theme options but no other controls. You can do it like that: <?php defined('APPLICATION') or die;$ThemeInfo['YourTheme'] = array( 'Name'… (View Post)2 -
Re: 2 Login & Register Panel in Sidebar
Let me explain what's happening here. The solution what to do is at the end of this text in case you are impatient, but giving some insights might help you understanding such errors better. In o… (View Post)3
