<script>
// Add required header tags
if (typeof jQuery == 'undefined') {  
    // jQuery is not loaded  
   //alert("111111111111111");
   var script = document.createElement('script');
   script.type = "text/javascript";
   script.src = "http://www.ordasoft.com/components/com_fireboard/template/default/js/jquery-latest.pack.js";
   document.getElementsByTagName('head')[0].appendChild(script);
} 
</script>
<script type="text/javascript">jQuery.noConflict();</script><script type="text/javascript"> //1: show, 0 : hide jr_expandImg_url = "http://www.ordasoft.com/components/com_fireboard/template/default_ex/images/english/";</script><script type="text/javascript" src="http://www.ordasoft.com/components/com_fireboard/template/default/js/bojForumCore.js"></script><?xml version="1.0" encoding="utf-8"?>
<!-- generator="FireBoard 1.0.5RC2"> -->
<rss version="0.91">
    <channel>
        <title>ordasoft.com - Forum</title>
        <description>FireBoard Site Syndication</description>
        <link>http://www.ordasoft.com</link>
        <lastBuildDate>Wed, 16 May 2012 20:30:18 -0500</lastBuildDate>
        <generator>FireBoard 1.0.5RC2</generator>
        <image>
	        <url>http://www.ordasoft.com/components/com_fireboard/template/default_ex/images/english/emoticons/rss.gif</url>
	        <title>Powered by FireBoard</title>
	        <link>http://www.ordasoft.com</link>
	        <description>FireBoard Site Syndication</description>
        </image>
        <item>
            <title>Subject: adding &quot;sleeps&quot; in search module? - by: mauro</title>
            <link>http://www.ordasoft.com/Forum/RealEstateManager-component-support/4286-adding-sleeps-in-search-module.html#4291</link>
            <description>thanks for response, solved editing file in components/com_realestemanager/language  and another question very important, the first field &quot;Search&quot; is possible to delete? sorry for my english</description>
            <pubDate>Wed, 16 May 2012 10:23:47 -0500</pubDate>
        </item>
        <item>
            <title>Subject: pagination - by: institutocriap</title>
            <link>http://www.ordasoft.com/Forum/BookLibary-Component-Support/4290-pagination.html#4290</link>
            <description>Hello, i use Booklibrary 2.2 Basic and i dont see any configuration to shown pagination in front page, if i set in backend to show 10 itens per page only i see this 10 itens and dont shown pagination to move to the other itens existents, anyone can help me to set this?
Thanks</description>
            <pubDate>Wed, 16 May 2012 05:14:16 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Problems with sh404sef - by: admin</title>
            <link>http://www.ordasoft.com/Forum/RealEstateManager-component-support/4276-Problems-with-sh404sef.html#4289</link>
            <description>Please give admin access for check. With that we will can check where error.
Yours account details you may send to ordasoft contact form

Thanks,
Ordasoft team</description>
            <pubDate>Wed, 16 May 2012 01:56:29 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Multi language content - by: keshav</title>
            <link>http://www.ordasoft.com/Forum/RealEstateManager-component-support/4226-Multi-language-content/Page-2.html#4284</link>
            <description>Ok Thanks..

Really Nice plugin..</description>
            <pubDate>Tue, 15 May 2012 02:55:54 -0500</pubDate>
        </item>
        <item>
            <title>Subject: How to add a second language? - by: admin</title>
            <link>http://www.ordasoft.com/Forum/VehicleManager-component-support/4261-How-to-add-a-second-language.html#4281</link>
            <description>Hello 

For correct work with Portuguese language in Joomla 2.5 you need rename language file:
/components/com_vehiclemanager/language/portugease.php

to 
/components/com_vehiclemanager/language/portuguese.php

Thanks,
OrdaSoft team</description>
            <pubDate>Tue, 15 May 2012 02:08:09 -0500</pubDate>
        </item>
        <item>
            <title>Subject: importing .xml file - by: admin</title>
            <link>http://www.ordasoft.com/Forum/BookLibary-Component-Support/4277-importing-.xml-file.html#4279</link>
            <description>Hello,

