<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Viztech IT Solutions Limited &#187; Blog</title>
	<atom:link href="http://www.viztech.co.in/category/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.viztech.co.in</link>
	<description>Think different...do different</description>
	<lastBuildDate>Sun, 05 Feb 2012 06:01:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>activeCollab &#8211; Change default project visibility to &#8220;Normal&#8221; instead of &#8220;Private&#8221;</title>
		<link>http://www.viztech.co.in/blog/activecollab-change-default-project-visibility-to-normal-instead-of-private</link>
		<comments>http://www.viztech.co.in/blog/activecollab-change-default-project-visibility-to-normal-instead-of-private#comments</comments>
		<pubDate>Sun, 05 Feb 2012 06:01:08 +0000</pubDate>
		<dc:creator>Viztech</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[activeCollab]]></category>
		<category><![CDATA[activecollab patch]]></category>
		<category><![CDATA[activecollab tutorials]]></category>

		<guid isPermaLink="false">http://www.viztech.co.in/?p=740</guid>
		<description><![CDATA[You just created a new project and it is not visible to your team members and other authorized users. There are access issues in the project, you wonder how? Reason [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.viztech.co.in/wp-content/uploads/2012/02/private-project-activecollab.png"><img src="http://www.viztech.co.in/wp-content/uploads/2012/02/private-project-activecollab.png" alt="Change Default Private Project Visibility" title="Change Default Private Project Visibility" width="853" height="374" class="alignleft size-full wp-image-745" /></a></p>
<p><strong>You just created a new project and it is not visible to your team members</strong> and other authorized users. There are access issues in the project, you wonder how? Reason is simple, you created project with default PRIVATE visibility.</p>
<p>We believe that every activeCollab user arrives at this moment at least for once and start feeling if there could be a way to resolve this. We also felt the same way so here is an <strong>easy and quick way for activeCollab verson 2.3.x to set default project visibility to NORMAL instead of PRIVATE</strong>. Please follow below steps:</p>
<ol>
<li>Go to your activeCollab installation/applications/modules/system/controllers/ and open file ProjectController.class.php</li>
<li>Look for below piece of code between line 256 and 261 (it may be slightly changed based on your activeCollab version):
<pre class="brush: plain; title: ;">
        if(!is_array($project_data)) {
	 $project_data = array(
	 'leader_id' =&gt; $this-&gt;logged_user-&gt;getId(),
	 'default_visibility' =&gt; VISIBILITY_PRIVATE,
	 );
	} // if
    </pre>
</li>
<li>Change this code as below so that &#8220;VISIBILITY_PRIVATE&#8221; becomes &#8220;VISIBILITY_NORMAL&#8221; and it&#8217;s done:
<pre class="brush: plain; title: ;">
	if(!is_array($project_data)) {
	 $project_data = array(
	 'leader_id' =&gt; $this-&gt;logged_user-&gt;getId(),
	 'default_visibility' =&gt; VISIBILITY_NORMAL,
	 );
	 } // if
	</pre>
</li>
<li>Now, clear your cache files and try to create a sample project. You would notice that now default project visibility is set to NORMAL <img src='http://www.viztech.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8211; it works.</li>
</ol>
<p><strong>NOTE:</strong> Please note that it is a custom hack to activeCollab hence it will be lost during every upgrade of activeCollab and you might need to handle it again, if needed.</p>
<p>We are really interested to know if you need project to be private more and why? activeCollab version 3.x is believed to remove such visibility option at all and we are intetested to learn more it&#8217;s need because there are already private objects and no person can access the project unless a member of it so what is the need of a private project concept? Any idea?</p>
<p>Please share your thoughts in the comment section below. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viztech.co.in/blog/activecollab-change-default-project-visibility-to-normal-instead-of-private/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to rename tabs or items in activeCollab easily?</title>
		<link>http://www.viztech.co.in/blog/how-to-rename-tabs-or-items-in-activecollab-easily</link>
		<comments>http://www.viztech.co.in/blog/how-to-rename-tabs-or-items-in-activecollab-easily#comments</comments>
		<pubDate>Fri, 17 Dec 2010 09:54:06 +0000</pubDate>
		<dc:creator>Viztech</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[activeCollab]]></category>
		<category><![CDATA[activecollab tutorials]]></category>

		<guid isPermaLink="false">http://www.viztech.co.in/?p=452</guid>
		<description><![CDATA[We have noticed that most of the time when you are working with an open source system, you really want to get it customize to most of your needs and [...]]]></description>
			<content:encoded><![CDATA[<p>We have noticed that most of the time when you are working with an open source system, you really want to get it customize to most of your needs and activeCollab has been a really easy to customize open source system which provides multi-language support too.</p>
<p>In the recent past, we noticed that couple of our clients wanted their tabs or item names to be changed to something more unique or specific to their work environment and yes, it is completely fine so we tried to analyzed more into this and came up with a situation that it can be directly changed in the code but that approach was very much time taking and not upgrade friendly which means if you will make an upgrade to your activeCollab installation then you will loose such changes in the code or you will be required to maintain extra caution for this which is again time consuming.</p>
<p>Finally, we thought of an idea which made is really a matter of minutes and implementation very easy, please follow below steps to rename your tabs/items in activeCollab easily.</p>
<p><strong>1. Enable localization support:</strong></p>
<p>You can do this by opening your config.php file. It usually resides at YOUR_SITE/activecollab/config/config.php. Please open this file and find below line:</p>
<p>define(&#8216;LOCALIZATION_ENABLED&#8217;, false);</p>
<p>Now, make it true as below:</p>
<p>define(&#8216;LOCALIZATION_ENABLED&#8217;, true); </p>
<p>NOTE: You need not to follow this step as if you have this enabled already.</p>
<p><strong>2.  Create a new language:</strong></p>
<p><a href="http://www.viztech.co.in/wp-content/uploads/2010/12/new-lang.jpg"><img src="http://www.viztech.co.in/wp-content/uploads/2010/12/new-lang-300x148.jpg" alt="New Language Form" title="New Language Form" width="300" height="148" class="alignleft size-medium wp-image-456" /></a></p>
<p>Now, login to your activeCollab installation and go to Administration > Languages page. Using the &#8220;New Language&#8221; form, please create a new language. Please do not use en_US.UTF-8 or en_US locale name as those are default names of activeCollab system. We used en_IN.UTF-8 to make it different but still English version.</p>
<p><strong>3. Edit new language:</strong></p>
<p><a href="http://www.viztech.co.in/wp-content/uploads/2010/12/edit-lang.png"><img src="http://www.viztech.co.in/wp-content/uploads/2010/12/edit-lang.png" alt="" title="edit-lang" class="alignleft size-full wp-image-458" /></a></p>
<p>Now, a new language will be created and appear at left side. Please click on the name of that language to edit further and select dictionary. For example, if you want to change name of PROJECTS tab and DISCUSSIONS tab then please select system dictionary.</p>
<p><strong>4. Rename tabs or items:</strong></p>
<p><a href="http://www.viztech.co.in/wp-content/uploads/2010/12/rename-tabs.png"><img src="http://www.viztech.co.in/wp-content/uploads/2010/12/rename-tabs-300x57.png" alt="Rename Tabs" title="Rename Tabs" width="300" height="57" class="alignleft size-medium wp-image-459" /></a></p>
<p>Above step will open a new form where you can find the strings to be changed, next to them you can put their new name. You are not supposed to fill the whole form as if you will not enter a string then its default name will be shown else your entered name will be shown. For example, if you will rename PROJECTS to FUN then only it will be shown as renamed items while rest of the strings will use their default name <img src='http://www.viztech.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>5. Choose new language as default language to see changes:</strong><br />
<a href="http://www.viztech.co.in/wp-content/uploads/2010/12/default-lang.png"><img src="http://www.viztech.co.in/wp-content/uploads/2010/12/default-lang-300x87.png" alt="Default Language Selection" title="Default Language Selection" width="300" height="87" class="alignleft size-medium wp-image-460" /></a></p>
<p>Now, here is the final step to see it in action. Please set newly created language as default language. To set this language as default, click on the checkbox on the left of the language on Administration > Languages page. It&#8217;s done &#8211; sounds quite easy <img src='http://www.viztech.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now, you should be able to see the changes or your renaming process.</p>
<blockquote><p>NOTE: If you don&#8217;t see your changes immediately then please do not worry and clear your CACHE and COMPILE folders of your activeCollab installation. It will clear the cache and upon page refresh, you will be able to see the changes immediately.</p></blockquote>
<blockquote><p>Don&#8217;t use en_US or en_US.UTF-8 locale</p>
<p>When creating a new language, please don&#8217;t use en_US or en_US.UTF-8 locale. That locale is reserved for default language only and if you use it for custom language, all translations you make will be ignored by default.</p></blockquote>
<p>If you need a professional support to handle this for you then please do not hesitate to contact us and we will be happy to assit you!</p>
<p>Thank you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viztech.co.in/blog/how-to-rename-tabs-or-items-in-activecollab-easily/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Inline File Viewer Module for activeCollab released</title>
		<link>http://www.viztech.co.in/blog/inline-file-viewer-module-for-activecollab-released-2</link>
		<comments>http://www.viztech.co.in/blog/inline-file-viewer-module-for-activecollab-released-2#comments</comments>
		<pubDate>Tue, 09 Nov 2010 10:58:22 +0000</pubDate>
		<dc:creator>Viztech</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[activeCollab]]></category>
		<category><![CDATA[activecollab module development]]></category>

		<guid isPermaLink="false">http://www.viztech.co.in/?p=355</guid>
		<description><![CDATA[This module is very useful for activeCollab users as you can view Audio, Video, MS-Word, MS-Powerpoint and PDF files without need of downloading them. It saves a lot of time [...]]]></description>
			<content:encoded><![CDATA[<p>This module is very useful for activeCollab users as you can view Audio, Video, MS-Word, MS-Powerpoint and PDF files without need of downloading them. It saves a lot of time in downloading and viewing the contents.</p>
<p><strong>Main Features:</strong></p>
<ul>
<li>View different kind of files in Inline Viewer without need of downloading them</li>
<li>You can play videos, view images, see html (including presentation) and documents i.e. Doc, PPT and PDF are compatible for now via the base version</li>
<li>We have integrated Google Reader in it and using that you can read Doc, PPT files too as the inline contents without need of downloading them</li>
<li>You can upload any file using default mechanism of activeCollab and at the bottom side of every file which can be seen in inline viewer, you will see an icon to play the file in inline viewer</li>
<li>PDF, PPT and Doc files are shown with the help of Google reader so that you can read them easily without need of downloading, using google reader support &#8211; you can change pages too as if the documents is multi-pages.</li>
<li>Bigger contents will have scrolls so that you can read and see contents easily</li>
<li>No need of downloading almost anything <img src='http://www.viztech.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<blockquote><p>We use Google Reader to view the files without the need of downloading, you can see DOC, PDF and PPT files for documents viewing purpose online. It supports different kind of audio and video files too. This module is very effective as it removes the need of flash or any other specific item. You can upload any type of file and if it is supported and relevant player is available then it will easily show the file as inline content.</p></blockquote>
<p><strong>Upgrades:</strong></p>
<p>Every package covers one year of free updates and technical support.</p>
<p><strong>Screenshots:</strong><br />
1. Inline-viewer.png:<br />
It shows upload of a file in a comment as per the normal uploading feature of activeCollab &#8211; for now, we have placed a PLAY button just under the file as if you don&#8217;t want to download it and view as inline content <img src='http://www.viztech.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8211; we might come up with a better option as if we get some good ideas else we will keep it this way for now.<br />
<a href="http://www.vertiace.com/wp-content/uploads/2010/11/inline-viewer-view.png"><img src="http://www.vertiace.com/wp-content/uploads/2010/11/inline-viewer-view-300x159.png" alt="" title="inline-viewer-view" width="300" height="159" class="alignnone size-medium wp-image-195" /></a></p>
<p>2. Inline-viewer-view.png:<br />
This file shows the view of a PDF file with the use of Google Reader to read the file online as inline content. You will be able to see the first page of CAPM handbook in the screen shot <img src='http://www.viztech.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://www.vertiace.com/wp-content/uploads/2010/11/inline-viewer.png"><img src="http://www.vertiace.com/wp-content/uploads/2010/11/inline-viewer-300x54.png" alt="" title="inline-viewer" width="300" height="54" class="alignnone size-medium wp-image-198" /></a></p>
<p>3. inline-viewer-view-more-pages.png:<br />
This is another screen shot for further pages in the same file. Using Google reader, you will be able to switch to more pages and see details.<br />
<a href="http://www.vertiace.com/wp-content/uploads/2010/11/inline-viewer-view-more-pages.png"><img src="http://www.vertiace.com/wp-content/uploads/2010/11/inline-viewer-view-more-pages-300x163.png" alt="" title="inline-viewer-view-more-pages" width="300" height="163" class="alignnone size-medium wp-image-197" /></a></p>
<p><strong>Purchase and Download:</strong><br />
<a href="http://www.vertiace.com/products/inline-file-viewer-module-activecollab">Please visit here on our marketplace website.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viztech.co.in/blog/inline-file-viewer-module-for-activecollab-released-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick scroll to top of the pages – activeCollab Patch</title>
		<link>http://www.viztech.co.in/blog/quick-scroll-to-top-of-the-pages-%e2%80%93-activecollab-patch</link>
		<comments>http://www.viztech.co.in/blog/quick-scroll-to-top-of-the-pages-%e2%80%93-activecollab-patch#comments</comments>
		<pubDate>Sat, 11 Sep 2010 09:23:06 +0000</pubDate>
		<dc:creator>Viztech</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[activeCollab]]></category>
		<category><![CDATA[activecollab customization]]></category>
		<category><![CDATA[activecollab patch]]></category>

		<guid isPermaLink="false">http://www.viztech.co.in/?p=131</guid>
		<description><![CDATA[This is a small patch to provide a button in the bottom-right side of the browser screen toeasily and quickly scroll to the top of any page in the activeCollab. It [...]]]></description>
			<content:encoded><![CDATA[<p>This is a small patch to provide a <strong>button in the bottom-right side of the browser screen</strong> to<em>easily and quickly scroll to the top of any page in the activeCollab</em>.</p>
<p>It is really <strong>useful when you have a long discussion, lots of comments on a ticket</strong> and you want to go to top of the page. <em>Just click the TOP button and you will be scrolled to the top</em>.</p>
<p><strong>Price:</strong><br />
FREE <img src="http://www.viztech.co.in/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
<p><strong>Download:</strong><br />
<a href="http://www.activecollab.com/downloads/category/9/package/85" target="_blank">Please download this package for FREE from here.</a></p>
<p><strong>Please follow below steps to do the installation.</strong></p>
<p><strong>STEP 1:</strong><br />
======</p>
<p>Please copy the provided files as per the given directory structure (within the installation package) on the given path as below:</p>
<p>- YOUR_SITE/public/assets/javascript/</p>
<p>Please copy and paste the jumptop.js file in above folder location.</p>
<p><strong>STEP 2:</strong><br />
========</p>
<p>Please go to YOUR_SITE/public/assets/ and open js.php file in your favorite editor <img src="http://www.viztech.co.in/wp-includes/images/smilies/icon_smile.gif" alt=":)" /> and add below line to $files = array</p>
<p>ASSETS_PATH . ‘/javascript/jumptop.js’,</p>
<p>That’s all login in your system and you will find the TOP button in the bottom-right corner to scroll to top easily.</p>
<p>Cheers – please report if you face any issue with this <img src="http://www.viztech.co.in/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
<p>Thank you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viztech.co.in/blog/quick-scroll-to-top-of-the-pages-%e2%80%93-activecollab-patch/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Incremental Backup Module for activeCollab</title>
		<link>http://www.viztech.co.in/blog/incremental-backup-module-for-activecollab</link>
		<comments>http://www.viztech.co.in/blog/incremental-backup-module-for-activecollab#comments</comments>
		<pubDate>Wed, 07 Jul 2010 09:21:50 +0000</pubDate>
		<dc:creator>Viztech</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[activeCollab]]></category>
		<category><![CDATA[activecollab modules]]></category>
		<category><![CDATA[module development]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.viztech.co.in/?p=129</guid>
		<description><![CDATA[Hi Friends, We started using the Active Collab very recently but in the short span, as I was moving around the forum and developer docs, I found couple of things [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Friends,</p>
<p>We started using the Active Collab very recently but in the short span, as I was moving around the forum and developer docs, I found couple of things in my notice and one of them is Incremental Backup of the user data and database.</p>
<p>I also feel the TRUE need of it therefore I was playing with some of the files in the code and I assume that I can come up with a small module to perform this work. As per my understanding, I am going to create a module for incremental backup of user files and complete backup of database.</p>
<p>As I see the code now, I like Active Collab <img src="http://www.viztech.co.in/wp-includes/images/smilies/icon_smile.gif" alt=":)" /> and might come up with a link to download the module in next 3 days so stay tuned here. I know there is already a module there but being a small startup, we can not afford too many purchases <img src="http://www.viztech.co.in/wp-includes/images/smilies/icon_wink.gif" alt=";)" /> except the core so why not make an easy solution to this.</p>
<p>I will post more details here as I progress.</p>
<p>Thanks ActiveCollab team for such a nice system and the rest of the community too for being supportive <img src="http://www.viztech.co.in/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viztech.co.in/blog/incremental-backup-module-for-activecollab/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Project Updates Patch for activeCollab</title>
		<link>http://www.viztech.co.in/blog/quick-project-updates-patch-for-activecollab</link>
		<comments>http://www.viztech.co.in/blog/quick-project-updates-patch-for-activecollab#comments</comments>
		<pubDate>Wed, 07 Jul 2010 09:20:20 +0000</pubDate>
		<dc:creator>Viztech</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[activeCollab]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[patches]]></category>

		<guid isPermaLink="false">http://www.viztech.co.in/?p=127</guid>
		<description><![CDATA[Hi Friends, As I just configured the active collab for my own working and found that sometimes, it is really too much to find specific activity updates in the long [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Friends,</p>
<p>As I just configured the active collab for my own working and found that sometimes, it is really too much to find specific activity updates in the long queue on dashboard especially when there are so many projects with you so I came up with an idea as below:</p>
<p>- I decided to develop a small patch for the recent version of ActiveCollab and I am excited as it is progressing because it is fulfilling the needs.</p>
<p>For now, this patch will add another tab on the dashboard called “Project Updates” or anything (as we decide before release) and clicking on this tab will show the last 5 updates from each of the active project.</p>
<p>For the first release, I have this much only in my plans being Agile <img src="http://www.viztech.co.in/wp-includes/images/smilies/icon_wink.gif" alt=";)" /> but for next version, I will try to order the project list too so that the latest updated projects stays on the top – lets see how it comes. I hope, I will be able to release it in next 3 days with the incremental backup module as discussed in other post.</p>
<p>Thank you for your cooperation – stay tuned for the updates <img src="http://www.viztech.co.in/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viztech.co.in/blog/quick-project-updates-patch-for-activecollab/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add menu and sub menu in the Joomla! administration menu for a Component</title>
		<link>http://www.viztech.co.in/blog/how-to-add-menu-and-sub-menu-in-the-joomla-administration-menu-for-a-component</link>
		<comments>http://www.viztech.co.in/blog/how-to-add-menu-and-sub-menu-in-the-joomla-administration-menu-for-a-component#comments</comments>
		<pubDate>Fri, 04 Jun 2010 09:17:56 +0000</pubDate>
		<dc:creator>Viztech</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[joomla component]]></category>
		<category><![CDATA[joomla component development]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.viztech.co.in/?p=124</guid>
		<description><![CDATA[Yesterday, I was talking to one of my friend and then during the discussion, we realized that there is no easily available document which can provide quick information how to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vishwashgaur.com/wp-content/uploads/2010/05/component_menu.jpg"><img class="alignleft size-medium wp-image-99" title="Joomla! Component Menu" src="http://www.vishwashgaur.com/wp-content/uploads/2010/05/component_menu-300x252.jpg" alt="" width="300" height="252" /></a>Yesterday, I was talking to one of my friend and then during the discussion, we realized that there is no easily available document which can provide quick information how to add menus with their sub menus in the back end of Joomla! for a component at the moment of developing the component and/or afterwards so here is a quick tutorial about this:</p>
<p><strong>A) If you are developing a Joomla! component and wants to have menu &amp; sub menu automatically created with the installation of component then follow below:</strong></p>
<p>1. Please add menu and sub menu details in the back end top bar using below code in the componentname.xml file (Please add similar code with your own details in the administration block of the xml file):</p>
<p><span style="font-family: monospace;"> </span></p>
<div id="_mcePaste">
<div id="_mcePaste">
<pre><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px; white-space: normal; font-size: 13px;">&lt;</span>!--administration files are included here--&gt;</pre>
<pre>&lt;administration&gt;</pre>
<pre>&lt;menu link="option=com_componentname" img="path to icon file"&gt;Main Menu Name/Component Name&lt;/menu&gt;</pre>
<pre>&lt;submenu&gt;</pre>
<pre>&lt;menu view="menuitem1" img="path to icon file"&gt;Menu Item 1&lt;/menu&gt;</pre>
<pre>&lt;menu view="menuitem2" img="path to icon file"&gt;Menu Item 2&lt;/menu&gt;</pre>
<pre>&lt;menu view="menuitem3" img="path to icon file"&gt;Menu Item 3&lt;/menu&gt;</pre>
<pre>&lt;menu view="menuitem4" img="path to icon file"&gt;Menu Item 4&lt;/menu&gt;</pre>
<pre>&lt;menu view="menuitem5" img="path to icon file"&gt;Menu Item 5&lt;/menu&gt;</pre>
<pre>&lt;/submenu&gt;</pre>
<pre>&lt;/administration&gt;</pre>
</div>
</div>
<p><strong>B) If you are developing a Joomla! component and have not completed the development yet then create menu &amp; sub menus manually using below method &#8211; this method is also useful if your component does not have quick links and you want to add them:</strong></p>
<p>Please open your database using phpMyAdmin or any other easy database management tool and then open jos_components table. Please copy the below sql query and change it to meet with your details and run it, it will add menu &amp; sub menus for your component:</p>
<pre>INSERT INTO `jos_components` (`id`, `name`, `link`, `menuid`, `parent`,</pre>
<pre>`admin_menu_link`, `admin_menu_alt`, `option`, `ordering`, `admin_menu_img`,</pre>
<pre>`iscore`, `params`, `enabled`) VALUES

(1, 'Main Menu Name/Component Name', 'option=com_componentname', 0, 0,</pre>
<pre>'option= com_componentname', 'Main Menu Name/Component Name',</pre>
<pre>'com_componentname', 0, 'path to icon file', 0, '', 1),</pre>
<pre>(2, 'Menu Item 1', '', 0, 1, 'option= com_componentname&amp;view=menuitem1',</pre>
<pre>'Menu Item 1', 'com_componentname', 2, 'path to icon file', 0, '', 1),</pre>
<pre>(3, 'Menu Item 2', '', 0, 1, 'option= com_componentname&amp;view=menuitem2',</pre>
<pre>'Menu Item 2', 'com_componentname', 1, 'path to icon file', 0, '', 1),</pre>
<pre>(4, 'Menu Item 3', '', 0, 1, 'option= com_componentname&amp;view=menuitem3',</pre>
<pre>'Menu Item 3', 'com_componentname', 3, 'path to icon file', 0, '', 1),</pre>
<pre>(5, 'Menu Item 4', '', 0, 1, 'option= com_componentname&amp;view=menuitem4',</pre>
<pre>'Menu Item 4', 'com_componentname', 4, 'path to icon file', 0, '', 1),</pre>
<pre>(6, 'Menu Item 5', '', 0, 1, 'option= com_componentname&amp;view=menuitem5',</pre>
<pre>'Menu Item 5', 'com_componentname', 5, 'path to icon file', 0, '', 1);</pre>
<p><strong>NOTE:</strong></p>
<p>1) Entry in the XML file ensures this to be taken care while installing the Joomla Component and then it adds the menu and sub menu at the same time automatically to Joomla! administration menu by making entry into __components DB table<br />
2) Manual entry in the db is required to make it possible as if installation was not done using XML file or you are developing a component but after completion of such component, please make sure to include this in the XML file so that user can do the complete automated installation easily</p>
<p>3) Please note, here path to icon file could be like as below:</p>
<p>components/com_componentname/assets/icons/icon-name.gif</p>
<p>Here, it is always useful to put all the icons files in the assets folder of the component which is used to store all the additional files to provide them as needed.</p>
<div>4) Sub menus will be linked as if you enter proper parent Id for them in the above DB table.</div>
<div>5) Please make sure to update corresponding names with your component details.</div>
<div>Of course, for any query or further assistance &#8211; just write your message and I will be happy to respond ASAP <img src='http://www.viztech.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8211; enjoy!!!</div>
]]></content:encoded>
			<wfw:commentRss>http://www.viztech.co.in/blog/how-to-add-menu-and-sub-menu-in-the-joomla-administration-menu-for-a-component/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dedicated Joomla Developer Program</title>
		<link>http://www.viztech.co.in/blog/dedicated-joomla-developer-program</link>
		<comments>http://www.viztech.co.in/blog/dedicated-joomla-developer-program#comments</comments>
		<pubDate>Thu, 27 May 2010 09:16:16 +0000</pubDate>
		<dc:creator>Viztech</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[dedicated developer]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[joomla developer]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.viztech.co.in/?p=121</guid>
		<description><![CDATA[We are pleased to inform all our pride customers that now we are starting our Dedicated Developer Program especially for Joomla! too. Over the past few years, Joomla! has gained [...]]]></description>
			<content:encoded><![CDATA[<p>We are pleased to inform all our pride customers that now we are starting our Dedicated Developer Program especially for Joomla! too. Over the past few years, Joomla! has gained a big coverage for different kind of websites from Small business presence website to enough size &amp; complex E-commerce projects. This growing need from our customers has bought us into a nice moment where apart from our regular Joomla customization and extension services, we are ready to provide cost effective dedicated Joomla! developer program too.</p>
<p>We are ready to offer dedicated Joomla Developer program for the most reasonable price on monthly basis from 1st June 2010. Main features of dedicated Joomla developer program is as below:</p>
<p>1. Total control on developer’s activities<br />
2. Entire Project Management<br />
3. Direct Tasks Assignments<br />
4. Direct Communication<br />
5. Supervision by technically capable and smart project managers (on need basis)<br />
6. Performance Management<br />
7. Substitute Availability (depending upon pre-information)<br />
8. and more <img src="http://www.viztech.co.in/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
<p>If you are interested then please refer to our contact us page and act now to avail 10% discount till 31st July 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viztech.co.in/blog/dedicated-joomla-developer-program/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Internet Explorer 6.0 and other older browsers will not be supported any longer</title>
		<link>http://www.viztech.co.in/blog/microsoft-internet-explorer-6-0-and-other-older-browsers-will-not-be-supported-any-longer</link>
		<comments>http://www.viztech.co.in/blog/microsoft-internet-explorer-6-0-and-other-older-browsers-will-not-be-supported-any-longer#comments</comments>
		<pubDate>Sat, 27 Feb 2010 09:15:13 +0000</pubDate>
		<dc:creator>Viztech</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.viztech.co.in/?p=118</guid>
		<description><![CDATA[In order to continue to improve our products and deliver more sophisticated services, we are harnessing some of the latest improvements in web browser technology. This includes faster JavaScript processing [...]]]></description>
			<content:encoded><![CDATA[<p>In order to continue to improve our products and deliver more sophisticated services, we are harnessing some of the latest improvements in web browser technology. This includes faster JavaScript processing and new standards like HTML5. As a result, over the course of 2010, we will be phasing out support for Microsoft Internet Explorer 6.0 as well as other older browsers that are not supported by their own manufacturers.</p>
<p>We plan to begin phasing out support of these older browsers on all the completed &amp; under execution projects so far from March 1, 2010. Later in 2010, we will start to phase out support for these browsers for our open source system like DreamCollab (www.dreamcollab.com) and other open source based extension and themes too – this process will be fully implemented in action from May 1, 2010 and support for such older browsers will not be available.</p>
<p>We will continue to support Internet Explorer 7.0 and above, Firefox 3.0 and above, Google Chrome 4.0 and above, and Safari 3.0 and above as per our standard web design and development practice</p>
<p>Thank you for your continued support!</p>
<p>Sincerely,</p>
<p>The Viztech Info team</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viztech.co.in/blog/microsoft-internet-explorer-6-0-and-other-older-browsers-will-not-be-supported-any-longer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add breadcrumbs in Joomla!</title>
		<link>http://www.viztech.co.in/blog/how-to-add-breadcrumbs-in-joomla</link>
		<comments>http://www.viztech.co.in/blog/how-to-add-breadcrumbs-in-joomla#comments</comments>
		<pubDate>Thu, 31 Dec 2009 09:14:19 +0000</pubDate>
		<dc:creator>Viztech</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.viztech.co.in/?p=116</guid>
		<description><![CDATA[Breadcrumbs are nice way to display the connection from the root. It gives you a hierarchical representation with click able links so that user can visit upper links easily. Breadcrumbs [...]]]></description>
			<content:encoded><![CDATA[<p>Breadcrumbs are nice way to display the connection from the root. It gives you a hierarchical representation with click able links so that user can visit upper links easily. Breadcrumbs can be added in templates by using the object returned by $mainframe-&gt;getPathWay(). The member function addItem() allows to add a breadcrumb with the title of choice.</p>
<p>There are two parameters used for breadcrumbs creation process, and the first parameter is the title for the breadcrumb and the second parameter is the URL. If we do not need the breadcrumb to work like a link then we need to simply pass a blank string and then it will not work like a click able URL. This term is useful for hierarchical components where we have subcategories: we can generate a link to each and then end with the title of the current record or category.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viztech.co.in/blog/how-to-add-breadcrumbs-in-joomla/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 3/34 queries in 0.039 seconds using disk
Object Caching 681/748 objects using disk

Served from: www.viztech.co.in @ 2012-02-07 02:41:42 -->
