In some older thread on the same sujet, I suggested to have extension translations under extensions//.php. That is the setting used currently for a forum I made.
Note that your extensions/*/LANGUAGE.php should find it.
In some older thread on the same sujet, I suggested to have extension translations under extensions//.php. That is the setting used currently for a forum I made.
Note that your extensions/*/LANGUAGE.php should find it.
@tannerc
Did you check the roles order, in the "Roles & Permission" settings form?
The role are sorted in ascending priority order, so the "admin" role should be BELOW the "member" role in that list.
@fysicsluvr:
1 - discussion_form.php is required to limit abilities. settings_category_edit.php for editing roles.
2 - from the readme (!): If you want to use the extension with another theme, you can copy the two php files of this folder to you th…
Well, if the theme is correctly installed, please double check it, go to Settings->Categories, click to edit one category. You should find two more selectors down the page.
Or else something is not correctly installed. We need more info.
About your need: use CategoryRoles, adding the delegate is only a single line edit.
About the object factory: by overloading the standard class by a custom one, I'd be able to add the required database join and save the delegate need. Also a single…
Nope.
Mark never commented this delegate request and I don't know if he forgot to add it or what…
Anyway, I'm planning to rewrite part of this extension to use the object factory instead of delegate, mostly because this would allow a much better d…
@tannerc
Did you check the roles order, in the "Roles & Permission" settings form?
The role are sorted in ascending priority order, so the "admin" role should be BELOW the "member" role in that list.
@fysicsluvr:
1 - discussion_form.php is required to limit abilities. settings_category_edit.php for editing roles.
2 - from the readme (!): If you want to use the extension with another theme, you can copy the two php files of this folder to you th…
Well, if the theme is correctly installed, please double check it, go to Settings->Categories, click to edit one category. You should find two more selectors down the page.
Or else something is not correctly installed. We need more info.
About your need: use CategoryRoles, adding the delegate is only a single line edit.
About the object factory: by overloading the standard class by a custom one, I'd be able to add the required database join and save the delegate need. Also a single…
Nope.
Mark never commented this delegate request and I don't know if he forgot to add it or what…
Anyway, I'm planning to rewrite part of this extension to use the object factory instead of delegate, mostly because this would allow a much better d…