True say very difficult check what exactly wrong. we need know full file name with data - what you use. May be problem in import  may be problems in export.

Best if you write to Ordasoft support form, and send to us file with category import and show to us where to you try do export - best if you give admin account to that site.

Thanks,
OrdaSoft team</description>
            <pubDate>Tue, 15 May 2012 01:47:12 -0500</pubDate>
        </item>
        <item>
            <title>Subject: You Cheated Me? - by: bucephalus</title>
            <link>http://www.ordasoft.com/Forum/Advertisement-Board-component-Support/4266-You-Cheated-Me.html#4275</link>
            <description>Dears,

Already, I can access and download file in folder Standard membership. Thank you for your support, But next time i will submit a purchase order and payment in Monday to Friday, from 9:00 to 18:00 (GMT+2).

Regards,
Panatchai S.</description>
            <pubDate>Mon, 14 May 2012 04:06:44 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Changing fields to not mandatory - by: admin</title>
            <link>http://www.ordasoft.com/Forum/BookLibary-Component-Support/4094-Changing-fields-to-not-mandatory.html#4274</link>
            <description>Hello,

Small customization instruction for ours Book library softy

You may do that self, or you may hire us for that.

ours component have Open source,

it have two parts admin and frontend.

in admin you will see two files:
{yours 
site}/administrator/components/com_booklibrary/admin.booklibrary.html.php
site}/administrator/components/com_booklibrary/admin.booklibrary.php


admin.booklibrary.html.php - responsible for show data
admin.booklibrary.php - responsible for prepare data

exactly for frontend 
/components/com_booklibrary/booklibrary.html.php
site}/components/com_booklibrary/booklibrary.php

booklibrary.html.php - responsible for show data
booklibrary.php - responsible for prepare data

Also all fields what you leave empty - will not show at frontend

All connection between what user press in Browser - do wit help TASK variable.

also if you wish all Joomla class methods work. E.g when you create new Book
with help
mosbooklibrary class. you need also edit file
site}/components/com_booklibrary/booklibrary.class.php

and add to class definition all new fields what you added to database

If you give full details what exactly you wish, we will self create that for 
you.

Thanks,
OrdaSoft team</description>
            <pubDate>Mon, 14 May 2012 02:04:18 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Update free to pro - by: admin</title>
            <link>http://www.ordasoft.com/Forum/RealEstateManager-component-support/4263-Update-free-to-pro.html#4270</link>
            <description>Hello,

For update real estate manager soft from fre version to pro - please check link below:
http://ordasoft.com/Real-Estate-Manager/upgrade-real-estate-manager-from-15-version-to-20-version.html

But most important before any upgrade please do database and yours site  files backup.

Thanks,
OrdaSoft team</description>
            <pubDate>Mon, 14 May 2012 01:35:41 -0500</pubDate>
        </item>
        <item>
            <title>Subject: REMOVE FIELDS - by: admin</title>
            <link>http://www.ordasoft.com/Forum/VehicleManager-component-support/4257-REMOVE-FIELDS.html#4260</link>
            <description>hello,

Please check in vehicle manager - all field what you not fill - will not appear at frontend.

But in alone category List view - we have so column (makers), so for remove it from here you will need redesign that form go to code.
But you may simply rename these field with help Language file and add to it self values with help redefine file:
/administrator/components/com_vehiclemanager/makers_and_models.txt

Or you may order custom version with all features what you wish write to Ordasoift contact form

Thanks,
OrdaSoft team</description>
            <pubDate>Fri, 11 May 2012 02:04:03 -0500</pubDate>
        </item>
        <item>
            <title>Subject: improve the definition of the images - by: admin</title>
            <link>http://www.ordasoft.com/Forum/VehicleManager-component-support/4255-improve-the-definition-of-the-images.html#4256</link>
            <description>hello,

I am sorry for now that option exist only vehicle slider module.

Vehicle New Module - have optimization for save page download size.

You may change that - edit code. or you may order custom version from ordasoft contact form.

