RSS
Home Forum v3
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 1
TOPIC: Changing Text for Icons
#3780
Changing Text for Icons 1 Year, 7 Months ago Karma: 0
Is there a way to change the text where it says things like Bedrooms or Private Pool etc... to an icon like:


I need to do this for my client as it's an international website and have customers who don't all speak English. Thanks.
hurricane2k3
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3790
Re:Changing Text for Icons 1 Year, 7 Months ago Karma: 1
So upload your image in that folder components/com_properties/includes/img/

And after put that code where you want
Code:

<?php if($Product->bathrooms){echo '<div class="details"><img style="padding-right:5px;" src="'.JURI::base().'components/com_properties/includes/img/bathrooms.jpg" />'.':'. $Product->bathrooms.'</div>';} ?>



If you have not same code please paste your code for show the bathroom and i modify!!!!
If you need custom template go to my website!!!!
yuri1982
www.com-property-template.com CUSTOM WORK FOR PROP
Platinum Boarder
Posts: 442
graphgraph
User Offline Click here to see the profile of this user
Gender: Male yuri-cristodaro yuri_cristodaro@hotmail.com Location: ITALIA Birthday: 12/14
The administrator has disabled public write access.
If you need custom work for your Property add new field, customize template, please contact me in MNS yuri_cristodaro@hotmail.com
And go to www.com-property-template.com
 
#3847
Re:Changing Text for Icons 1 Year, 6 Months ago Karma: 0
Do I put that code in details.php in the Template folder?

This is the code I have in details.php:

<?php if($Product->bathrooms){echo '<tr><td align="left">'.JText::_('Bathrooms') .' :</td><td align="left"> '. $Product->bathrooms.'</td></tr>';} ?>

I am using the default layout template for the property details.

This is how I would like it to look:
hurricane2k3
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3849
Re:Changing Text for Icons 1 Year, 6 Months ago Karma: 1
Code:

<?php if($Product->bathrooms){echo '<tr><td align="left">'.'<img style="padding-right:5px;" src="'.JURI::base().'components/com_properties/includes/img/bathrooms.jpg" />'.' :</td><td align="left"> '. $Product->bathrooms.'</td></tr>';} ?>



Put your image in that folder components/com_properties/includes/img/

And change your original code whit my...
Let me know!
yuri1982
www.com-property-template.com CUSTOM WORK FOR PROP
Platinum Boarder
Posts: 442
graphgraph
User Offline Click here to see the profile of this user
Gender: Male yuri-cristodaro yuri_cristodaro@hotmail.com Location: ITALIA Birthday: 12/14
The administrator has disabled public write access.
If you need custom work for your Property add new field, customize template, please contact me in MNS yuri_cristodaro@hotmail.com
And go to www.com-property-template.com
 
#3872
Re:Changing Text for Icons 1 Year, 6 Months ago Karma: 0
Unfortunately that still doesn't work. It stays the same with the text of Bedrooms and Bathrooms.
hurricane2k3
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3879
Re:Changing Text for Icons 1 Year, 6 Months ago Karma: 1
Have you put the Picture in the folder?!
Please add your file and I modify!
yuri1982
www.com-property-template.com CUSTOM WORK FOR PROP
Platinum Boarder
Posts: 442
graphgraph
User Offline Click here to see the profile of this user
Gender: Male yuri-cristodaro yuri_cristodaro@hotmail.com Location: ITALIA Birthday: 12/14
The administrator has disabled public write access.
If you need custom work for your Property add new field, customize template, please contact me in MNS yuri_cristodaro@hotmail.com
And go to www.com-property-template.com
 
#3916
Re:Changing Text for Icons 1 Year, 6 Months ago Karma: 0
Yes I did add the pictures to the folder.

rapidshare.com/files/407781113/details.php

I uploaded it to there.

Thanks.
hurricane2k3
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3918
Re:Changing Text for Icons 1 Year, 6 Months ago Karma: 1
write me the mail to send you the file
yuri1982
www.com-property-template.com CUSTOM WORK FOR PROP
Platinum Boarder
Posts: 442
graphgraph
User Offline Click here to see the profile of this user
Gender: Male yuri-cristodaro yuri_cristodaro@hotmail.com Location: ITALIA Birthday: 12/14
Last Edit: 2010/07/19 08:39 By yuri1982.
The administrator has disabled public write access.
If you need custom work for your Property add new field, customize template, please contact me in MNS yuri_cristodaro@hotmail.com
And go to www.com-property-template.com
 
#3936
Re:Changing Text for Icons 1 Year, 6 Months ago Karma: 0
hurricane2k3
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3938
Re:Changing Text for Icons 1 Year, 6 Months ago Karma: 5
Hey share please!
TuteMdz
Gold Boarder
Posts: 170
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3942
Re:Changing Text for Icons 1 Year, 6 Months ago Karma: 1
At line 304 paste that code
Code:

<?php if($Product->bathrooms){echo '<tr><td align="left">'.'<img src="'.JURI::base().'components/com_properties/includes/img/bathroom.jpg" />' .' :</td><td align="left"> '. $Product->bathrooms.'</td></tr>';} ?>

yuri1982
www.com-property-template.com CUSTOM WORK FOR PROP
Platinum Boarder
Posts: 442
graphgraph
User Offline Click here to see the profile of this user
Gender: Male yuri-cristodaro yuri_cristodaro@hotmail.com Location: ITALIA Birthday: 12/14
The administrator has disabled public write access.
If you need custom work for your Property add new field, customize template, please contact me in MNS yuri_cristodaro@hotmail.com
And go to www.com-property-template.com
 
#3963
Re:Changing Text for Icons 1 Year, 6 Months ago Karma: 0
I have done that and the image is definitely in the right folder and unfortunately it still doesn't work. It still shows text of bathrooms and bedrooms rather than little images.

Thanks.
hurricane2k3
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3966
Re:Changing Text for Icons 1 Year, 6 Months ago Karma: 1
it's impossible my friend!!!Please send me your ftp acces adn i check
yuri_cristodaro@hotmail.com
yuri1982
www.com-property-template.com CUSTOM WORK FOR PROP
Platinum Boarder
Posts: 442
graphgraph
User Offline Click here to see the profile of this user
Gender: Male yuri-cristodaro yuri_cristodaro@hotmail.com Location: ITALIA Birthday: 12/14
The administrator has disabled public write access.
If you need custom work for your Property add new field, customize template, please contact me in MNS yuri_cristodaro@hotmail.com
And go to www.com-property-template.com
 
Go to topPage: 1