Joomla components,Joomla modules,Joomla plugins,Joomla template CMS -Joomla,Joomla plugin,Joomla mods,Joomla component, Joomla extensions, Joomla tips and trips, Joomla support. http://www.eboga.org/feedatom.html 2012-05-18T04:42:47Z Joomla! 1.5 - Open Source Content Management Joomla Plugin: Chinese PinYin 2009-02-11T06:21:43Z 2009-02-11T06:21:43Z http://www.eboga.org/cms/joomla/joomla-plugin-chinese-pinyin.html Joe joeguo@gmail.com <h2>Joomla Plugin Chinese PinYin</h2> <p>This plugin can automaticlly use Titile's PinYin as Alias When submit an article.</p> <h2>Joomla Plugin Chinese PinYin</h2> <p>This plugin can automaticlly use Titile's PinYin as Alias When submit an article.</p> Tips and Frequently asked questions on Content static 2009-02-10T03:54:27Z 2009-02-10T03:54:27Z http://www.eboga.org/cms/joomla/tips-and-frequently-asked-questions-on-content-static.html Joe joeguo@gmail.com <p><strong>Some tips and frequently asked questions on Joomla plugin Content static.</strong></p> <ul><li><strong>How to store all generated html into cache fold?</strong> <p> 1.Set parameter " Joomla base dir' to cache directory.<br/> For example, if you install Joomla on C:\wamp\www(or \var\www),<br/> please set "Joomla base dir"as C:\wamp\www\cache (or \var\www\cache). </p> <p> 2.Add the following two lines to .htaccess <pre>RewriteCond %{DOCUMENT_ROOT}/cache/%{REQUEST_URI} -f RewriteRule (.*) /cache/$1 [L] </pre> The above two lines should just after "RewriteEngine On" and before the Joomla core rewrite section </p></li> <li><strong>Must the url end with ".html"?</strong><br /> <p>Not realy. If your urls don't end with ".html", please add the following <pre>DefaultType text/html</pre> to the top of .htaccess file</p></li> <li><strong>How do I know the Content static plugin has taken effect? </strong> <p> For example, I have a article with url<br /> http://www.eboga.org/cms/joomla/tips-and-frequently-asked-questions-on-content-static.html</p> <p> Please check the  /cms/joomla/tips-and-frequently-asked-questions-on-content-static.html has been created.<br /> And rename Joomla's entrance index.php to index.php.bak, you still can access the url with browser. <br /> Which means the file  no longer depends on Joomla now. </p></li> <li><strong>Does Content static alter database?</strong> <p> No, the content static don't have database operation </p> </li> <li><strong>If I don't want the Content Static, how can I uninstall it?</strong> <p>Please disable the plugin(or uninstall the plugin), and remove all generated html files. </p></li> <li> <strong> Why I get Warning:" fopen(/www/htdocs/index.php/index.html) [function.fopen]: failed to open stream: No such file or directory"?</strong> <p>You url includes index.php. It is impossible to take index.php as a file and a directory at the same time.    </p></li></ul> <p><strong>Some tips and frequently asked questions on Joomla plugin Content static.</strong></p> <ul><li><strong>How to store all generated html into cache fold?</strong> <p> 1.Set parameter " Joomla base dir' to cache directory.<br/> For example, if you install Joomla on C:\wamp\www(or \var\www),<br/> please set "Joomla base dir"as C:\wamp\www\cache (or \var\www\cache). </p> <p> 2.Add the following two lines to .htaccess <pre>RewriteCond %{DOCUMENT_ROOT}/cache/%{REQUEST_URI} -f RewriteRule (.*) /cache/$1 [L] </pre> The above two lines should just after "RewriteEngine On" and before the Joomla core rewrite section </p></li> <li><strong>Must the url end with ".html"?</strong><br /> <p>Not realy. If your urls don't end with ".html", please add the following <pre>DefaultType text/html</pre> to the top of .htaccess file</p></li> <li><strong>How do I know the Content static plugin has taken effect? </strong> <p> For example, I have a article with url<br /> http://www.eboga.org/cms/joomla/tips-and-frequently-asked-questions-on-content-static.html</p> <p> Please check the  /cms/joomla/tips-and-frequently-asked-questions-on-content-static.html has been created.<br /> And rename Joomla's entrance index.php to index.php.bak, you still can access the url with browser. <br /> Which means the file  no longer depends on Joomla now. </p></li> <li><strong>Does Content static alter database?</strong> <p> No, the content static don't have database operation </p> </li> <li><strong>If I don't want the Content Static, how can I uninstall it?</strong> <p>Please disable the plugin(or uninstall the plugin), and remove all generated html files. </p></li> <li> <strong> Why I get Warning:" fopen(/www/htdocs/index.php/index.html) [function.fopen]: failed to open stream: No such file or directory"?</strong> <p>You url includes index.php. It is impossible to take index.php as a file and a directory at the same time.    </p></li></ul> Joomla Plugin: Google Ajax Library 2008-12-28T12:02:40Z 2008-12-28T12:02:40Z http://www.eboga.org/cms/joomla/joomla-plugin-google-ajax-library.html Joe joeguo@gmail.com <p>A great way to save bandwidth is to take advantage of <a href="http://code.google.com/apis/ajaxlibs/">Google’s AJAX Libraries API </a>to serve your favorite open-source JavaScript libraries.</p> <p>For a Joomla user, Joomla import mootools.js automatically.  Mootools.js is more than 70KB, How much bandwidth it will takes?</p> <p>The Joomla Plugin  Google Ajax Library will automatically replace your local ajax libraries with Google's AJAX libraries.</p> <p>For example,  it will replace</p> <pre>&lt;<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">"text/javascript" </span><span class="attribute-name">src</span>=<span class="attribute-value">"/media/system/js/mootools.js"</span>&gt;&lt;/<span class="end-tag">script</span>&gt;</pre> <p><br />with</p> <pre> &lt;<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">"text/javascript" </span><span class="attribute-name">src</span>=<span class="attribute-value">"http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js"</span>&gt;&lt;/<span class="end-tag">script</span>&gt;</pre> <p>or</p> <pre> &lt;<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">"text/javascript" </span><span class="attribute-name">src</span>=<span class="attribute-value">"http://ajax.googleapis.com/ajax/libs/mootools/1.2.1/mootools-yui-compressed.js"</span>&gt;&lt;/<span class="end-tag">script</span>&gt; </pre> <p>It depends the version you  have set. The mootools version must have hosting on Google's Ajax libraries.</p> <p> </p> <p>Benefits of the using Joomla Plugin: GoogleAjaxLib</p> <ul> <li>Save bandwidth.</li> <li>Speed up your site's response.</li> <li>Service more online users.</li> </ul> <p>Support Ajax libraries:</p> <ol> <li>Mootools</li> <li>Prototype</li> <li>JQuery</li> <li>JQuery UI</li> </ol> <p>Demo Site:</p> <p><a href="http://www.java-opensource.com" title="Java">Java Open Source Directory </a></p> <p>A great way to save bandwidth is to take advantage of <a href="http://code.google.com/apis/ajaxlibs/">Google’s AJAX Libraries API </a>to serve your favorite open-source JavaScript libraries.</p> <p>For a Joomla user, Joomla import mootools.js automatically.  Mootools.js is more than 70KB, How much bandwidth it will takes?</p> <p>The Joomla Plugin  Google Ajax Library will automatically replace your local ajax libraries with Google's AJAX libraries.</p> <p>For example,  it will replace</p> <pre>&lt;<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">"text/javascript" </span><span class="attribute-name">src</span>=<span class="attribute-value">"/media/system/js/mootools.js"</span>&gt;&lt;/<span class="end-tag">script</span>&gt;</pre> <p><br />with</p> <pre> &lt;<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">"text/javascript" </span><span class="attribute-name">src</span>=<span class="attribute-value">"http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js"</span>&gt;&lt;/<span class="end-tag">script</span>&gt;</pre> <p>or</p> <pre> &lt;<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">"text/javascript" </span><span class="attribute-name">src</span>=<span class="attribute-value">"http://ajax.googleapis.com/ajax/libs/mootools/1.2.1/mootools-yui-compressed.js"</span>&gt;&lt;/<span class="end-tag">script</span>&gt; </pre> <p>It depends the version you  have set. The mootools version must have hosting on Google's Ajax libraries.</p> <p> </p> <p>Benefits of the using Joomla Plugin: GoogleAjaxLib</p> <ul> <li>Save bandwidth.</li> <li>Speed up your site's response.</li> <li>Service more online users.</li> </ul> <p>Support Ajax libraries:</p> <ol> <li>Mootools</li> <li>Prototype</li> <li>JQuery</li> <li>JQuery UI</li> </ol> <p>Demo Site:</p> <p><a href="http://www.java-opensource.com" title="Java">Java Open Source Directory </a></p> Joomla Plugin: Search Engine Keywords Highlight AJAX Version 2008-12-09T13:04:05Z 2008-12-09T13:04:05Z http://www.eboga.org/cms/joomla/search-engine-keywords-highlight-ajax.html Joe joeguo@gmail.com <p>A Search engine keywords highlight for Joomla.</p><p>Support the following search engines:</p><ul><li>Google</li><li>Yahoo</li><li>MSN</li><li>Live</li><li>Ask</li><li>Baidu</li></ul><p> For a live demo, you can search '<a href="http://www.google.com/search?hl=en&q=java+open+directory" title="Search engine keywords highlight">Java open directory'</a> with google.</p><p>Search http://www.google.com/search?hl=en&q=java+open+directory</p><p>find http://www.java-opensource.com in the search result, and click.</p><p>Then you will find the keywords: java open directory are all highlighted. </p><p>&nbsp;</p><p>&nbsp;</p> <p>A Search engine keywords highlight for Joomla.</p><p>Support the following search engines:</p><ul><li>Google</li><li>Yahoo</li><li>MSN</li><li>Live</li><li>Ask</li><li>Baidu</li></ul><p> For a live demo, you can search '<a href="http://www.google.com/search?hl=en&q=java+open+directory" title="Search engine keywords highlight">Java open directory'</a> with google.</p><p>Search http://www.google.com/search?hl=en&q=java+open+directory</p><p>find http://www.java-opensource.com in the search result, and click.</p><p>Then you will find the keywords: java open directory are all highlighted. </p><p>&nbsp;</p><p>&nbsp;</p> Joomla Plugin: Search Engine Keywords Highlight Javascript Version 2008-12-09T13:04:05Z 2008-12-09T13:04:05Z http://www.eboga.org/cms/joomla/search-engine-keywords-highlight-javascript.html Joe joeguo@gmail.com <p>A Search engine keywords highlight for Joomla.</p><p>Support the following search engines:</p><ul><li>Google</li><li>Yahoo</li><li>MSN</li><li>Live</li><li>Ask</li><li>Baidu</li></ul><p> For a live demo, you can search '<font color="#1b57b1">Joomla extensions'</font> with google.</p><p>Search <a href="http://www.google.com/search?hl=en&q=joomla+extensions" title="Joomla plugins:Search engine keywords highlight java script version">http://www.google.com/search?hl=en&q=joomla+extensions</a></p><p>find <a href="http://www.eboga.org//">http://www.eboga.org</a> in the search result(In about 2-3 pages), and click.</p><p>Then you will find that keywords joomla and extensions are highlighted.</p><p>This plugin is built on: scott yang 's </p><h2 class="title"><a href="http://scott.yang.id.au/code/se-hilite/" title="Permanent Link: Search Engine Keyword Highlight with Javascript" rel="bookmark">Search Engine Keyword Highlight with Javascript</a></h2><p>&nbsp;</p><p>&nbsp;</p> <p>A Search engine keywords highlight for Joomla.</p><p>Support the following search engines:</p><ul><li>Google</li><li>Yahoo</li><li>MSN</li><li>Live</li><li>Ask</li><li>Baidu</li></ul><p> For a live demo, you can search '<font color="#1b57b1">Joomla extensions'</font> with google.</p><p>Search <a href="http://www.google.com/search?hl=en&q=joomla+extensions" title="Joomla plugins:Search engine keywords highlight java script version">http://www.google.com/search?hl=en&q=joomla+extensions</a></p><p>find <a href="http://www.eboga.org//">http://www.eboga.org</a> in the search result(In about 2-3 pages), and click.</p><p>Then you will find that keywords joomla and extensions are highlighted.</p><p>This plugin is built on: scott yang 's </p><h2 class="title"><a href="http://scott.yang.id.au/code/se-hilite/" title="Permanent Link: Search Engine Keyword Highlight with Javascript" rel="bookmark">Search Engine Keyword Highlight with Javascript</a></h2><p>&nbsp;</p><p>&nbsp;</p> Joomla Plugin: Search Engine Keywords Highlight(Specail Version) 2008-12-09T13:04:05Z 2008-12-09T13:04:05Z http://www.eboga.org/cms/joomla/search-engine-keywords-highlight.html Joe joeguo@gmail.com <p>A Search engine keywords highlight for Joomla.</p><p>Support the following search engines:</p><ul><li>Google</li><li>Yahoo</li><li>MSN</li><li>Live</li><li>Ask</li><li>Baidu</li></ul><p> For a live demo, you can search '<a href="http://www.google.com/search?hl=en&q=java+open+directory" title="Search engine keywords highlight">Java open directory'</a> with google.</p><p>Search http://www.google.com/search?hl=en&q=java+open+directory</p><p>find http://www.java-opensource.com in the search result, and click.</p><p>Then you will find the keywords: java open directory are all highlighted. </p><p>Tips. Search engine keywords highlight for Joomla need mootools.js.  </p><p>&nbsp;</p> <p>A Search engine keywords highlight for Joomla.</p><p>Support the following search engines:</p><ul><li>Google</li><li>Yahoo</li><li>MSN</li><li>Live</li><li>Ask</li><li>Baidu</li></ul><p> For a live demo, you can search '<a href="http://www.google.com/search?hl=en&q=java+open+directory" title="Search engine keywords highlight">Java open directory'</a> with google.</p><p>Search http://www.google.com/search?hl=en&q=java+open+directory</p><p>find http://www.java-opensource.com in the search result, and click.</p><p>Then you will find the keywords: java open directory are all highlighted. </p><p>Tips. Search engine keywords highlight for Joomla need mootools.js.  </p><p>&nbsp;</p> Joomla Search SEO Plugin 2008-12-01T05:50:39Z 2008-12-01T05:50:39Z http://www.eboga.org/cms/joomla/joomla-search-seo-plugin.html Joe joeguo@gmail.com <p>A very useful joomla search SEO Plugin, it is based on the official search content plugin, and add some seo features.</p><p>It will generate page title, meta description and meta keywords dynamicly according to the search keywords and search results.</p><p><strong>Hints:</strong> </p><p><strong>Please disable the official  Seach --Content Plugin.</strong> </p><p>&nbsp;</p> <p>A very useful joomla search SEO Plugin, it is based on the official search content plugin, and add some seo features.</p><p>It will generate page title, meta description and meta keywords dynamicly according to the search keywords and search results.</p><p><strong>Hints:</strong> </p><p><strong>Please disable the official  Seach --Content Plugin.</strong> </p><p>&nbsp;</p> How to accelerate Joomla search speed? 2008-12-01T05:41:28Z 2008-12-01T05:41:28Z http://www.eboga.org/cms/joomla/how-to-accelerate-joomla-search-speed.html Joe joeguo@gmail.com <p>Here are some tips and tricks to accelerate Joomla search speed:</p><p>1. For most sites, we only want the user search articles, so you  can disable the following search plugins:</p><ul><li> Search - Weblinks</li><li>Search - Contacts</li><li>Search - Categories</li><li>Search - Sections</li><li>Search - Newsfeeds</li></ul><p>You can disable the above search plugins from </p><p>Extensions --&gt;Plugin Manager  </p><p>    2. If you don't have <span class="editlinktip">Uncategorized Articles or </span> <span class="editlinktip">Archived Articles</span>, you can disable them from </p><p>Extensions--&gt;Plugin Manager--&gt;Search Content</p><p>Thus, it can improve your Joomla search speed greatly. </p> <p>Here are some tips and tricks to accelerate Joomla search speed:</p><p>1. For most sites, we only want the user search articles, so you  can disable the following search plugins:</p><ul><li> Search - Weblinks</li><li>Search - Contacts</li><li>Search - Categories</li><li>Search - Sections</li><li>Search - Newsfeeds</li></ul><p>You can disable the above search plugins from </p><p>Extensions --&gt;Plugin Manager  </p><p>    2. If you don't have <span class="editlinktip">Uncategorized Articles or </span> <span class="editlinktip">Archived Articles</span>, you can disable them from </p><p>Extensions--&gt;Plugin Manager--&gt;Search Content</p><p>Thus, it can improve your Joomla search speed greatly. </p> Joomla1.0.x module - mod_MostReadByCategoryOrSection 2008-11-11T01:00:24Z 2008-11-11T01:00:24Z http://www.eboga.org/cms/joomla/joomla10x-module-modmostreadbycategoryorsection.html Joe joeguo@gmail.com <p>Joomla1.0.x module - mod_MostReadByCategoryOrSection </p><p>If the current menu is using com_content(or com_contentex), this mod will display most read articles of the category or section selected by the menu.<br />For frontpage and some other cases(the active is not using com_content or com_contentex), it will display the most read contents,just as mod_mostRead does.It works properly in Joomla 1.0.x version natively</p><p> For Joomla 1.5.x Version, please download from here:</p><p><a href="http://www.eboga.org/modmostreadbycategoryorsection.html" target="_blank" title="Joomla 1.5,x most read module">Joomla 1.5.x</a> </p> <p>Joomla1.0.x module - mod_MostReadByCategoryOrSection </p><p>If the current menu is using com_content(or com_contentex), this mod will display most read articles of the category or section selected by the menu.<br />For frontpage and some other cases(the active is not using com_content or com_contentex), it will display the most read contents,just as mod_mostRead does.It works properly in Joomla 1.0.x version natively</p><p> For Joomla 1.5.x Version, please download from here:</p><p><a href="http://www.eboga.org/modmostreadbycategoryorsection.html" target="_blank" title="Joomla 1.5,x most read module">Joomla 1.5.x</a> </p> Mod_latestnewsByCategoryOrSection for Joomla1.0.X 2008-11-11T00:53:01Z 2008-11-11T00:53:01Z http://www.eboga.org/cms/joomla/joomla-module-modlatestnewsbycategoryorsection.html Joe joeguo@gmail.com <p>Joomla1.x module  Mod_latestnewsByCategoryOrSection :</p><p>If the current menu using com_content, this mod will display latest Contents of the category or section selected by the menu. For frontage and some other cases(the active is not using com_content), it will display the latest contents just as mod_latest does.It works properly in Joomla 1.0x version natively.</p> <p>Joomla1.x module  Mod_latestnewsByCategoryOrSection :</p><p>If the current menu using com_content, this mod will display latest Contents of the category or section selected by the menu. For frontage and some other cases(the active is not using com_content), it will display the latest contents just as mod_latest does.It works properly in Joomla 1.0x version natively.</p>