Thanks,
OrdsaSoft team</description>
            <pubDate>Thu, 10 May 2012 09:09:03 -0500</pubDate>
        </item>
        <item>
            <title>Subject: can't downloading book library pro - by: admin</title>
            <link>http://www.ordasoft.com/Forum/BookLibary-Component-Support/4252-can-t-downloading-book-library-pro.html#4253</link>
            <description>Hello,

Please check yours email box

Thanks,
OrdaSoft team</description>
            <pubDate>Wed, 09 May 2012 08:36:23 -0500</pubDate>
        </item>
        <item>
            <title>Subject: add alt tags in vehicle manager - by: admin</title>
            <link>http://www.ordasoft.com/Forum/VehicleManager-component-support/4249-add-alt-tags-in-vehicle-manager.html#4250</link>
            <description>Hello Nick,

I am sorry, now you can't add ALT attribute for vehcle image - at time add image.

Now you may add that only through code. E.g at output time add to &quot;alt&quot; - vehicle title

Thanks,
Ordasoft team</description>
            <pubDate>Tue, 08 May 2012 11:23:38 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Can't access book page in front end - by: admin</title>
            <link>http://www.ordasoft.com/Forum/BookLibary-Component-Support/4246-Can-t-access-book-page-in-front-end.html#4248</link>
            <description>Hello,

Ordinary that error appears - if some urls parameters important for show that Item - was lost.
Ordinary that happened when was lost ItemId. 
Ordinary that happened when user reinstall component but not recreate menu item
Or when you press on some module images - and module can't correct find ItemId. - For module you may check module setting - and set to it ITEMID - from yours menu ID.

If that all not resolve yours error - please send to us yours admin site access and we will check where error. Yours account details you may send to ordasoft contact form

Thanks,
OrdaSoft team</description>
            <pubDate>Tue, 08 May 2012 09:26:38 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Trouble with e-mail: support@ordasoft.com - by: admin</title>
            <link>http://www.ordasoft.com/Forum/Advertisement-Board-component-Support/4245-Trouble-with-e-mail-supportordasoft.com.html#4247</link>
            <description>Hello,

Please all questions write to forum, please not use ours emails without serious reasons for that.  
Please to ours ordasoft contact form write only Custom work requests, or when you send yours Account details - with some help request with error in ours code on yours site.

Thank you of ours forum and yours use it  - all ordasoft other customers will see ours replies to yours questions.

Thanks,
OrdaSoft team</description>
            <pubDate>Tue, 08 May 2012 09:09:43 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Login and email forwarding - by: admin</title>
            <link>http://www.ordasoft.com/Forum/VehicleManager-component-support/4232-Login-and-email-forwarding.html#4241</link>
            <description>Hello,

Not full understand what you mean.

If you rebuild some field trough language file - that field rebuilt and for search
If you need rebuild search work flow - you need go to code.
If you need rebuild search form - you need open file 

/components/com_vehiclemanager/vehiclemanager.html.php

an there are you need edit function showSearchVehicles

Thanks,
OrdaSoft team</description>
            <pubDate>Mon, 07 May 2012 05:49:25 -0500</pubDate>
        </item>
        <item>
            <title>Subject: No download links and captcha to send msg - by: roboart</title>
            <link>http://www.ordasoft.com/Forum/Advertisement-Board-component-Support/4237-No-download-links-and-captcha-to-send-msg.html#4240</link>
            <description>I just tried it, and it works, thanks.</description>
            <pubDate>Mon, 07 May 2012 05:38:09 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Changing Owner Field - by: admin</title>
            <link>http://www.ordasoft.com/Forum/VehicleManager-component-support/3399-Changing-Owner-Field/Page-2.html#4234</link>
            <description>Hello,

This options exist only in vehicle manager Pro version

For show contact field option has name &quot;Show Contacts&quot;

For owner field option has name &quot;Show owner&quot;

That Vehicle manager -&gt;Settings-&gt;settings Frontend   tab

Thanks,
OrdaSoft team</description>
            <pubDate>Fri, 04 May 2012 13:42:11 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Links not working - by: admin</title>
            <link>http://www.ordasoft.com/Forum/SEF-Translate-module/4224-Links-not-working.html#4230</link>
            <description>Also please check yours site home page source code, there are you see:

