OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

BookLibary Component Support

Go to bottom Favoured: 0

How to change owner email?

peaceandlove (Visitor)
Posts: 0
graphgraph
User Offline
how to change owner email? 8 Years, 10 Months ago
Karma: 0  
In detail page we can see the owner email and name which is taken from Joomla

we eitehr want to hide those filed how that possible ,
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:how to change owner email? 8 Years, 10 Months ago
Karma: 58  
Hello,

You need go to /administrator/components/com_booklibrary/booklibrary.html.php

and in this file (html.php) find this part of code

Code:

 <tr>
                    <td valign="top" align="right">
                        <strong><?php echo _BOOKLIBRARY_LABEL_BOOKOWNER; ?>:</strong>
                    </td>
                    <td align="left">
                    <?php echo $row->owner; ?>(<?php echo $row->owneremail; ?>)
                        <input type="hidden" name="owneremail" size="80" value="<?php echo $row->owneremail; ?>" />
                    </td>
                </tr>



and You need comment it, like this:
Code:

<?-- <tr>
                    <td valign="top" align="right">
                        <strong><?php echo _BOOKLIBRARY_LABEL_BOOKOWNER; ?>:</strong>
                    </td>
                    <td align="left">
                    <?php echo $row->owner; ?>(<?php echo $row->owneremail; ?>)
                        <input type="hidden" name="owneremail" size="80" value="<?php echo $row->owneremail; ?>" />
                    </td>
                </tr и html -->



Best Regards,
Taras
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»