This time I brought a lot of minor wishes for future versions (many of them taken from other topics and compiled here):
1) There should be native Skype and Google Talk fields in the profile.
2) In my opinion this blue default skin sucks. Also, the old subsilver is much more beautiful then the actual one.
3) There should be an option in the ACP to disable the confirmation pages after posts.
4) It would be a nice ideia to have an option to ban users automatically when they reach X warnings (configured in ACP).
5) The "Save" button in the post screen is useless.
6) Post views should not be incremented by spider engines (bots) anymore.
7) The forum permissions should be made easyer to configure. Actually it's very confusing and workfull.
8) There should be no more user groups created automatically for each forum, since nobody uses it. Example: If one of my forums is "News", a group called "News users" is automatically created.
9) Why to include (and load, of course) several functions that won't be used in the page that the user is viewing? A good solution to increase speed an memory use is to split functions in several .inc.php files, so that only the necessary functions would be loaded for each page.
10) There should be an option to force "language" and "time zone" in the users' profile, configured by the ACP.
11) A portal system would be nice too.
12) There should be support for reCAPTCHA (an optional feature, of course).
13) There should be an option in the UCP to automatically mark as unread edited topics.
14) It's not a bad idea to have a native support for making possible to have many forums with a single user table.
What do you think about it, guys?
Can a phpBB team member tell me if they are possible?
Many minor issues
Forum rules
Discuss features as they are added to the new version. Give us your feedback. Don't post bug reports, feature requests, support questions or suggestions here. Feature requests are closed.
Discuss features as they are added to the new version. Give us your feedback. Don't post bug reports, feature requests, support questions or suggestions here. Feature requests are closed.
Re: Many minor issues
Custom profile fields will probably become much more powerful.Enom wrote:1) There should be native Skype and Google Talk fields in the profile.
How so? I admit I don't use it.Enom wrote:5) The "Save" button in the post screen is useless.
Fixed this in 3.0.3Enom wrote:6) Post views should not be incremented by spider engines (bots) anymore.
This is a side effect of them being so powerful, we will probably revisit the GUI.Enom wrote:7) The forum permissions should be made easyer to configure. Actually it's very confusing and workfull.
Err... no its not.Enom wrote:8) There should be no more user groups created automatically for each forum, since nobody uses it. Example: If one of my forums is "News", a group called "News users" is automatically created.
We will be addressing the huge functions.php files and othersEnom wrote:9) Why to include (and load, of course) several functions that won't be used in the page that the user is viewing? A good solution to increase speed an memory use is to split functions in several .inc.php files, so that only the necessary functions would be loaded for each page.
We might make some changes in this department.Enom wrote:10) There should be an option to force "language" and "time zone" in the users' profile, configured by the ACP.
This is a forum not CMSEnom wrote:11) A portal system would be nice too.
Already done, see the blog.Enom wrote:12) There should be support for reCAPTCHA (an optional feature, of course).
Re: Many minor issues
Thanks for the fast replyes!
Just about number 8, I don't know if I could explain it well, so I'll post an image here:
It's in portuguese, so I'll post the translation here:
GRUPO -> GROUP
OPÇÕES -> OPTIONS
AÇÃO -> ACTION
Configurações -> Configs
Membros -> Members
It can be found in "Manage groups", in ACP. These groups are useless.
I'm using the latest version.
Just about number 8, I don't know if I could explain it well, so I'll post an image here:
It's in portuguese, so I'll post the translation here:
GRUPO -> GROUP
OPÇÕES -> OPTIONS
AÇÃO -> ACTION
Configurações -> Configs
Membros -> Members
It can be found in "Manage groups", in ACP. These groups are useless.
I'm using the latest version.
Re: Many minor issues
Once installed phpBB does not create any groups without you asking it
Re: Many minor issues
I haven't installed any mod and I'm the only admin.
It's kind of strange...
It's kind of strange...
Re: Many minor issues
Could you raise the issue on the support forums, I would be most interested in seeing what is causing this. Feel free to PM me with a link to the topic you have started. Be sure to fill out the SRT. ThanksEnom wrote:I haven't installed any mod and I'm the only admin.
It's kind of strange...
Re: Many minor issues
Does this mean that we can use basic stuff now that i.m.o. should have been included from the get-go?ToonArmy wrote:Custom profile fields will probably become much more powerful.
Code: Select all
$tpl_fields['blockrow'][] = array(
'PROFILE_FIELD_OPTIONID' => $optionid, // This is very handy for templates using the optionid as short value variable to include in the template.
'PROFILE_FIELD_VALUE' => $value,
'PROFILE_FIELD_TYPE' => $ident_ary['data']['field_type'],
'PROFILE_FIELD_NAME' => $ident_ary['data']['lang_name'],
'PROFILE_FIELD_EXPLAIN' => $ident_ary['data']['lang_explain'],
'S_PROFILE_' . strtoupper($ident) => true
);