hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: I would like to create an Admin theme
Exact same process as a front end view. Find the view file you want to override, copy it in to your theme folder, and change it. E.g. to override the applications settings view. Copy /applications/da… (View Post)1 -
Re: Discussion controller broken? Can't Announce or Delete
Enable debugging by adding $Configuration['Debug'] = true; to your /conf/config.php file. You might get a better error then. (View Post)1 -
Re: How to override a module view by a plugin
The addModule method accepts an object as well as a name of a module. Just an FYI that the __toString() method will output the view of the module in this case rather than the name. https://github.com… (View Post)1 -
Re: How do you fix this error?
Your SMTP credentials for your email are not set up properly. Verify your mail settings at http://forum.example.com/dashboard/settings/email (View Post)1 -
Re: Will there be a 2.2 compatible version of YAGA?
Yes. The development version is already 2.2 compatible. I want to get some testing done before release. (View Post)10
