Welcome, Guest
Username Password: Remember me

Not showing the propertyinfo in the list
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Not showing the propertyinfo in the list

Not showing the propertyinfo in the list 11 months, 3 weeks ago #711

I have a new problem. In the Mira list after a search, there is some info, and the a button to get MORE INFO.
On some of the objects i put in there is a lot of text, as it should be.
But in some there is NONE...
And on one there is only this;
4 spacious bedrooms, five bat... More info
Not so much info.

I think this is a bug somewhere.
I used the plugin to duplicate a property, maybe that have something to do with this.
How can i check it?

MAYBE it can be that the counter for description limit recognize the three properties as ONE..and there is no room on the last one to get any description.
OR it is a bug with the counter.

Do you have any idea where i can start to look?
When i duplicate a property maybe there is a id, that dont changes, some of the properties maybe have the same id somehow?
Last Edit: 11 months, 3 weeks ago by pierrehammar.

Re: Not showing the propertyinfo in the list 11 months, 3 weeks ago #712

  • piranha
  • OFFLINE
  • Jomres Extras Developer
  • Posts: 532
Please note that when you duplicate a property, all property custom text/translations will be duplicated too, so you`ll need to edit the property details text again and make adjustments where necessary.
Also note that the cloning plugin only works if you`re using the Advanced tariff editing mode.
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page

Re: Not showing the propertyinfo in the list 11 months, 3 weeks ago #713

yes, i make the nescessary changes, but i think there is some problem with some id or something, because now when i extend the text to me 300 letters, then i see little bit more text on the others.

So something is counting letters in description, but dont ZERO it self when it comes to these three properties, it counts 300 total of three, not on each.
So, if i can see some id in some database or whereever and change it, maybe it will be ok.
I will look in the script where it counts the letters and see if i see it there. I sounds strange, but the letters total matching my figure in the settings, and it is JUST for these three that i cloned. number one, have full description, number 2 half, and number three NONE.
Then when i extend the number, number 1 and 2 have full description and number three little bit. I will check.

Re: Not showing the propertyinfo in the list 11 months, 3 weeks ago #714

  • piranha
  • OFFLINE
  • Jomres Extras Developer
  • Posts: 532
Have a look at the _jomres_custom_text and _jomres_properties tables in the db, maybe you can find something there...
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page

Re: Not showing the propertyinfo in the list 11 months, 3 weeks ago #715

Yes, i will check the tables.
but there has to be a bug somewhere. somewhere there is a check for how many letters mira should show in the list, and somwhow the counting of letters fails, there is three properties that is joint together somehow, so together they gets what i says in the settings for how many letters it should be in the propertylistning.

Now i am doing a new property and i will see what happens, but there is a lot of work with the extras and all the text if i make it from scratch. It is lot easier just to clone it. So I have to solve the problem somehow.

Maybe i have the normal tariffs...and make a clone, maybe thats why.
I can change it to advance and then try with another one.

Re: Not showing the propertyinfo in the list 11 months, 3 weeks ago #716

  • piranha
  • OFFLINE
  • Jomres Extras Developer
  • Posts: 532
Mira doesn`t handle the number of letters displayed in any way. The description limit is handled in j01010listpropertys.class.php, line 418 where you see:

$property_deets['PROPERTYDESC']= substr($propertyDesc,0,$jrConfig['propertyListDescriptionLimit'])."...";
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page

Re: Not showing the propertyinfo in the list 11 months, 3 weeks ago #717

Yes the new one works. So when I clone a property it doesnt. BUT i cannot change the tariffs to advanced, there is only normal on the button. I think something is wrong with the database...
Last Edit: 11 months, 3 weeks ago by pierrehammar.

Re: Not showing the propertyinfo in the list 11 months, 3 weeks ago #718

SOLVED THE PROBLEM!!!
It was text that I translated trough google, from swedish to english. It looked OK in the box, but it was a LOT of code in it, I saw that code in the database, but you could not see it in the description. So, now i just cut the text, go trough notepad and then in with it again, then it is working.

Thanks for the help...
  • Page:
  • 1
Time to create page: 0.83 seconds