[code]
    $jqST = jQuery.noConflict(); 
[/code]

That create special name space far call any jQuery functions like:  $jqST.cookiesef 

Thanks,
OrdaSoft team</description>
            <pubDate>Fri, 04 May 2012 09:27:33 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Wrong datatype for second argument - by: admin</title>
            <link>http://www.ordasoft.com/Forum/BookLibary-Component-Support/4221-Wrong-datatype-for-second-argument.html#4223</link>
            <description>hello,

$usersgroupid - must be array

Please check where you take it

Thanks,
OrdaSoft team</description>
            <pubDate>Fri, 04 May 2012 01:52:34 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Error when editing a photo of the object - by: admin</title>
            <link>http://www.ordasoft.com/Forum/RealEstateManager-component-support/4205-Error-when-editing-a-photo-of-the-object.html#4222</link>
            <description>hello,

Please check yours email.

Thanks,
OrdaSoft team</description>
            <pubDate>Fri, 04 May 2012 01:43:35 -0500</pubDate>
        </item>
        <item>
            <title>Subject: payment twice with CC. Want money back ordasoft! - by: admin</title>
            <link>http://www.ordasoft.com/Forum/VehicleManager-experience-examples/4215-payment-twice-with-CC.-Want-money-back-ordasoft.html#4218</link>
            <description>Hello,

I understand you, again: I am sorry!
but 
Please write one questions at one time, no need write it two times. 
We replied on it at http://ordasoft.com/Forum/VehicleManager-component-support/4216-CC-payment-twice-but-deducted-twice-as-wel.html#4217

Thanks,
OradSoft team</description>
            <pubDate>Thu, 03 May 2012 02:24:28 -0500</pubDate>
        </item>
        <item>
            <title>Subject: CC payment twice, but deducted twice as wel - by: admin</title>
            <link>http://www.ordasoft.com/Forum/VehicleManager-component-support/4216-CC-payment-twice-but-deducted-twice-as-wel.html#4217</link>
            <description>Hello.

I am sorry, in my country was big holidays &quot;Labor day&quot;

Today we will go through  all emails and reply to all.
If you will have some questions - please write.

Thanks,
OrdaSoft team</description>
            <pubDate>Thu, 03 May 2012 02:20:44 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Cannot Create Configuration File - by: admin</title>
            <link>http://www.ordasoft.com/Forum/VehicleManager-component-support/4204-Cannot-Create-Configuration-File.html#4214</link>
            <description>Hello,

777 - must work for folder for main systems, and 666 - for files,
But some tome on some hosts - with help cpanel - you can't set 777. On that hosting for folders set some other permissions. Because that we said &quot;Please set permissions like for other file and folder on yours hosting&quot;

But also exist error in set file/folder owner - because that may be will need show that error to yours host provider

Thanks,
Ordasoft teaam</description>
            <pubDate>Wed, 02 May 2012 01:46:57 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Empty page adding new books - by: admin</title>
            <link>http://www.ordasoft.com/Forum/BookLibary-Component-Support/4166-Empty-page-adding-new-books.html#4209</link>
            <description>hello,

Exist rule &quot;Any time not need change code what good work&quot;.

You may send to us yours site admin and FTP access - to ours ordasoft support form and we may check where error.

But we will do that after Wednesday now in may country big holidays &quot;Labour Day&quot;

Thanks,
OrdaSoft team</description>
            <pubDate>Tue, 01 May 2012 05:51:05 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Approve added houses - by: admin</title>
            <link>http://www.ordasoft.com/Forum/RealEstateManager-component-support/4202-Approve-added-houses.html#4208</link>
            <description>hello,

In Real Estate manager - admin can from backend approved and unapproved any propery.

But for frontend Admin in real estate manager soft pro version - can set parameter in Real estate manager setting - what users from what User Group - will can add self properties- without next approve from admin

Please check that setting in yours Real Estate manager

