Advanced Thread Rating 1.9.1

ismartcom005

MasterSergeant
Tham gia
14/04/2015
Bài viết
839
Được Like
798
If you want to know the appraisal of readers or other members for your content you post on a thread/a post, here is your solution that every site/forum should have "Advanced Thread Rating".

This add-on allows users to evaluate a thread inside the forum/site. It is the functional equivalent to the rating function of resources. The users could not only see a thread, they could also access it for good-bad content, the quality of the thread… Those valuations could help a lot for the recommendation, so a new user could choose the high rating thread first when he/she is going to the forum for the first time in his/her life. It also encourages the thread owners to post more useful content if they have high rating threads or the administrator could know the trend of content following what the user voted before.

This add-on has an extrovert function that is displayed the rating right on the Search page of Google. It could also support for Rich Snippets & Structured Data of Google. If Google understands the content on your pages, we can create rich snippets—detailed information intended to help users with specific queries. For example, the snippet for a thread might show the average rating of that thread.These rich snippets help users recognize when your site is relevant to their search, and may result in more clicks to the threads.

Especially in the version 1.1.0 and 1.2.0, we have updated more features for this add-on. Now you can add a review for a thread rating and besides, you could choose the style for your site's ratings. We support you with 32 styles like blue stars, paws, .... Make your ratings more interesting!

01_options.png
02_permission_user.png
03_permission_forum.png
03_style_properties.png
04_forum_rate.png
05_rate_thread.png
06_review_post.png
06_thread_rating.png
13_list_rating_styles.png
22_member_card.png
23_thread_reviews_profilepost.png
01_options.png
02_permission_user.png
03_permission_forum.png
03_style_properties.png
04_forum_rate.png
05_rate_thread.png
06_review_post.png
06_thread_rating.png
13_list_rating_styles.png
22_member_card.png
23_thread_reviews_profilepost.png
 

Đính kèm

  • Brivium - Advanced Thread Rating 1.9.1.zip
    208.4 KB · Lượt xem: 267

Minh Đức

Gefreiter
Tham gia
15/03/2015
Bài viết
82
Được Like
43
Không giải nén được Mod kiểm tra lại giúp với
 

Minh Đức

Gefreiter
Tham gia
15/03/2015
Bài viết
82
Được Like
43
Cài thì nhận được cái thông báo thế này :D
Invalid License of Brivium - Advanced Thread Rating for this domain:
 

ducmu

Corporal
Tham gia
24/06/2015
Bài viết
151
Được Like
36
lỗi khi import XML này là sao hả bạn?

Server Error
Mysqli statement execute error : Duplicate key name 'thread_id'

  1. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
  2. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
  3. Zend_Db_Adapter_Abstract->query() in Brivium/BriviumHelper/1010071/Installer.php at line 219
  4. Brivium_BriviumHelper_Installer->_install() in Brivium/BriviumHelper/1010071/Installer.php at line 103
  5. Brivium_BriviumHelper_Installer->installAddOn() in Brivium/AdvancedThreadRating/Installer.php at line 13
  6. Brivium_AdvancedThreadRating_Installer::install()
  7. call_user_func() in XenForo/Model/AddOn.php at line 215
  8. XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
  9. XenForo_Model_AddOn->installAddOnXmlFromFile() in XenForo/ControllerAdmin/AddOn.php at line 188
  10. XenForo_ControllerAdmin_AddOn->actionInstall() in XenForo/FrontController.php at line 347
  11. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  12. XenForo_FrontController->run() in /home/ducmuinf/public_html/cosplayvn.tk/4rum/admin.php at line 13
 

thanhdat2599

Private
Tham gia
03/09/2015
Bài viết
2
Được Like
1
lỗi khi import XML này là sao hả bạn?

Server Error
Mysqli statement execute error : Duplicate key name 'thread_id'

  1. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
  2. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
  3. Zend_Db_Adapter_Abstract->query() in Brivium/BriviumHelper/1010071/Installer.php at line 219
  4. Brivium_BriviumHelper_Installer->_install() in Brivium/BriviumHelper/1010071/Installer.php at line 103
  5. Brivium_BriviumHelper_Installer->installAddOn() in Brivium/AdvancedThreadRating/Installer.php at line 13
  6. Brivium_AdvancedThreadRating_Installer::install()
  7. call_user_func() in XenForo/Model/AddOn.php at line 215
  8. XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
  9. XenForo_Model_AddOn->installAddOnXmlFromFile() in XenForo/ControllerAdmin/AddOn.php at line 188
  10. XenForo_ControllerAdmin_AddOn->actionInstall() in XenForo/FrontController.php at line 347
  11. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  12. XenForo_FrontController->run() in /home/ducmuinf/public_html/cosplayvn.tk/4rum/admin.php at line 13
Mình mới tập tành tìm hiểu xenforo nên hôm nay cũng thấy lỗi này, search không thấy ở đâu chỉ, mãi mới ra được nên share luôn để ai bị còn biết fix nhé:

Để sửa lỗi Mysqli statement execute error : Duplicate key name 'thread_id' bạn vào file library\Brivium\BriviumHelper\1010071\Installer.php
comment lại đoạn code này
PHP:
/*$db->query("ALTER TABLE  `xf_brivium_thread_rating`
           ADD KEY `thread_id` (`thread_id`),
           ADD KEY `thread_rating_user_id` (`user_id`,`username`,`email`,`rating`, `rating_date`, `rating_status`);");
        $db->query("ALTER TABLE  `xf_brivium_style_rating`
           ADD KEY `style_date` (`style_date`),
           ADD KEY `status` (`status`);");
        */
Nó ở dòng từ 217 đến 222, rồi chạy lại file xml là ok :D
 
Sửa lần cuối:

kieudai91

Private
Tham gia
14/12/2015
Bài viết
22
Được Like
16
cái đáng giá kiểu này mình tất thích, cảm ơn chủ top đã chia sẻ :D, phải test ngay cho nóng, để còn có gì hỏi mọi người
 

Hướng dẫn sử dụng

XenForo 1 XenForo 2
Translate by PVS

Dịch vụ XenForo của VNXF

Mr. Tuấn

Mobile/Zalo: 0988 488 096

Telegram: bluekpro

Email: [email protected]

Nhà Tài Trợ

Mút Xốp Không Gian
pallet Thịnh Phát
Top Bottom