We have 127 guests and 3 members online
OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
newbie question on comment rows (1 viewing) (1) Guest
MediaLibary Component Support
Go to bottom Favoured: 0
TOPIC: newbie question on comment rows
#135
Latina (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
newbie question on comment rows 2 Years, 8 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 07:05 By Latina.
  The administrator has disabled public write access.
#136
admin (Admin)
Admin
Posts: 1679
graph
User Online Now Click here to see the profile of this user
Re:newbie question on comment rows 2 Years, 8 Months ago Karma: 17  
please change:
Code:

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


to:

Code:

if ( false )
 
Logged Logged  
 
Last Edit: 2009/09/03 11:18 By admin.
  The administrator has disabled public write access.
#138
Latina (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:newbie question on comment rows 2 Years, 8 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 03:58 By Latina.
  The administrator has disabled public write access.
#139
admin (Admin)
Admin
Posts: 1679
graph
User Online Now Click here to see the profile of this user
Re:newbie question on comment rows 2 Years, 8 Months ago Karma: 17  
 
Logged Logged  
 
Last Edit: 2009/09/04 04:40 By admin.
  The administrator has disabled public write access.
#153
Latina (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:newbie question on comment rows 2 Years, 8 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