RSS
Home Forum v3
Welcome, Guest
Please Login or Register.    Lost Password?

Adding Full Property Description To Default Templa
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Adding Full Property Description To Default Templa
#1335
Adding Full Property Description To Default Templa 2 Years, 2 Months ago Karma: 0
Hi there,

Could you please tell me how to add the full property "description" text to the "Default" layout template.

I want the full property description to be displayed just above the google map when you press the "view details" button.

I am currently using the "layout template property details - "Default" option.

I have attached a file to help explain further.



File Attachment:
File Name: layout.doc
File Size: 99328



kind regards
propertytips
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/03/18 07:16 By propertytips.Reason: Adding files
The administrator has disabled public write access.
 
#1341
Re:Adding Full Property Description To Default Templa 2 Years, 2 Months ago Karma: 0
Hi Admin,

I really need some help here.
propertytips
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1359
Re:Adding Full Property Description To Default Templa 2 Years, 2 Months ago Karma: 59
\components\com_properties\views\templates\details.php
line 360
move this code

<table width="100%" >
<tr>
<td width="100%" align="justify">

<?php echo $Product->description; ?><br />
</td>
</tr>
</table>



to line 792
before this code


if($ActivarMapa == 1){

add PHP tags
this is the result



?>
<table width="100%" >
<tr>
<td width="100%" align="justify">
<?php echo $Product->description; ?><br />
</td>
</tr>
</table>
<?php
if($ActivarMapa == 1){
administrator
Admin
Posts: 544
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1