• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Title of the article page in a visible field

Title of the article page in a visible field 15 years 3 days ago #7353

  • sanchez
  • sanchez's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Please, how to put the title of the article page in a visible field?
//<code>
return $article->title;
//</code>

this code does not work

How to do it?
The administrator has disabled public write access.

Re:Title of the article page in a visible field 15 years 3 days ago #7354

  • bogdan
  • bogdan's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 122
  • Thank you received: 4
Hello ,

Try this :

//<code>
$doc = &JFactory::getDocument();
return $doc->getTitle();
//</code>
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here

RSJoomla! Development Team
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!