Code: Select all
if($auth->acl_get('u_kb_add_wa', $this->cat_id) && $this->mode == 'add' || $this->mode == 'edit')
Code: Select all
if($this->mode == 'add' || $this->mode == 'edit')
{
$options = make_req_select();
}
Code: Select all
'S_REQUEST_OPTIONS' => ($this->mode == 'edit' || $this->mode == 'add') ? $options : '',
Slightly off-topic, the reason my MOD doesn't have as many features or design changes is to keep it in line with the KB powering phpbb.com. A few design changes have been made, but the overall functionality and general layout are the same.Master_Cylinder wrote:Her solution just looks like another forum to me, this one looks like a KB. Time will tell...
Automod. I almost forgot about that. I always do it manually -- ie the hard way.Master_Cylinder wrote:Most MODs are enabled in the ACP. Either in the .MODs tab or in another section. If you used automod to install it there are often instructions in the "details" link for that MOD.
I am concerned that this is going to be abandoned, but it really is an elegant mod and exactly what I need since I'm not looking for a lot of feature rich functions.Master_Cylinder wrote: I haven't installed it since it might be abandoned, so that's just a guess...
Many MODs have a post-install php file that has to be run, did you do that?eric90066 wrote:Automod. I almost forgot about that. I always do it manually -- ie the hard way.Master_Cylinder wrote:Most MODs are enabled in the ACP. Either in the .MODs tab or in another section. If you used automod to install it there are often instructions in the "details" link for that MOD.