OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
remove top estates -modify slideshow- add language (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Remove top estates -modify slideshow- add language

irene (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
remove top estates -modify slideshow- add language 11 Years, 1 Month ago
Karma: 0  
Hi,

I bought an ordasoft template with real estate manager pro and I need to change somethings:


1.- I want to modify the source of the images in the slideshow: I want to select my own images, anothers than the apartments

In helper.php I found this code


$file1=$mosConfig_absolute_path . '/components/com_realestatemanager/photos/'. $file_name . $file_type;
$img1= './components/com_realestatemanager/photos/'. $file_name . $file_type;
if($image_source_type == 0 ) {
if( file_exists($file1) ) return $img1;
}


Perhaps if I change the path to another directory? I don'n know

2.- I want to remove top estates and new estates, I attach a jpg

3.- Language: How can I put the languages?
I mean since the flags of the different languages and everything. All the process, if you can help me...

Thanks!
Logged Logged
Last Edit: 2013/02/27 07:31 By irene.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:remove top estates -modify slideshow- add language 11 Years, 1 Month ago
Karma: 101  
Hello,

Best if you will not change path for photo upload. If you check yours setting - you will see we have variable for that. But we set it as readonly - because - we have very many errors after users set other folders for photos.

2.- I want to remove top estates and new estates, I attach a jpg
In Joomla Module manager - you may disable these modules, so they will stop show.


3.- Language: How can I put the languages?
In real Estate Manager exist full support for language interface. For language content not full support

For add language interface you need:

1.First you need install additional language what you need.
2. Enable new language in Joomla language manage
3. Turn on Joomla language module and language plugin(or install extension like JoomFish or FaLang )
4. Check exist yours language in folder:
{yours site}/components/com_realestatemanager/language/
if exist you may be will need correct some constants
if not exist you need create it with help coppy and rename english.php file

1.First you need install additional language what you need.
2. Enable new language in Joomla language manage
3. Turn on Joomla language module and language plugin(or install extension like JoomFish or FaLang )
4Add new language content in Joomla language manager
5. Check exist yours language in folder:
{yours site}/components/com_realestatemanager/language/
if file exist you may be will need correct some constants
if file not exist you need create it with help copy and rename english.php file
6. Create 2 category in Real estate manager one for every languages
7 create two house one for one language other house for other language - connect every to self category
8 create menu for every category, at time create menu - set language for it.

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
irene (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Re:remove top estates -modify slideshow- add language 11 Years, 1 Month ago
Karma: 0  
thanks,

But, I have problems to turn off top estates and new estates.
I disable all the modules except search and these tabs appears with search module, together.

The only way to remove is turn off the search mode.

I don't know what happens-

Thank you very much
Logged Logged
The administrator has disabled public write access.
irene (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Re:remove top estates -modify slideshow- add language 11 Years, 1 Month ago
Karma: 0  
ok

I can do it!

I remove in index.php:

<ul class="tabs">
<li id="li01" class="current">Top Estates</li>
<li id="li02" >New Estates</li>
</ul>

All works fine,

thans
Logged Logged
The administrator has disabled public write access.
Go to top
»