Tom, on Jan 22 2009, 01:55 PM, said:
I know. I'd feel more comfortable it would appear just for these groups which has been determined in ACP.
JS sucks on those menus.. if you look carefully, IPB in itself doesn't change some messages created by those menus. It would need another IF to test if that's a forum that can be used or not... sincerally, I don't think it's worth the job.
Tom, on Jan 22 2009, 01:55 PM, said:
Issue is, that the error dialog is one of these "standard" explanations which is shows in a dozen different situations
I think it's the most appropriate message to show! If you have no permission to use that function, the text is exacly that: you have no permission!
Tom, on Jan 22 2009, 02:16 PM, said:
Also Is there a chance to re-name autocom=favoritos to autocom=bookmarks?
You have to change it everywhere! It's just like TUTORIALS from Michael.. here (Brazil) we call it TUTORIAIS... there's a link on UPC to public component... your users doesn't have to keep in mind the name of the mod. The mod was designed on my language... after that, translated (lang_files) to EN.
Regarding UCP problem... open sources/action_public/usercp.php and find:
function topico_favorito_list()
{
Add below:
if ( !in_array( $this->ipsclass->member['mgroup'], explode( ",", $this->ipsclass->vars['topicofav_grupos'] ) ) )
{
$this->ipsclass->Error( array( 'LEVEL' => 1, 'MSG' => 'no_permission' ) );
}
Tom, on Jan 22 2009, 04:07 PM, said:
Issue: concern Statistic Page
If A Topic has benn removed and the user had just one topic bookmarked that the list contains an empty data record
Same empty row in UserCP
Also the counter wich shows the member with most favorited topics isnt re-set to the proper value
I'll take a look on that tomorrow!