that would be cool if you could quickly make it so that users have to pick from a list instead of add stuff themselfs. can you add/remove stuff aswell as i have not downloaded so are not sure. webcomics would not be needed on our forum. we would rather haveAgrajag wrote:I don't know about thumbnails, but having the admin set up a list of predefined choices was one of the features I was originally planning. I'll see what I can do about adding that in quickly if it's something you want. There definitely won't be any new development for at least 2 weeks since I'm going on vacation, but I'll try to work some more on this when I get back.
Code: Select all
[img][/img]
The categories in the screenshots are just examples. You can set up whatever categories you want through the ACP.sniperkilleruk1 wrote:webcomics would not be needed on our forum. we would rather have
Favorite Games
Favorite Music (instead of bands)
Favorite TV Shows
Favorite Movies
Yay!Agrajag wrote: Subsilver theme
Does that mean that there will have to be a list for every category? Or can it go by each list, whether you want one of those or not?Have admin define allowable favorite choices. Users are shown a list box, and can choose which ones they want by selecting them.
Not sure exactly what you mean by "edit their choices". Having a complicated permissions system thats per user or per group is more work than I want to do at the moment. I'll add more permissions options to the bottom of my list, but don't expect me to get to it any time soon. (A higher priority is having a separate admin/mod permission setting and a moderator control panel).Darthmat wrote:And maybe make it so an admin can take away a users/groups permission to have favorites. And for an admin to edit their choices.
For each category, the admin will be able to set whether the entries are user-defined or from a pre-defined list. If pre-defined, the admin enters a list of allowable favorites for that category, which is displayed to the users when they go to edit. They can then select which ones they want. I haven't worked out the specifics, but it's generally going to be like that.Darthmat wrote:Does that mean that there will have to be a list for every category? Or can it go by each list, whether you want one of those or not?Have admin define allowable favorite choices. Users are shown a list box, and can choose which ones they want by selecting them.
What would you be able to do in the MCP? And what would the separate permission be?Agrajag wrote: Not sure exactly what you mean by "edit their choices". Having a complicated permissions system thats per user or per group is more work than I want to do at the moment. I'll add more permissions options to the bottom of my list, but don't expect me to get to it any time soon. (A higher priority is having a separate admin/mod permission setting and a moderator control panel).
Yay. I just got worried for a second that every list would have t have this.For each category, the admin will be able to set whether the entries are user-defined or from a pre-defined list. If pre-defined, the admin enters a list of allowable favorites for that category, which is displayed to the users when they go to edit. They can then select which ones they want. I haven't worked out the specifics, but it's generally going to be like that.
Code: Select all
SQL ERROR [ mysql4 ]
Invalid use of group function [1111]
SQL
SELECT count(*) as count, favorites_listitem_text as text FROM phpbb_favorites_user WHERE favorites_category_id = 1 GROUP BY favorites_listitem_text ORDER BY count(*) DESC LIMIT 9999
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: includes/db/mysql.php
LINE: 205
CALL: dbal_mysql->sql_query()
FILE: includes/db/dbal.php
LINE: 159
CALL: dbal_mysql->_sql_query_limit()
FILE: includes/functions_favorites.php
LINE: 231
CALL: dbal->sql_query_limit()
FILE: includes/functions_favorites.php
LINE: 147
CALL: favorite_functions->count_forum_favorites()
FILE: includes/ucp/ucp_favorites.php
LINE: 145
CALL: favorite_functions->refresh_forum_favorites()
FILE: includes/functions_module.php
LINE: 471
CALL: ucp_favorites->main()
FILE: ucp.php
LINE: 314
CALL: p_master->load_active()
Code: Select all
SELECT count(*) as count, favorites_listitem_text as text FROM phpbb_favorites_user WHERE favorites_category_id = 1 GROUP BY text ORDER BY count DESC LIMIT 9999
Code: Select all
nvalid use of group function [1111]
SQL
SELECT count(*) as count, favorites_listitem_text as text FROM phpbb_favorites_user WHERE favorites_category_id = 1 GROUP BY favorites_listitem_text ORDER BY count(*) DESC LIMIT 9999
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: includes/db/mysql.php
LINE: 205
CALL: dbal_mysql->sql_query()
FILE: includes/db/dbal.php
LINE: 159
CALL: dbal_mysql->_sql_query_limit()
FILE: includes/functions_favorites.php
LINE: 231
CALL: dbal->sql_query_limit()
FILE: includes/functions_favorites.php
LINE: 147
CALL: favorite_functions->count_forum_favorites()
FILE: includes/ucp/ucp_favorites.php
LINE: 145
CALL: favorite_functions->refresh_forum_favorites()
FILE: includes/functions_module.php
LINE: 471
CALL: ucp_favorites->main()
FILE: ucp.php
LINE: 314
CALL: p_master->load_active()