مكتشف الخطاء العذاب
الاصلاح بواسطتي
الخطاء هو نقص بالهوكات رغم وجودها بملف group
الاصلاح
فتح ملف hooks_vbulletin الموجود في xml
اسفل
كود PHP:
<hooktype type="wysiwyg">
<hook>wysiwyg_parse_start</hook>
<hook>wysiwyg_parse_complete</hook>
</hooktype>
ضع
كود PHP:
<hooktype type="group">
<hook>group_messaging_post_start</hook>
<hook>group_messaging_post_ajax</hook>
<hook>group_messaging_post_complete</hook>
<hook>group_messaging_form_start</hook>
<hook>group_messaging_form_complete</hook>
<hook>group_message_getip</hook>
</hooktype>