@epoolroyYou may start by trying to include this box file into item.php
function ur_show_rating() { include 'user/rating.php';}
osc_add_hook('item_detail', 'ur_show_rating');
In file:oc-content/plugins/user_rating/index.phpbellow:Code: [Select]function ur_show_rating() { include 'user/rating.php';}add:Code: [Select]osc_add_hook('item_detail', 'ur_show_rating');That will add box to to item_detail, ... next is on you
function ur_show_rating() { include 'user/rating.php';}osc_add_hook('item_detail', 'ur_show_rating');
adding this code should not require modifications in item.php
Quote from: MB Themes on August 30, 2018, 10:08:58 AMIn file:oc-content/plugins/user_rating/index.phpbellow:Code: [Select]function ur_show_rating() { include 'user/rating.php';}add:Code: [Select]osc_add_hook('item_detail', 'ur_show_rating');That will add box to to item_detail, ... next is on youSorry sir, i still not understand... i already put a code below Code: [Select]function ur_show_rating() { include 'user/rating.php';}osc_add_hook('item_detail', 'ur_show_rating');But how can i edit in item.phpcan you assist me
Quote from: epoolroy on August 30, 2018, 10:19:21 AMQuote from: MB Themes on August 30, 2018, 10:08:58 AMIn file:oc-content/plugins/user_rating/index.phpbellow:Code: [Select]function ur_show_rating() { include 'user/rating.php';}add:Code: [Select]osc_add_hook('item_detail', 'ur_show_rating');That will add box to to item_detail, ... next is on youSorry sir, i still not understand... i already put a code below Code: [Select]function ur_show_rating() { include 'user/rating.php';}osc_add_hook('item_detail', 'ur_show_rating');But how can i edit in item.phpcan you assist meYou must also check CSS to make it visible, format it properly and show just what you want to show.
It's a lot of styling, check css guides:https://www.w3schools.com/css/
@epoolroyI know what you want, but it's not "just", there is lot of work behind. This box is not intend to replace comments.