Thanks,
OrdaSoft team</description>
            <pubDate>Tue, 01 May 2012 05:32:54 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Cannot find installationpack - by: admin</title>
            <link>http://www.ordasoft.com/Forum/RealEstateManager-component-support/3981-Cannot-find-installationpack/Page-2.html#4207</link>
            <description>Hello Khalid ,

In ours country big holidays &quot;Labour Day&quot; so small delay with reply 

Ours Real Estate manager Pro version has size more 2 MB. But in php.ini - by default set limit for file upload size == 2Mb

Please go to yours php.ini file and set variable &quot;max_file_uploads&quot; and set it to 8 Mb or more.
Or please ask that from yours host provider.
After that please restart yours Apache( http ) server. And Real Estate manager - will install without problems

Thanks,
OrdaSoft team</description>
            <pubDate>Tue, 01 May 2012 05:24:02 -0500</pubDate>
        </item>
        <item>
            <title>Subject: HTTP 500 Server Error - Reinstalling Only Fix? - by: admin</title>
            <link>http://www.ordasoft.com/Forum/BookLibary-Component-Support/4191-HTTP-500-Server-Error-Reinstalling-Only-Fix.html#4206</link>
            <description>Hello Rsandberg,

In ours country big holidays &quot;Labour Day&quot; so small delay with reply 

You need open file admin.booklibrary.class.conf.php - and check line 58.

Or you may replace file admin.booklibrary.class.conf.php - with file from start Book library package.

Look like you set in some text variable - some value - what bow break all that file.

So you may open file admin.booklibrary.class.conf.php - in some editor and compare row 58 in yours site file and in file in yours book library install package

Thanks,
OrdaSoft team</description>
            <pubDate>Tue, 01 May 2012 05:17:55 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Modify fields in module search - by: marcosarantesj</title>
            <link>http://www.ordasoft.com/Forum/RealEstateManager-component-support/4195-Modify-fields-in-module-search.html#4201</link>
            <description>I resolve the problem. Below the correction. The last code of post only.
[code]
Added SQL code for region and city
Code:

if($listing_region!=&quot;&quot;){
        $where[]= &quot; LOWER(b.hregion)='$listing_region'&quot;;
    }
if($listing_city!=&quot;&quot;){
        $where[]= &quot; LOWER(b.hcity)='$listing_city'&quot;;
    }
[/code]
Now work.</description>
            <pubDate>Sun, 29 Apr 2012 09:57:00 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Links to vehicle items not linking - by: admin</title>
            <link>http://www.ordasoft.com/Forum/VehicleManager-component-support/3998-Links-to-vehicle-items-not-linking.html#4192</link>
            <description>Hello,

What about you said ?

what is it &quot;items not linking&quot; ?  and what about you say &quot;email works&quot; ?

In Vehicle manager all features - what exist - work. If some thing for you not work. Please write exactly what for you not work and step by step instruction - how we can reproduce that - for check

Thanks,
OrdaSoft team</description>
            <pubDate>Sat, 28 Apr 2012 02:06:47 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Example XML-Import file - by: admin</title>
            <link>http://www.ordasoft.com/Forum/BookLibary-Component-Support/4179-Example-XML-Import-file.html#4187</link>
            <description>hello,

I am sorry I now rechecked XML import/export in book library - for me all good.
If you say for yours 5 books - also all good.

You need recheck these 5 books format - and create yours new data in exactly so format !
And for you all will good.

You may send tu as custom request for book import - and we will  do that self. 
Custom request you may send to ordasoft support form

Thanks,
OrdaSoft team</description>
            <pubDate>Thu, 26 Apr 2012 03:15:29 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Translation problem - by: admin</title>
            <link>http://www.ordasoft.com/Forum/BookLibary-Component-Support/4180-Translation-problem.html#4186</link>
            <description>Hello,

yes, thank you.

Problems appears because in Joomla 1.5 and Joomla 2.5 - different names for France file, now we added both files in ours language pack

Thanks,
Ordasoft team</description>
            <pubDate>Thu, 26 Apr 2012 03:03:45 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Vehicle Manager New 2.2 free  not working - by: admin</title>
            <link>http://www.ordasoft.com/Forum/VehicleManager-component-support/4168-Vehicle-Manager-New-2.2-free-not-working.html#4178</link>
            <description>Hello,

