|
Written by IT Marketing Support
|
|
Thursday, 16 February 2012 17:20 |
|
There are two ways you can Remove The META GENERATOR Tag In Joomla 1.7 and 2.5 !!! The default tag looks like this: <meta name="generator" content="Joomla! 1.7 - Open Source Content Management" /> or <meta name="generator" content="Joomla! 2.5 - Open Source Content Management" /> The first way will completely remove the generator meta tag from Joomla Open /libraries/joomla/document/html/renderer/head.php
with your favor editor search for "generator" (around line 91-92). add
// to the beginning of the line $buffer .= $tab.'<meta
name="generator"
content="'.htmlspecialchars($document->getGenerator()).'"
/>'.$lnEnd; becomes //$buffer .= $tab.'<meta name="generator" content="'.htmlspecialchars($document->getGenerator()).'" />'.$lnEnd; Save and Done The second method, but not the best is to edit your template and look for this line:
<jdoc:include type="head" />
Just above that line, paste in the following :
<?php $this->setMetaData('generator','my site'); ?>
The two lines together should look like this:
<?php $this->setMetaData('generator','my site'); ?> <jdoc:include type="head" /> Done The default tag looks like this: |
|
|
Written by IT Marketing Support
|
|
Monday, 11 April 2011 12:48 |
|
Like all other popular Social Networking sites like Twitter’s tweet button, Facebook like button – Google have added +1 button to make search more friendly and viral. Now you can share your articles and weblinks more easily on the internet.
Sharing is visible only to your contact and when you are logged in your Google profile. To use this service, you need to enable google +1 feature in your Google Profile and get going clicking +1 button next to links of you choice on Google Search pages to recommend this to your Friends.
If you are webmaster and went to promote your website and services via Google +1, then you can Add +1 button to your website, blog or journal for readers to use it for sharing content with a native Joomla! 1.5.x plugin witch you can find that in ITMS 1.0.2 Social Bookmarks. |
|
How to remove category list on browse page - Virtuemart 1.14 |
|
|
|
|
Written by Administrator
|
|
Friday, 17 June 2011 14:14 |
|
If you're using the default template and want to remove category list on browse page, first make a copy of, then edit components/com_virtuemart/themes/default/templates/browse/includes/browse_header_category.tpl.php and remove these lines:
<div style="text-align:left;"> <?php echo $navigation_childlist; ?> </div>
|
|
Written by IT Marketing Support
|
|
Friday, 27 May 2011 10:38 |
|
If you want to remove "Recently Viewed Products" from Joomla 1.5 and VirtueMart , just head to: Admin -> Configuration -> Site -> Layout & click "Config"
Then just change the "Number of recent products to Display?" to 0 |
|
Written by IT Marketing Support
|
|
Tuesday, 10 May 2011 13:33 |
|
ITMS Social Bookmarks for Joomla 1.5 is a small plugin which provides the possibility to add different social bookmark services to your Joomla based Website. Use option to choose which social buttons you want to enable.
Included social network: - facebook.com + Comments Box that enables user commenting on your site.
- twitter.com
- linkedin.com
- google Bookmarks
- Digg.com
- odnoklasniki.ru


Download ITMS Social Bookmarks
| File Title: |
ITMS Social Bookmarks |
| File Type: |
zip |
| File Version: |
joomla 1.5 |
| File Size: |
3.904Kb |
| File Author: |
itmarketingsupport.com |
ITMS Social Bookmarks |
|
Last Updated on Monday, 16 May 2011 14:43 |
|
|
|
|
|
|
|