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) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Microdata Implementation
Pages: [1]

Author Topic: Microdata Implementation  (Read 660 times)

ironicsky

  • I’m new here
  • *
  • Posts: 6
  • Karma: 0
  • CiviCRM version: 4.0.8
  • CMS version: Joomla 1.7.3
  • MySQL version: 5
  • PHP version: 5
Microdata Implementation
February 27, 2012, 01:22:08 pm
I am looking to implement Microdata, specifically schema.org on my civicrm based joomla site, as I have done on a lot of my Wordpress based sites. However, I am stumped as to where CiviCRM is storing its template files public_html/components/com_civicrm/views/ seems to be missing a substantial amount of code, considering how complex the program is. Can anyone point me in the right direction as to where things are stored so I can make the appropriate changes?

I'd happily contribute my changes to the project once I finish them on my own site.

Thanks!
Kevin

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: Microdata Implementation
February 27, 2012, 01:33:47 pm
civicrm bypasses the joomla templating method and uses its own smarty templating system (in part because it's creates a common template method across all three platforms -- joomla/drupal/wordpress).

see: administrator/components/com_civicrm/civicrm/templates/
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

ironicsky

  • I’m new here
  • *
  • Posts: 6
  • Karma: 0
  • CiviCRM version: 4.0.8
  • CMS version: Joomla 1.7.3
  • MySQL version: 5
  • PHP version: 5
Re: Microdata Implementation
February 27, 2012, 01:52:30 pm
Quote from: lcdweb on February 27, 2012, 01:33:47 pm
civicrm bypasses the joomla templating method and uses its own smarty templating system (in part because it's creates a common template method across all three platforms -- joomla/drupal/wordpress).

see: administrator/components/com_civicrm/civicrm/templates/

Thank you for the reply. Is there a way to tell apart front-end templates and back-end templates?

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: Microdata Implementation
February 27, 2012, 02:25:44 pm
there's no strict distinction in civicrm
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Microdata Implementation

This forum was archived on 2017-11-26.