OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
newbie question on comment rows (0 viewing) 

MediaLibary Component Support

Go to bottom Favoured: 0

Newbie question on comment rows

Latina (Visitor)
Posts: 0
graphgraph
User Offline
newbie question on comment rows 14 Years, 7 Months ago
Karma: 0  
Hi.. could please someone tell how to comment the rights lines, to avoid using the amazon feature, i just need my visitors to have a nice book collection guide.

i do not know what should i put or take away, or if in front of after the lines buy_now.png image.

Code:


        <?php //show button 'buy now'

         if ( $params->get('show_input_buy_now') )

         {

        ?>



          &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;

          <a href="<?php echo sefRelToAbs($media_type_class->URL);?>" target="blank">

          <img src="<?php echo $mosConfig_live_site;?>/components/com_medialibrary/images/amazon/buy_now.png" alt="Button Buy now" border="0" height="27" width="82" />

          </a>



      <?php   

         }

       ?>

<!--************************   end add button 'buy now'   ******************-->



thanks for such great component
Logged Logged
Last Edit: 2009/09/03 12:05 By .
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:newbie question on comment rows 14 Years, 7 Months ago
Karma: 101  
please change:
Code:

if ( $params->get('show_input_buy_now') )


to:

Code:

if ( false )
Logged Logged
Last Edit: 2009/09/03 16:18 By admin.
The administrator has disabled public write access.
Latina (Visitor)
Posts: 0
graphgraph
User Offline
Re:newbie question on comment rows 14 Years, 7 Months ago
Karma: 0  
hi thanks for your reply, i did what you say on line 1557, but i get this error message.

Code:


Parse error: syntax error, unexpected T_EXIT in /home/xxx/public_html/website/components/com_medialibrary/medialibrary.html.php on line 1
Logged Logged
Last Edit: 2009/09/04 08:58 By .
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:newbie question on comment rows 14 Years, 7 Months ago
Karma: 101  
Please reinstall version from attachment.

or change file medialibrary.html.php from attachment version to yours site
File Attachment:
File Name: com_media_library_basic_1.zip
File Size: 320620
Logged Logged
Last Edit: 2009/09/04 09:40 By admin.
The administrator has disabled public write access.
Latina (Visitor)
Posts: 0
graphgraph
User Offline
Re:newbie question on comment rows 14 Years, 7 Months ago
Karma: 0  
Hey it works, i find this component really nice and useful, thanks a lot for such nice comp
Logged Logged
The administrator has disabled public write access.
Go to top
»