The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Plugin in
PostPosted: Thu Jul 26, 2007 12:39 pm 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Sat May 20, 2006 7:58 am
Posts: 247
Location: Norway
Hi,

I need to insert some extra CSS and JavaScript in the part of my template, if the content contains a specific CSS class. Finding the CSS class and that logic is no problem, but how do I get the plugin to echo something in the section of the template?

Stian


Top
 Profile  
 
 Post subject: Re: Plugin in
PostPosted: Thu Jul 26, 2007 12:45 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Sep 15, 2005 5:09 am
Posts: 527
Location: Greece
Have you read this tutorial?

http://dev.joomla.org/component/option, ... s:plugins/

_________________
Joomla sites. http://www.webcase.gr Υπηρεσίες Internet, websites, Joomla! dedicated services.


Top
 Profile  
 
 Post subject: Re: Plugin in
PostPosted: Thu Jul 26, 2007 1:34 pm 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Sat May 20, 2006 7:58 am
Posts: 247
Location: Norway
I have now, and is no wiser. I'm trying the following (I guess I'm way out here?):

In the plugins/content directory I have javacss.php (and correspondig xml file) containing:
Code:
<?php
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );

function displayJavaCSS()
{
   echo 'Bla, bla, bla...';
}
?>


In my template file I have the following i the section:
Code:
<?php
$mainframe->triggerEvent( 'onPrepareContent', 'displayJavaCSS' );
?>


Nothing happens. What am I doing wrong? A lot, I guess  :(

Stian


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 



Who is online

Users browsing this forum: mmelly55, W3C [Validator] and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group