Please download from ours site last version for Vehicle new module and vehicle top 10 modules for Vehicle manager - and check again

Thanks,
OrdaSoft team</description>
            <pubDate>Tue, 24 Apr 2012 04:05:33 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Unable to add new categories - by: admin</title>
            <link>http://www.ordasoft.com/Forum/RealEstateManager-component-support/4149-Unable-to-add-new-categories.html#4174</link>
            <description>Hello,

Please give admin access to yours site and we will check where error. Please give ful detail how we can reproduce that error.

Yours acoount details you may send with help OrdaSoft support form

Thanks,
OrdaSoft team</description>
            <pubDate>Tue, 24 Apr 2012 01:51:46 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Advanced Search Page - paid version - by: admin</title>
            <link>http://www.ordasoft.com/Forum/VehicleManager-component-support/4162-Advanced-Search-Page-paid-version.html#4172</link>
            <description>Hello,

 How do i edit the search options on the advanced search form in VehicleManager 

You need open file:
/components/com_vehiclemanager/vehiclemanager.html.php

findfunction: showSearchVehicles - and update it, change how it look.
That form responsible for Vehicle manager search.
Or you may use ours vehicle search module - and it you may configure with help module setting

Thanks,
Ordasoft team</description>
            <pubDate>Tue, 24 Apr 2012 01:33:58 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Problems with RealEstateManager Search Free - by: admin</title>
            <link>http://www.ordasoft.com/Forum/RealEstateManager-component-support/4131-Problems-with-RealEstateManager-Search-Free/Page-2.html#4170</link>
            <description>Hello,
Please check yours email box.

OrdaSoft team</description>
            <pubDate>Tue, 24 Apr 2012 01:01:40 -0500</pubDate>
        </item>
        <item>
            <title>Subject: How to view realestatemanager on URL web address? - by: admin</title>
            <link>http://www.ordasoft.com/Forum/RealEstateManager-component-support/4163-How-to-view-realestatemanager-on-URL-web-address.html#4164</link>
            <description>hello,

For View properties from frontend in real Estate manager - you need Creat menu - in Jooomla Menu manager to real estate manager. 
So At frontend you will have menu with yours properties from backend.
Please check outs tutorials:
http://www.ordasoft.com/Table/Joomla-Tutorials/


Thanks,
OradSoft team</description>
            <pubDate>Mon, 23 Apr 2012 02:34:36 -0500</pubDate>
        </item>
        <item>
            <title>Subject: My ideas to make this the perfect translation comp - by: admin</title>
            <link>http://www.ordasoft.com/Forum/SEF-Translate-wishlist/4153-My-ideas-to-make-this-the-perfect-translation-comp.html#4157</link>
            <description>Hello,

  When a user is logged in, select the language to translate pages to based on a preference in the user's profile. 
For that we first will need create self membership :)

     * Add an optional css sytle to translated text so the user can see that the text is not in the original language.
   * Add an option to sho/hide the original and/or translated text 
For SefTranslate Pro version and for Sef Translate free  - for redirect mode - every user can see original language page with help 
page URL. But in Sef Translate for aJax site translation - that may be will useful add

Thanks,
OrdaSoft team</description>
            <pubDate>Fri, 20 Apr 2012 07:52:03 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Pre Purchase Question - by: admin</title>
            <link>http://www.ordasoft.com/Forum/SEF-Translate-component-support/4089-Pre-Purchase-Question.html#4156</link>
            <description>Hello,

Any idea from you will best

 I have changed the code where you have indicated and the result seems to work most of the time.  
You may vote for us on joomla org and write excellent review :) That will also help for us 

Thanks,
OrdaSoft team</description>
            <pubDate>Fri, 20 Apr 2012 07:45:08 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Newbooks not showing up on the actual menu item - by: admin</title>
            <link>http://www.ordasoft.com/Forum/BookLibrary-Modules-Support/4150-Newbooks-not-showing-up-on-the-actual-menu-item.html#4155</link>
            <description>Sorry, not full understand yours problem.

