deka87:
Your issue is really strange. I will investigate your issue.
Yurdal:
Quote:
I have checked the icons, they are 16x16 the same as original
by writing size I means their capacity is higher. originals are < 1Kb yours are > 3Kb. The image sizes are important. could you reduce them?
I know in photoshop you have an option to save in the "web mode" to reduce the sizes.
Nick_James:
for signature:
- the default is defined in Profile module by webmaster.
- users can change the default in their profiles: in edit profile -> Always attach my signature -> yes/no
- In newbb you can set the permission so that different groups have the ability to disable/enable their signature in each post. so if the user set the above option to no in profile, the signature is disable by default and can be enable. otherwise it is enable and can be disable.
for html:
- you can set the permission to allow different groups to use html in different forums.
- the default for allowed groups in allowed forums is hardcoded to enable (check box has always a tick)
for smilies, xoopscode and br:
- the default is hardcoded to enable. (check box has always a tick)
Anyway i see no mean to have an option to set those defaults to disable.
Quote:
For quick response or text editor. No html code.
to change the quick reply editor go to include/plugin.php
// Set the default editor for quick reply
$customConfig["editor_quick_default"] = "textarea";
set that to your desired editor like dhtmltextarea or tinymce
Quote:
For some reason, the webmaster (me) had no problem posting with html turned on even though the permissions were not set.
yes. in newbb all options are available for webmaster regardless of permissions.
webmaster have all permissions without a single tick there.
Quote:
That's what I am doing too, i.e. I am using multiple accounts to check if the settings are working properly.
It would be nice to have a preview for each group, so maybe it would something for a future release.
yes. but it has minor priority and simulating all group permissions in both admin and user side is tough, time consuming and IMO finally impossible.
using a test account is a must for any webmaster.
also a long list of features with higher priorities are available.
Anyway, pay attention that it is a forum and it is big so one can call it another CMS.
Also it has tight connections with profile and system module.
so its management is harder than other simple modules.