Hi..
Chrono is excellant... Its serves lots of my requrements.....
I have a query...
I wish to give a field for ex. {name} as title for the page.
Kindly guide... How to...
Thanks in anticipation.
Hi,
Thanks!
try this code in the header box:
<?php global $mainframe; $mainframe->setPageTitle($row->name); ?>
Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi...
I have tried this
<?php global $mainframe;
$mainframe->setPagetitle($row->{name});
?>
and also this
<?php global $mainframe;
$mainframe->setPagetitle($row->name);
?>
In both the cases... I get the URL as Page Title
Kindly guide.
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
The Solution provided on
viewtopic.php?f=5&t=13077&p=26283&hilit=page+title#p26355
does not help in assigning a database field as page title
Is there any solution for assigning a database field for ex. {name} as page title....
Regards,
Harshal