April 12, 2012
October 14, 2011
Download VTEM Slides
Please visit below website to download some useful paid components
http://www.snns.info/joomla-17/joomla-17-extensions
http://www.snns.info/joomla-17/joomla-17-extensions
JFolder::create: Could not create directory’ Error in Joomla
Open the configuration.php file.
Find Line no:18 var $log_path, it will contain the Directory path of your Old Server. Just replace the whole line with the code var $log_path = './logs';
Find Line no:19 var $tmp_path, it will also have the Directory path of your Old Server. Replace the whole line with the code var $tmp_path = './tmp';
Safe the file and check...
August 19, 2011
To redirect website from one domain to another domain using .htacess file
To redirect website from one domain to another domain using .htacess file
RewriteEngine On
RewriteCond %{HTTP_HOST} ^targeturl.com
RewriteRule (.*) http://www.oldurl.com/$1 [R=301,L]
RewriteEngine On
RewriteCond %{HTTP_HOST} ^targeturl.com
RewriteRule (.*) http://www.oldurl.com/$1 [R=301,L]
July 19, 2011
July 12, 2011
VE Latest New Scroller for joomla1.6
Latest New Scroller is a joomla module that show latest news of joomla with nice scroller.
Features:
- Compatible with Joomla1.5, Joomla 1.6
- Set with, height of thumbnail
- Set number of article
- Set number characters of intro text
Demo:
Download:
June 30, 2011
June 22, 2011
Align center the test using html tag
This post is very simple but unknown sometimes...
<html>
<head>
</head>
<body>
<table width="100%" height="100%"><tr align="center" valign="middle"><td align="center" valign="middle">xxxx</td></tr></table>
</body>
</html>
<html>
<head>
</head>
<body>
<table width="100%" height="100%"><tr align="center" valign="middle"><td align="center" valign="middle">xxxx</td></tr></table>
</body>
</html>
May 16, 2011
EasyBlog
EasyBlog is a user friendly, extensive and powerful blog component for Joomla!. It includes a fantastic front end blog editing capabilities and a rich Dashboard for your bloggers, RSS Feeds throughout the system, integrates with Ping-o-matic, supports XMLRPC which allows you to write blogs with 3rd party applications, proper multiple blog environment, 3rd party avatar integrations, automated social sharing integrations and much more. In short, all you need to do is to focus on writing your blogs and EasyBlog will do the rest for you.
http://www.filecrop.com/easy-blog-joomla.html
http://www.filecrop.com/easy-blog-joomla.html
April 14, 2011
JFBConnect 2.5 - Facebook Connect for Joomla
Enhancements
Here is the updated pack with 2.5.3
http://rapidshare.com/files/312075777/JFBConnect_2.5.3.rar.html
http://www.megaupload.com/?d=LP9NKU50
http://depositfiles.com/files/a9igx4exf
http://hotfile.com/dl/18604265/1f7e710/JFBConnect_2.5.3.rar.html
- Added ability to post status message updates to Facebook on registration or login. Also available to 3rd party devs
- Added "Always Map" option. When set, the CB or JS profile is updated when a user logs back in instead of just at registration as previously
- Updated login/logout logic. Now the standard Logout button in any login module will log the user out of the site properly (i.e. you no longer need to use the JFBCLogin module to let users logout).
- Community Builder - Default fields are now setup for a user before their data is imported from Facebook
- Community Builder - Set new user Approve/Confirm email based on your CB confg settings
- Added a check to ensure the Facebook Connect URL looks correct
- Added "Remember Me" button to JFBCLogin module
- Added pagination to the Usermap listing in the admin area
- Added plugin/module check to home page to ensure that the authentication plugin and (new) user plugins are enabled
- Updated the Facebook Connect client library
Here is the updated pack with 2.5.3
http://rapidshare.com/files/312075777/JFBConnect_2.5.3.rar.html
http://www.megaupload.com/?d=LP9NKU50
http://depositfiles.com/files/a9igx4exf
http://hotfile.com/dl/18604265/1f7e710/JFBConnect_2.5.3.rar.html
March 29, 2011
Upgrade PHP5 using .htaccess
Upgrade PHP5 version and mysql 5.0.x using .htaccess by following code
SetEnv PHP_VER 5
SetEnv PHP_VER 5
March 16, 2011
Feedburner Email Subscription (Joomla 1.0/Modules)
This module is designed to put your Feed Burner email subscription at a desired place on your website. Once installed, just configure it. - Select Form/email based subscription
- Enter your feed Title
- Enter your feed ID
- Select your language
Download module for joomla1.0
download Link
- Enter your feed Title
- Enter your feed ID
- Select your language
Download module for joomla1.0
download Link
February 16, 2011
January 18, 2011
How to display multiple langauge in joomla1.5 template
In language folder you have to choose appropriate module language file (for common translation use en-GB.ini )
eg: LABEL=Label to be translated
To display in the index.php use
echo JText::_("LABEL");
eg: LABEL=Label to be translated
To display in the index.php use
echo JText::_("LABEL");
Subscribe to:
Posts (Atom)