[fsug-tvm] Re: meta tag clarifcation

2009-10-15 Thread gameOn

All you have to do is open frontend.php and find the line called

$mainframe->addMetaTag( 'Generator', $_VERSION->PRODUCT . " - " .
$_VERSION->COPYRIGHT);

commenting that line should do the trick..

On Oct 15, 12:49 pm, Yadu Rajiv  wrote:
> there is a function.. in includes/frontend.php that goes something like
> this..
>
>  186  /**
>  187  * Assembles head tags
>  188  */
>  189  function mosShowHead
> ()
> {
>  190      global $database
> ,
> $option ,
> $my ,
> $mainframe 
> ,
> $_VERSION 
> ,
> $task ,
> $id ;
>  191      global $mosConfig_MetaDesc
> ,
> $mosConfig_MetaKeys
> ,
> $mosConfig_live_site
> ,
> $mosConfig_sef 
> ,
> $mosConfig_absolute_path
> ,
> $mosConfig_sitename
> ,
> $mosConfig_favicon
> ;
>  192
>  193      $mainframe
> ->appendMetaTag
> (
> 'description', $mosConfig_MetaDesc
> 
> );
>  194      $mainframe
> ->appendMetaTag
> (
> 'keywords', $mosConfig_MetaKeys
> 
> );
>  195      $mainframe
> ->addMetaTag
> (
> 'Generator', $_VERSION
> ->PRODUCT
>  .
> ' - ' . $_VERSION
> ->COPYRIGHT
> );
>  196      $mainframe
> ->addMetaTag
> (
> 'robots', 'index, follow' );
>
> commenting the lines you dont want might?? but i don't know if it is the
> right way to do it.. :P
>
> On Thu, Oct 15, 2009 at 1:15 PM, febin mohammed  wrote:
> > You could get a specific reply if you put 'Joomla' on subject line.
> >  Febin
> >http://twitter.com/febinkk
>
> > On Thu, Oct 15, 2009 at 1:08 PM, aniyathikkutty wrote:
>
> >> i am using joomla 1.5 cms
>
> >> Regards...
> >> Bincy.M.B
> >>http://fsugcalicut.org
> >>http://bincyclt.wordpress.com
> >>http://bnc4u.blogspot.com
> >>http://mazhavazhikaliloode.blogspot.com/
>
>  --
>  Regards...
>  Bincy.M.B
> http://fsugcalicut.org
> http://bincyclt.wordpress.com
> http://bnc4u.blogspot.com
> http://mazhavazhikaliloode.blogspot.com/
>
> >> --
> >> Regards...
> >> Bincy.M.B
> >>http://fsugcalicut.org
> >>http://bincyclt.wordpress.com
> >>http://bnc4u.blogspot.com
> >>http://mazhavazhikaliloode.blogspot.com/
--~--~-~--~~~---~--~~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~--~~~~--~~--~--~---



[fsug-tvm] Re: meta tag clarifcation

2009-10-15 Thread Yadu Rajiv
there is a function.. in includes/frontend.php that goes something like
this..

 186  /**
 187  * Assembles head tags
 188  */
 189  function mosShowHead
()
{
 190  global $database
,
$option ,
$my ,
$mainframe 
,
$_VERSION ,
$task ,
$id ;
 191  global $mosConfig_MetaDesc
,
$mosConfig_MetaKeys
,
$mosConfig_live_site
,
$mosConfig_sef 
,
$mosConfig_absolute_path
,
$mosConfig_sitename
,
$mosConfig_favicon
;
 192
 193  $mainframe
->appendMetaTag
(
'description', $mosConfig_MetaDesc

);
 194  $mainframe
->appendMetaTag
(
'keywords', $mosConfig_MetaKeys

);
 195  $mainframe
->addMetaTag
(
'Generator', $_VERSION
->PRODUCT
 .
' - ' . $_VERSION
->COPYRIGHT
);
 196  $mainframe
->addMetaTag
(
'robots', 'index, follow' );


commenting the lines you dont want might?? but i don't know if it is the
right way to do it.. :P



On Thu, Oct 15, 2009 at 1:15 PM, febin mohammed  wrote:

> You could get a specific reply if you put 'Joomla' on subject line.
>  Febin
> http://twitter.com/febinkk
>
> On Thu, Oct 15, 2009 at 1:08 PM, aniyathikkutty wrote:
>
>>
>> i am using joomla 1.5 cms
>>
>>
>> Regards...
>> Bincy.M.B
>> http://fsugcalicut.org
>> http://bincyclt.wordpress.com
>> http://bnc4u.blogspot.com
>> http://mazhavazhikaliloode.blogspot.com/
>>
>>
>>
>
>
>


 --
 Regards...
 Bincy.M.B
 http://fsugcalicut.org
 http://bincyclt.wordpress.com
 http://bnc4u.blogspot.com
 http://mazhavazhikaliloode.blogspot.com/



>>>
>>>
>>>
>>
>>
>> --
>> Regards...
>> Bincy.M.B
>> http://fsugcalicut.org
>> http://bincyclt.wordpress.com
>> http://bnc4u.blogspot.com
>> http://mazhavazhikaliloode.blogspot.com/
>>
>>
>>
>
> >
>

--~--~-~--~~~---~--~~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~--~~~~--~~--~--~---



[fsug-tvm] Re: meta tag clarifcation

2009-10-15 Thread aniyathikkutty
@Hi febin..I can easily view this from page sourse.How can i avoid this
situation?
pls help me
this is the sourse code while im using page sourse view

Thanks in advance
Bincy

--~--~-~--~~~---~--~~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~--~~~~--~~--~--~---



[fsug-tvm] Re: meta tag clarifcation

2009-10-15 Thread febin mohammed
You could get a specific reply if you put 'Joomla' on subject line.
Febin
http://twitter.com/febinkk

On Thu, Oct 15, 2009 at 1:08 PM, aniyathikkutty  wrote:

>
> i am using joomla 1.5 cms
>
>
> Regards...
> Bincy.M.B
> http://fsugcalicut.org
> http://bincyclt.wordpress.com
> http://bnc4u.blogspot.com
> http://mazhavazhikaliloode.blogspot.com/
>
>
>



>>>
>>>
>>> --
>>> Regards...
>>> Bincy.M.B
>>> http://fsugcalicut.org
>>> http://bincyclt.wordpress.com
>>> http://bnc4u.blogspot.com
>>> http://mazhavazhikaliloode.blogspot.com/
>>>
>>>
>>>
>>
>>
>>
>
>
> --
> Regards...
> Bincy.M.B
> http://fsugcalicut.org
> http://bincyclt.wordpress.com
> http://bnc4u.blogspot.com
> http://mazhavazhikaliloode.blogspot.com/
>
> >
>

--~--~-~--~~~---~--~~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~--~~~~--~~--~--~---



[fsug-tvm] Re: meta tag clarifcation

2009-10-15 Thread aniyathikkutty
i am using joomla 1.5 cms

>
 Regards...
 Bincy.M.B
 http://fsugcalicut.org
 http://bincyclt.wordpress.com
 http://bnc4u.blogspot.com
 http://mazhavazhikaliloode.blogspot.com/



>>>
>>>
>>>
>>
>>
>> --
>> Regards...
>> Bincy.M.B
>> http://fsugcalicut.org
>> http://bincyclt.wordpress.com
>> http://bnc4u.blogspot.com
>> http://mazhavazhikaliloode.blogspot.com/
>>
>>
>>
>
> >
>


-- 
Regards...
Bincy.M.B
http://fsugcalicut.org
http://bincyclt.wordpress.com
http://bnc4u.blogspot.com
http://mazhavazhikaliloode.blogspot.com/

--~--~-~--~~~---~--~~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~--~~~~--~~--~--~---



[fsug-tvm] Re: meta tag clarifcation

2009-10-15 Thread febin mohammed
Ok! If it is your own web page, the best way is not to write it in the code
in first place, as Yadu already said. But if you are auto-generating that
page using some tool, it depends on the tool you use.
Febin
http://twitter.com/febinkk

On Thu, Oct 15, 2009 at 12:24 PM, aniyathikkutty  wrote:

> yes Febin..
>
>
> On Thu, Oct 15, 2009 at 12:18 PM, febin mohammed wrote:
>
>> Let me explain what I understand from your question...When you use ctrl+u
>> on a web page, you can see meta tags and its contents in the browser, and
>> you just want to disable it from showing up. isn't it?
>>   Or if it is not I must be so dumb [?]
>>
>>  Febin
>> http://twitter.com/febinkk
>>
>>
>> On Thu, Oct 15, 2009 at 12:06 PM, aniyathikkutty wrote:
>>
>>>  Thanks in advance friends..
>>>
>>
>>>
  i meant
>>>
>> 
>>
>  i need the contents abc,abc etc .cannot be viewd by the user while
>>> using ctrl+u
>>>

>>
>>
>>
>>
>>> --
>>>
>>
>
>
>

 -

>>>
>>> --
>>> Regards...
>>> Bincy.M.B
>>> http://fsugcalicut.org
>>> http://bincyclt.wordpress.com
>>> http://bnc4u.blogspot.com
>>> http://mazhavazhikaliloode.blogspot.com/
>>>
>>>
>>>
>>
>>
>>
>
>
> --
> Regards...
> Bincy.M.B
> http://fsugcalicut.org
> http://bincyclt.wordpress.com
> http://bnc4u.blogspot.com
> http://mazhavazhikaliloode.blogspot.com/
>
> >
>

--~--~-~--~~~---~--~~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~--~~~~--~~--~--~---

<>

[fsug-tvm] Re: meta tag clarifcation

2009-10-14 Thread aniyathikkutty
yes Febin..

On Thu, Oct 15, 2009 at 12:18 PM, febin mohammed  wrote:

> Let me explain what I understand from your question...When you use ctrl+u
> on a web page, you can see meta tags and its contents in the browser, and
> you just want to disable it from showing up. isn't it?
>  Or if it is not I must be so dumb [?]
>
>  Febin
> http://twitter.com/febinkk
>
>
> On Thu, Oct 15, 2009 at 12:06 PM, aniyathikkutty wrote:
>
>>  Thanks in advance friends..
>>
>
>>
>>>  i meant
>>
> 
>
  i need the contents abc,abc etc .cannot be viewd by the user while
>> using ctrl+u
>>
>>>
>
>
>
>
>> --
>>
>



>>>
>>> -
>>>
>>
>> --
>> Regards...
>> Bincy.M.B
>> http://fsugcalicut.org
>> http://bincyclt.wordpress.com
>> http://bnc4u.blogspot.com
>> http://mazhavazhikaliloode.blogspot.com/
>>
>>
>>
>
> >
>


-- 
Regards...
Bincy.M.B
http://fsugcalicut.org
http://bincyclt.wordpress.com
http://bnc4u.blogspot.com
http://mazhavazhikaliloode.blogspot.com/

--~--~-~--~~~---~--~~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~--~~~~--~~--~--~---

<>

[fsug-tvm] Re: meta tag clarifcation

2009-10-14 Thread febin mohammed
Let me explain what I understand from your question...When you use ctrl+u on
a web page, you can see meta tags and its contents in the browser, and you
just want to disable it from showing up. isn't it?
 Or if it is not I must be so dumb [?]

Febin
http://twitter.com/febinkk

On Thu, Oct 15, 2009 at 12:06 PM, aniyathikkutty  wrote:

>  Thanks in advance friends..
>

>
>>  i meant
>
 

>>>  i need the contents abc,abc etc .cannot be viewd by the user while
> using ctrl+u
>
>>




> --
>

>>>
>>>
>>>
>>
>> -
>>
>
> --
> Regards...
> Bincy.M.B
> http://fsugcalicut.org
> http://bincyclt.wordpress.com
> http://bnc4u.blogspot.com
> http://mazhavazhikaliloode.blogspot.com/
>
> >
>

--~--~-~--~~~---~--~~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~--~~~~--~~--~--~---

<>

[fsug-tvm] Re: meta tag clarifcation

2009-10-14 Thread aniyathikkutty
>
> Thanks in advance friends..

>>>

> i meant

>>> 
>>>
>> i need the contents abc,abc etc .cannot be viewd by the user while using
ctrl+u

>
>>>
>>>
>>>
>>>
 --

>>>
>>
>>
>>
>
> -
>

-- 
Regards...
Bincy.M.B
http://fsugcalicut.org
http://bincyclt.wordpress.com
http://bnc4u.blogspot.com
http://mazhavazhikaliloode.blogspot.com/

--~--~-~--~~~---~--~~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~--~~~~--~~--~--~---



[fsug-tvm] Re: meta tag clarifcation

2009-10-14 Thread Yadu Rajiv
you can do a noindex for bots not to follow.. or try editing your robots.txt


http://en.wikipedia.org/wiki/Noindex




 


 Don't index this page


http://en.wikipedia.org/wiki/Robots_Exclusion_Standard

like Febin said.. its unclear what you asked..

disable = not write the code in the first place?? :-|


On Thu, Oct 15, 2009 at 11:55 AM, febin mohammed  wrote:

> Could you make the question clear?   what is the purpose of disabling
> it? Did you mean disabling it from being indexed by a search engine? or was
> it just disabling it from displaying, while you view the source through a
> browser?
> Febin
> http://twitter.com/febinkk
>
>
> On Thu, Oct 15, 2009 at 11:00 AM, aniyathikkutty wrote:
>
>>
>>
>> On Thu, Oct 15, 2009 at 10:56 AM, aniyathikkutty wrote:
>>
>>>
>>> Hi All..Any body know How to disable meta tag content from website's
>>> sourse?
>>>
>> ie.
>> 
>>
>>
>>
>>
>>> --
>>> Regards...
>>> Bincy.M.B
>>> http://fsugcalicut.org
>>> http://bincyclt.wordpress.com
>>> http://bnc4u.blogspot.com
>>> http://mazhavazhikaliloode.blogspot.com/
>>>
>>
>>
>>
>> --
>> Regards...
>> Bincy.M.B
>> http://fsugcalicut.org
>> http://bincyclt.wordpress.com
>> http://bnc4u.blogspot.com
>> http://mazhavazhikaliloode.blogspot.com/
>>
>>
>>
>
> >
>

--~--~-~--~~~---~--~~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~--~~~~--~~--~--~---



[fsug-tvm] Re: meta tag clarifcation

2009-10-14 Thread febin mohammed
Could you make the question clear?   what is the purpose of disabling
it? Did you mean disabling it from being indexed by a search engine? or was
it just disabling it from displaying, while you view the source through a
browser?
Febin
http://twitter.com/febinkk

On Thu, Oct 15, 2009 at 11:00 AM, aniyathikkutty  wrote:

>
>
> On Thu, Oct 15, 2009 at 10:56 AM, aniyathikkutty wrote:
>
>>
>> Hi All..Any body know How to disable meta tag content from website's
>> sourse?
>>
> ie.
> 
>
>
>
>
>> --
>> Regards...
>> Bincy.M.B
>> http://fsugcalicut.org
>> http://bincyclt.wordpress.com
>> http://bnc4u.blogspot.com
>> http://mazhavazhikaliloode.blogspot.com/
>>
>
>
>
> --
> Regards...
> Bincy.M.B
> http://fsugcalicut.org
> http://bincyclt.wordpress.com
> http://bnc4u.blogspot.com
> http://mazhavazhikaliloode.blogspot.com/
>
> >
>

--~--~-~--~~~---~--~~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~--~~~~--~~--~--~---



[fsug-tvm] Re: meta tag clarifcation

2009-10-14 Thread aniyathikkutty
On Thu, Oct 15, 2009 at 10:56 AM, aniyathikkutty  wrote:

>
> Hi All..Any body know How to disable meta tag content from website's
> sourse?
>
ie.





> --
> Regards...
> Bincy.M.B
> http://fsugcalicut.org
> http://bincyclt.wordpress.com
> http://bnc4u.blogspot.com
> http://mazhavazhikaliloode.blogspot.com/
>



-- 
Regards...
Bincy.M.B
http://fsugcalicut.org
http://bincyclt.wordpress.com
http://bnc4u.blogspot.com
http://mazhavazhikaliloode.blogspot.com/

--~--~-~--~~~---~--~~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~--~~~~--~~--~--~---