Version: 0,6
Beschreibung: User können einzelne Beiträge kommentieren (sozusagen Unter-Beiträge erstellen).
Demo: Screenshot 1 Screenshot 2 Screenshot 3
Todo:
- Fehlerbeseitigung
Code: Alles auswählen
Fatal error: Call to undefined function: comments_auth() in /usr/local/.../../.../www.meinedomain.de/.../forum/includes/auth.php on line 111
Code: Alles auswählen
comments_auth($type, $auth_fields, $a_sql);
Code: Alles auswählen
Fatal error: Cannot redeclare get_info() (previously declared in /var/www/xxx/html/xxx/admin/admin_forums.php:68) in /var/www/xxx/html/xxx/includes/functions_comments.php on line 14
Code: Alles auswählen
#
#----[ FINDE ]--------------------
#
if( !function_exists('get_info') || !function_exists('comments_forum_auth') || !function_exists('comments_user_auth') || !function_exists('comments_auth') )
#
#----[ MIT FOLGENDEM ERSETZEN ]--------------------
#
if( !function_exists('get_info') && !function_exists('comments_forum_auth') && !function_exists('comments_user_auth') && !function_exists('comments_auth') )
Code: Alles auswählen
include($phpbb_root_path . 'includes/constants.'.$phpEx);
include($phpbb_root_path . 'includes/template.'.$phpEx);
include($phpbb_root_path . 'includes/sessions.'.$phpEx);
include($phpbb_root_path . 'includes/auth.'.$phpEx);
include($phpbb_root_path . 'includes/functions.'.$phpEx);
include($phpbb_root_path .'includes/functions_comments.'.$phpEx);
include($phpbb_root_path . 'includes/db.'.$phpEx);
Code: Alles auswählen
Fatal error: Call to undefined function: comments_forum_auth() in /usr/local/...l.../..../www.domain.de/.../forum/admin/admin_forumauth.php on line 73
Code: Alles auswählen
comments_forum_auth($simple_auth_ary, $forum_auth_fields, $field_names);
attach_setup_forum_auth($simple_auth_ary, $forum_auth_fields, $field_names);
Code: Alles auswählen
forum/posts_comments.php on line 46
Code: Alles auswählen
$get_forum = get_info($post_id, 'forum');