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 »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Customized Screen. . . not happening
Pages: [1]

Author Topic: Customized Screen. . . not happening  (Read 945 times)

gtothab

  • Guest
Customized Screen. . . not happening
April 07, 2009, 12:42:14 pm
Hey,

So Im trying to customize the "manage events" page by way of the "ManageEvent.tpl" file. So i copy/paste this file into a custom directory and modify it. Then i got to civicrm/admin/setting/path?reset=1 and I type in the path to the directory i just created. Then i go to the URL: civicrm/&directoryCleanup=1 while in debug mode to flush out the system. For some reason this is not working since the changes i made to the file are not displaying on the page in question.

The name of the custom directory i put the copy of the tpl file is custom_civicrm and I replicated the original directory structure by placing the actual file here: custom_civicrm/templates/CRM/Event/Page/ManageEvent.tpl.php

The path i specified in the civicrm/admin/setting/path?reset=1 page was C:/wamp/www/event/civicrm_custom/

What am I missing??

Thanks,

Fernando

Kiran Jagtap

  • Ask me questions
  • ****
  • Posts: 533
  • Karma: 51
Re: Customized Screen. . . not happening
April 07, 2009, 11:48:58 pm
hi,

Quote
custom_civicrm/templates/CRM/Event/Page/ManageEvent.tpl.php
make sure file should be place like : civicrm_custom/templates/CRM/Event/Page/ManageEvent.tpl
( ie remove .php extension )

Quote
The path i specified in the civicrm/admin/setting/path?reset=1 page was C:/wamp/www/event/civicrm_custom/
specify path : C:/wamp/www/event/civicrm_custom/templates

Then clean-up the compiled templates directory, usually by deleting all the directories under your templates_c directory.
You might want to read more about build customize screens

HTH
kiran
You Are Designed To Choose... Defined By Choice.

gtothab

  • Guest
Re: Customized Screen. . . not happening
April 08, 2009, 08:21:13 am
Kiran thanks so much! That worked like a charm on the first go! Your help is much appreciated :)

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Customized Screen. . . not happening

This forum was archived on 2017-11-26.