OS Property support center

Futured agent and featured property module

  • Dejan Randjelovic
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 9 months ago - 9 years 9 months ago #64718 by Dejan Randjelovic
SOLVED!!Futured agent and featured property module was created by Dejan Randjelovic
Hi,
I need featured agent module and I need to separate agents by company,
Also I need somehow to make the featured properties module to sort properties ba hits.
Can you help me please
Last edit: 9 years 9 months ago by Dejan Randjelovic.

Please Log in or Create an account to join the conversation.

More
9 years 9 months ago #64723 by Mr. Dam
Replied by Mr. Dam on topic Futured agent and featured property module
Hi Dejan,
I send you the Features agents module here, it allows you to show the featured agents of your OS Property system. But it doesn't have feature to list agents of specific company.
By the way, you can setup the Random properties module to make it to show Featured properties with sorting by "Hits"
Thanks
Dam
Attachments:

Please Log in or Create an account to join the conversation.

  • Dejan Randjelovic
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 9 months ago #64773 by Dejan Randjelovic
Replied by Dejan Randjelovic on topic Futured agent and featured property module
Random properties module do not have sorting by "Hits"
Attachments:

Please Log in or Create an account to join the conversation.

More
9 years 9 months ago #64790 by Mr. Dam
Replied by Mr. Dam on topic Futured agent and featured property module
Hi Dejan,
You can solve by this solution, please open file: modules > mod_ospropertyrandom > mod_ospropertyrandom.xml by notepad and find
Code:
<field name="orderby" type="radio" class="btn-group" default="p.created" label="Order by" description="Select Order by"> <option value="p.created">Created</option> <option value="p.ref">Ref #</option> <option value="p.pro_name">Title</option> <option value="p.isFeatured">Featured</option> <option value="p.soldOn">Sold On</option> <option value="p.price">Price</option> <option value="rand()">Random</option> </field>

and replace by
Code:
<field name="orderby" type="radio" class="btn-group" default="p.created" label="Order by" description="Select Order by"> <option value="p.created">Created</option> <option value="p.ref">Ref #</option> <option value="p.pro_name">Title</option> <option value="p.isFeatured">Featured</option> <option value="p.soldOn">Sold On</option> <option value="p.price">Price</option> <option value="rand()">Random</option> </field>

Thanks
Dam

Please Log in or Create an account to join the conversation.

More
9 years 9 months ago #64791 by Mr. Dam
Replied by Mr. Dam on topic Futured agent and featured property module
Sorry, you can replace by this

Hi Dejan,
You can solve by this solution, please open file: modules > mod_ospropertyrandom > mod_ospropertyrandom.xml by notepad and find
Code:
<field name="orderby" type="radio" class="btn-group" default="p.created" label="Order by" description="Select Order by"> <option value="p.created">Created</option> <option value="p.ref">Ref #</option> <option value="p.pro_name">Title</option> <option value="p.isFeatured">Featured</option> <option value="p.soldOn">Sold On</option> <option value="p.price">Price</option> <option value="rand()">Random</option> </field>

and replace by
Code:
<field name="orderby" type="radio" class="btn-group" default="p.created" label="Order by" description="Select Order by"> <option value="p.created">Created</option> <option value="p.ref">Ref #</option> <option value="p.pro_name">Title</option> <option value="p.isFeatured">Featured</option> <option value="p.soldOn">Sold On</option> <option value="p.price">Price</option> <option value="rand()">Random</option> <option value="p.hits">Hits</option> </field>

Thanks
Dam

Please Log in or Create an account to join the conversation.

  • Dejan Randjelovic
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 11 months ago #133731 by Dejan Randjelovic
Replied by Dejan Randjelovic on topic Futured agent and featured property module
Greeting,
you answered this question over 4 years ago, but I no longer have a site administrator, so I would ask if you could tell me how to get the code I should change?
I apologize a lot for bothering you, but I need this.
I thank in advance.
Greetings from Serbia

Please Log in or Create an account to join the conversation.

More
4 years 11 months ago #133922 by Mr. Dam
Replied by Mr. Dam on topic Futured agent and featured property module
Hi Dejan,
Could you please tell me what do you want to change?
Thanks
Dam

Please Log in or Create an account to join the conversation.

  • Dejan Randjelovic
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 11 months ago #133923 by Dejan Randjelovic
Replied by Dejan Randjelovic on topic Futured agent and featured property module
I need somehow to make the featured properties module to sort properties ba hits.

Sorry for the translation because google does not translate properly.

In the previous messages you sent me the code that I should enter into the OSSproperty component, but if it's not a problem for you to tell me how to get into the code, how can I change it?

Sorry, I was left without a site administrator and I have to do this myself.

Thank you very much for your kindness. Greetings from Serbia

Please Log in or Create an account to join the conversation.

More
4 years 11 months ago #133950 by Mr. Dam
Replied by Mr. Dam on topic Futured agent and featured property module
Hi Dejan,
The solution has been mentioned in my above reply. Have you tried to add it into your Random Properties module?
Thanks
Dam

Please Log in or Create an account to join the conversation.

  • Dejan Randjelovic
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 11 months ago #133988 by Dejan Randjelovic
Replied by Dejan Randjelovic on topic Futured agent and featured property module
Yes yes, thanks for that, but since I was left without an administrator I would have to do it myself. However, if you could help me by telling me how to get the codec so I can modify it, I would be very grateful.
Maybe google does not translate well. You have already given me the code in previous posts. All you need to do is tell me how to get to a place where the code changes and I'll be able to continue on my own.

Greetings from Serbia

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan