hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: [Members List Enhanced] Anyone adopting this Addon? -- Need for "Roles" to be sortable.
I certainly hope it does. It is what you use to see users via the dashboard. @peregrine @Anonymoose @vrijvlinder just chill out and remember the best part of the internet is you get to not respond… (View Post)3 -
Re: How do I edit content of emails?
Add the following lines to your /conf/config.php file: $Configuration['Garden']['Authenticator']['RegisterUrl'] = '/entry/register?Target=%2$s';$Configuration[… (View Post)1 -
Re: Increase Description length, at the moment it's 500 characters i want to make it 1000 or more.
Wrap the increased limit in a plugin Structure() method and it won't be overwritten on update: <?php if (!defined('APPLICATION')) exit();/* Copyright 2015 Zachary Doll* This program… (View Post)3 -
Re: 3 column, 2 sidebars and being able to choose what goes where ?
You need to add an asset to your master template. Then you need to add your modules to the proper asset. In /themes/yourtheme/views/default.master.tpl you can use the Smarty asset tag to render any a… (View Post)2 -
Re: Placing a PayPal button into a Discussion
Looks like Gdn_Format::Html() filters out the form tags. You could edit /plugins/discussioninserts/library/functions.render.php and replace line 26 with $Body,. (View Post)1
