Joomler!.net - Decided on Joomla!

デル株式会社

Jboard is Multiple Board!

Latest Posts

jQuery JS on component pages ? - cb register page
Avatar rexkramer 2010/05/28 07:55
Really cool and elegant plugin. Though, I doubt i can load and "access" the JS scrip...
Re:Installation?
Avatar kicmail 2010/04/25 05:26
念のため、私は日本語英語から私の質問を翻訳するGoogleの翻訳を使用しています。ですから、日本語で対応するならば、私はもう一度参考に応答を決定するためにGoogleの翻訳を使用して試すことがで...
Problems with Custom Head Tag (SOLVED)
Avatar Homer55 2010/04/06 06:08
Greetings, Joomler: > I seem to be having some problems with your Custom Head Tags plug-in....
Re:Content ToHeader plugin
Avatar NumericalExampleCom 2009/04/03 19:27
I am using toheader plugin and the custom head tag plugin now on a japanese website as well: www....
Re:Custom head tag question...
Avatar Joomler! 2008/10/15 08:20
Hi, The content of Head tag is obtained by the following codes. $mainframe->_head; And...

Popular Posts

Custom head tag question...
Avatar tomcat 2008/10/13 17:08
Can you tell me, can I add php code in custom head tag mambot or use include function to call a f...
Content ToHeader plugin
Avatar NumericalExampleCom 2008/08/10 17:15
I wrote a content plugin that complements the CustomHeaderTag Plugin: the ToHeader Content Plugin...
enhancement for custom head plugin
Avatar NumericalExampleCom 2008/07/20 20:15
Hello, Thanks for writing the custom head tag joomla plugin ! This is an absolutely great plug...
jQuery JS on component pages ? - cb register page
Avatar rexkramer 2010/05/28 07:55
Really cool and elegant plugin. Though, I doubt i can load and "access" the JS scrip...
Installation?
Avatar kicmail 2010/04/24 11:17
Anyone have any thoughts why I can't get this thing installed into Joomla 1.5? When I try to inst...

Forum Stats

All times are UTC + 9 hours
Total Topics:201
Total Posts:1137
New Members:
Avatar JimJo

Forum Online

Total Online:62
Total Guest:62
Bottom
Home » Support » Plugins » Free Plugin » Custom Head Tag » Custom head tag question...
Custom head tag question...
Custom head tag question...
Monday, 13 October 2008 17:08
0 votes
Can you tell me, can I add php code in custom head tag mambot or use include function to call a file which needs me in head section?
I tried to include file, but source only shows me what I typed in mambot.
tomcat
Fresh Boarder
Fresh Boarder
2
2008/10/14
Re:Custom head tag question...
Tuesday, 14 October 2008 08:40
0 votes
Hi,
Thank you for use it.

This extension cannot add PHP Code.

Do you add PHP Code in your template?

example:
if($Itemid == yourmenu_id){
 yourPHPcode....
}


Thanks
Joomler!
Platinum Boarder
Platinum Boarder
477
2007/08/26
Last update:Tuesday, 14 October 2008 08:40
Re:Custom head tag question...
Tuesday, 14 October 2008 15:51
0 votes
Ok, tnx for info. Im trying to add a my meta description code for some component using this module, but nevermind.
Can you maybe tell me, where can I include that file? I can add it in the template, but when I look at a source, its not in good order. Meta description should come after title tag, but if I include it like that, it comes after:

<meta http-equiv="Content-Style-Type" content="text/css" />.

It''s 1.0.15.
tomcat
Fresh Boarder
Fresh Boarder
2
2008/10/14
Re:Custom head tag question...
Wednesday, 15 October 2008 08:20
0 votes
Hi,

The content of Head tag is obtained by the following codes.
$mainframe->_head;


And, to add it to meta tag, three methods are prepared.

$mainframe->addMetaTag( $name, $content, $prepend='''', $append='''' );
$mainframe->appendMetaTag( $name, $content );
$mainframe->prependMetaTag( $name, $content );


and exmaple in your template.
$mainframe->prependMetaTag( ''testname'', ''testcontent'' );
mosShowHead();


output:
<meta name="testname" content="testcontent">


Thanks
Joomler!
Platinum Boarder
Platinum Boarder
477
2007/08/26
 
Home » Support » Plugins » Free Plugin » Custom Head Tag » Custom head tag question...
joomler.net is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla!(R) name is used under a limited license from Open Source Matters in the United States and other countries.
joomler.net is not affiliated with or endorsed by Open Source Matters or the Joomla! Project.