OS Property support center

add ref to titlepage ?

  • elkin cano
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
11 years 6 months ago #41747 by elkin cano
add ref to titlepage ? was created by elkin cano
how i can add the ref number to the title page... ?

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

More
11 years 6 months ago #41753 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Re: add ref to titlepage ?
Hi,
To add ref into page title, please follow these steps
open file: components > com_osproperty > classes > listing.php
find
//page title
$document->setTitle(OSPHelper::getLanguageFieldValue($property,'pro_name'));
and change to
//page title
$document->setTitle($property->ref.", ".OSPHelper::getLanguageFieldValue($property,'pro_name'));
Good luck
Dam
The following user(s) said Thank You: elkin cano

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

Moderators: Dang Thuc DamNguyen Phu Quan