The only way you will get it on the add or edit listing pages is to copy the functions to your addon and change them for what you need. Then change the OR admin template to point to your modified...
Type: Posts; User: pbflash
The only way you will get it on the add or edit listing pages is to copy the functions to your addon and change them for what you need. Then change the OR admin template to point to your modified...
What you want to do is a great idea but it would require replacing the core add and edit listing functions. Not that hard to do prior to version 3 as you could copy the core functions to the addon...
You would need an addon to replace the add listing function to do what you want.
bit,
mysql tuning is not a 1 time settings change and your done. There are a lot of variables that come into play on a mysql server as mentioned above. I spent 6 weeks tuning my server for optimal...
I'm sure OR 3 will be a huge success. Unfortunately, it's not going to work with the other projects I'm already involved in and I need to focus more time on them.
First of all I would say that I think this is a good move for OR. As mentioned others have been taking OR code and selling it as their own and this will prevent that from continuing.
What really...
Note: It is not related to using CMS Realty. It has been tested running OR stand alone and select multiple and checkbox fields are not retaining their values. Single selects and text fields are...
The forum is not for support of commercial products. Please open a support ticket with Transparent Tech.
http://www.transparent-support.com
It is using the OR mailing function to send the emails. You can see it in the email headers.
X-Mailer: Open-Realty 2.5.7 - Installed at http://northcentralminnesotaland.com
If they were just...
My XML feed addon can create an outgoing feed to rightmove.
My XML export addon is only $25 and is setup to allow multiple export feeds to an unlimited number of other sites. Each outgoing feed has it's own template based on the requirements of each site.
This would require core file changes which are not recommended or supported and can only be discussed in the sandbox area of the forum. My contact form addon allows you to change the subject and do...
Email me at pbflash at gmail dot com and I can send you a file to replace in the CMS Realty component to fix the problem
It could be due to the 165 validation errors in the html code. I would get them fixed and then see if it works in all browsers.
...
You need quotes around the values you are inserting. The values section should be:
VALUES(\'\', \' '.$announcementdb_date.' \', \' '.$announcementdb_subject.' \', \' '.$announcementdb_message.'...
Really backed up on emails. Will look for it when I get home from work tonight and respond.
Check the docs. There are template tags to let you display individual fields and you can format them the way you want instead of using the template sections like top_left.
Your sql statement has an error with the quotes somewhere. Looks like it is here: VALUES('.".', '
I think maybe the '' needs to be escaped (\'\').
This is why core file changes are not recommended unless you are an experienced PHP coder.
An empty screen usually indicates a PHP error. You need to check the server error logs to get the exact...
No need to make a post that points to another one.
Happy Birthday. Hope you have a great day.
I don't recall seeing one like that available but I have created similar ones for others. If you're interested send me a PM or email and I will get back to you when I get home from work tonight.
An agent can add a listing by logging into the admin area of the site. A member can not add a listing.
For the agent signup you need to add the agent signup link to the main.html file of the...
I think there are a few available in the addons area.
OR sets the action to index of it is null or not set.
Try:
if ($_GET['action'] != 'index')