OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
change "Read More" button value - mod_new_property (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Change "Read More" button value - mod_new_property

sajjadbandari (Visitor)
Posts: 0
graphgraph
User Offline
change "Read More" button value - mod_new_property 9 Years, 4 Months ago
Karma: 0  
hi
i am using Ordasoft Free Estate quick-start template package
my language is Persian (fa-IR)
i just want to change "Read More" text in button to my language
i did it in /modules/mod_realestatemanager_new_j3/tmpl/default.php
changed value="Read More" to value="ادامه مطلب"
nothing happened
removed value and inserted "ادامه مطلب" between button <a> tags
nothing happened again
cleared Joomla cache
but nothing changed!
i edited this in pure package before install & installed it then
same problem again, it constantly showing "Read More" regardless to any changes in source php files!
how can i fix this?
please help me
thanks.
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:change "Read More" button value - mod_new_property 9 Years, 3 Months ago
Karma: 58  
Hello,

To change "Read More" in FreeEstate you can in FreeEstate folder /modules/mod_realestatemanager_new_j3/tmpl/default.php

you must find <a class="readon" and value="Read More" and change.

Try to change in English, all free templates comes in English, and it can not supports your language.

Free templates come with limited functional, and all changes that you can make you an find in documentation.

Thanks,
Taras
OrdaSoft team
Logged Logged
Last Edit: 2014/12/01 12:59 By Taras.
The administrator has disabled public write access.
sajjadbandari (Visitor)
Posts: 0
graphgraph
User Offline
Re:change "Read More" button value - mod_new_property 9 Years, 3 Months ago
Karma: 0  
ok
i made it in English, and nothing changed.
Code:


<div id="buttonest">
<a class="readon" href="<?php echo sefRelToAbs( $link1 ); ?>" target="_self">
<input class="submit" type="submit" value="test"/></a>
</div>



i changed it when whole div was commented, again i changed it & removed comment tags, still no changes.
the "echo" inside div was commented also, i removed comment // and tried it again. no changes.
it seems another php file is generating it because when page loads & i inspect the input element it has these values:
Code:


<a class="readon" href="http://************" target="_self">
        <input class="submit" type="submit" value="Read more">
</a>


is there another php file have control on it?
Logged Logged
The administrator has disabled public write access.
sajjadbandari (Visitor)
Posts: 0
graphgraph
User Offline
Re:change "Read More" button value - mod_new_property 9 Years, 3 Months ago
Karma: 0  
i changed it from "Read more" to "test"
it doesn't work either
it constantly generates "Read more" again when page reloads regardless to any changes to default.php
does another php file have control on it?
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:change "Read More" button value - mod_new_property 9 Years, 3 Months ago
Karma: 58  
Hello,

You can write to our contact form and we try to help you.
ordasoft.com/About-us/OrdaSoft.html
Joomla Admin

username
password


FTP

FTP host

FTP username

FTP password
If you have other questions, please ask.

Thanks,
Taras
OrdaSoft team
.
Logged Logged
The administrator has disabled public write access.
sajjadbandari (Visitor)
Posts: 0
graphgraph
User Offline
Re:change "Read More" button value - mod_new_property 9 Years, 3 Months ago
Karma: 0  
PROBLEM SOLVED
according to Ordasoft's admins help the "Read more" text in button is editable in another similar file in this location:
templates/freeestate/html/mod_realestatemanager_new_j3/tmpl/default.php

you can edit the value in it.

thank you Ordasoft
Logged Logged
The administrator has disabled public write access.
Go to top
»