CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Joomla Extensions (Moderator: lcdweb) »
  • Search profile title overrides
Pages: [1]

Author Topic: Search profile title overrides  (Read 770 times)

alanski

  • I post frequently
  • ***
  • Posts: 216
  • Karma: 5
  • Cup of tea? Yes please
    • Joomkit
  • CiviCRM version: Version in post
  • CMS version: Joomla
  • MySQL version: 5.0
Search profile title overrides
November 01, 2011, 04:49:14 pm
How can I override the profile search Joomla page title?
The result is appended to the title but is not available in overrides?

The menu page title overide is not picked up by Civi either.

Any Ideas?
In Joomla API set->title is probably available but cant see where Civi is doing it

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: Search profile title overrides
November 01, 2011, 05:49:51 pm
are you familiar with how hooks are used in Joomla+Civi?

if so, you can use the buildForm hook to do something like:

Code: [Select]
if ( $formName == 'CRM_Profile_Form_Search' && $form->getVar('_gid') == 5 ) {
CRM_Utils_System::setTitle( ts('This is a great title') );
}

i'm shooting from the hip a bit, so you'd need to make sure we use _gid instead of _id for the profile id, and such. but something like that should work.
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Joomla Extensions (Moderator: lcdweb) »
  • Search profile title overrides

This forum was archived on 2017-11-26.