OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Change of Rating option - com_booklibrary (0 viewing) 

BookLibary Component Support

Go to bottom Favoured: 0

Change of Rating option - com_booklibrary

erdhk (Visitor)
Posts: 0
graphgraph
User Offline
Change of Rating option - com_booklibrary 13 Years ago
Karma: 0  
Need to change 'Rating' option to any 'text' option like 'title' . Kindly tell how to do.
or Simply how to add another option in com_booklibrary v 2.0
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Change of Rating option - com_booklibrary 13 Years ago
Karma: 101  
hello,

All what you will do will need check and debug. Description bellow haven't any warranty

But that may be will work if you in file:
booklibrary.html.php

Change code at al lplaces:
Code:

          <td align="left">         
            <img src="./components/com_booklibrary/images/rating-<?php echo $row->rating; ?>.gif" alt="<?php echo ($row->rating)/2; ?>" align="left" border="0" />&nbsp;&nbsp;
          </td>



to
Code:

          <td align="left">         
            $row->rating</td>



Please back up yours file before change.

Also you will need change in all language files word: Rating

But again that not full correctly because - rating will may appear in some other places.
because that please do full check all files.

Or Please order custom version Book library software from OrdaSoft team

Thanks,
OrdaSoft team
Logged Logged
Last Edit: 2011/03/28 11:54 By admin.
The administrator has disabled public write access.
Go to top
»