OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
SOLVED - Problems viewing on the home page (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

SOLVED - Problems viewing on the home page

nomeitalia (User)
Senior Boarder
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
SOLVED - Problems viewing on the home page 10 Years, 1 Month ago
Karma: 0  
Hi,
My home has two problems:
a) the columns show the field broker and not the title of the house
b) the columns show the full descriptions of the houses

What change do to show the title and only two lines of description of the houses?

I have installed the OS Luxury Apartments December 2013 release luxury_apartments_v7.

quickstart installation qs_luxury_apartments_v7_j32

Thank you
Giuseppe

Logged Logged
Last Edit: 2014/02/01 12:44 By nomeitalia.
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:Problems viewing on the home page 10 Years, 1 Month ago
Karma: 101  
hello

In your module manager go to module Real Estate Manager New Pro
There are turn off show broker and turn on show title

In description word count - please send how many word you wish see
also you need edit below file:
{site}/templates/ordasofttemplate-realestatetemplate/html/mod_realestatemanager_new_pro_j3
find row
Code:

$comment = $row->description;

and replace to
Code:

  $comment = strip_tags($row->description);



Thanks
OrdaSoft team
Logged Logged
Last Edit: 2014/01/31 14:28 By admin.
The administrator has disabled public write access.
nomeitalia (User)
Senior Boarder
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
SOLVED Re:Problems viewing on the home page 10 Years, 1 Month ago
Karma: 0  
ok thanks.

Problem solved.

I modified the code for my needs at approx. line 527:

<?php if ($showtitle == "1" { ?>
<div class="titleest">

<a href="<?php echo sefRelToAbs( $link1 ); ?>" target="_self">
<h5> <i>(<?php echo $row->hcity; ?> </i><?php
if (strlen($row->htitle) > 22)
echo substr($row->htitle, 0, 21), '...';
else { ?>
<?php echo $row->htitle; } ?> </h5>
</a>
</div>

<?php } ?>

I added "h.hcity," between $ selectstring and all ok.

Recommendations are always welcome.

Thank you

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