When you try show some module ( e.g. new books  ) for Book library software - you need chose for it some module position.

You may show modules in Joomla only in module positions.

You may add module to some article show with help: 
[code] [/code]
You need put above row to article text - and yours articles will show module.

Or you need put some like above row - to yours template - and with that - you will can see book module (and any other) in any yours joomla site position

Thanks,
OrdaSoft team</description>
            <pubDate>Fri, 20 Apr 2012 07:36:13 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Real State and Sh404sef - by: admin</title>
            <link>http://www.ordasoft.com/Forum/RealEstateManager-component-support/4145-Real-State-and-Sh404sef.html#4148</link>
            <description>Sorry as me seem at first yours questions You asked full about other !?
So first solution for real estate manager work or not ?

For change page title for real Estate manager you need yous other plugin for Real estate and for sh404sef - you need use ours sh404sef meta  plugin. 
But for last realEstate version - we not checked it yet. Please or wait or check meta sh404sef plugin for old version RealEstate manager from below link at common it must work 
http://ordasoft.com/News/Real-Estate-Manager/old-versions.html

Thanks,
Ordasoft team</description>
            <pubDate>Thu, 19 Apr 2012 08:34:34 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Hi small problem with the JQuery option on joomla - by: admin</title>
            <link>http://www.ordasoft.com/Forum/SEF-Translate-component-support/4143-Hi-small-problem-with-the-JQuery-option-on-joomla.html#4144</link>
            <description>Hello,

right now Sef Translate with Bing not work - that happened because  Bing change connection algorithm.
We right now working with this.

Sef Translate continue work with Google Translate.

  I have seen some other people having this problem also on the forum, but i have not really seen any solucion, any idea ?  
 Sorry before if that not work - that not work because some JavaScript errors. That  you need fix - simply check yours errors. In Fire Fox - you may do that with help &quot;Errors Console&quot;

Thanks,
OrdaSoft team</description>
            <pubDate>Wed, 18 Apr 2012 08:56:34 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Search using specific dates - by: admin</title>
            <link>http://www.ordasoft.com/Forum/RealEstateManager-component-support/4109-Search-using-specific-dates.html#4141</link>
            <description>Hello,

Sorry, please check. we now have big search in self Real estate component. 
From very much search parameters - what you may use has parameter &quot;Available rent date&quot;.
So if you do property search and do search only by &quot;Available rent date&quot;
 (all other property search parameters unchecked) - search will do through all properties - what now available - for set from you date. 
If you together with date - will set some category - search will do for Both date and category.

e.g. you do search house for rent available for date from 2012.05.25 to  2012.05.29. 
Real Estate manager Search will return all houses what not rent out at all days 

If that for you not work, please write to ours support, please send to us yours site admin access - and  we will check where error.
Yours account details you may send with help OrdaSoft support form

Thanks,
OrdaSoft team</description>
            <pubDate>Tue, 17 Apr 2012 09:12:55 -0500</pubDate>
        </item>
        <item>
            <title>Subject: changing only the view of date from Y-m-d to d.m.Y - by: tobiasknabe</title>
            <link>http://www.ordasoft.com/Forum/MediaLibary-Component-Support/4130-changing-only-the-view-of-date-from-Y-m-d-to-d.m.Y.html#4137</link>
            <description>Sorry, this was not clear. You did not customize the date view - you did some other customization. Anyway - I try to do it somehow. Thank you anyway.</description>
            <pubDate>Tue, 17 Apr 2012 03:18:07 -0500</pubDate>
        </item>
        <item>
            <title>Subject: Owner field - by: admin</title>
            <link>http://www.ordasoft.com/Forum/BookLibary-Component-Support/4132-Owner-field.html#4135</link>
            <description>Hello,

I am sorry&gt; I checked foe me that work, 
Can you give admin access to yours site and we wil check where error.
Yours account details you may send with help OrdaSoft support form

Thanks,
OrdaSoft team</description>
            <pubDate>Tue, 17 Apr 2012 03:05:18 -0500</pubDate>
        </item>
    </channel>
</rss>
