How to add captcha in registration of joomla 1.5?



The previous article has mentioned about recaptcha. This article we will show the detail how to add recaptcha to register page.First read this article to download recaptcha plugin and config it.Then go to folder components/com_users/controller.php line 61 and place this:global $mainframe; $mainframe->triggerEvent('onCaptchaConfirm');Finally, go to template file in components/com_user/views/register/tmpl/default.php or in folder...
[Read More...]


An easy way insert captcha in any module or component of joomla?



A popular way to stop spammer from spamming is using captcha. But writing an own captcha will take a lot of time. There is one simple way to solve this problem is using Joomla reCAPTCHA Integrator Plugin. It uses an external captcha from recaptcha.net now belong to google http://www.google.com/recaptcha.How to use it:1. Download it from:...
[Read More...]


How to prevent spammer in forum kunena?



Many joomla programmers use forum kunena. After a time, there are many articles are posted automatically by spammers. There is some way to stop it. you can use component: Spam killer for kunena. But many people say it doesn't work. So it is not a good way. After a time thinking, I find that these spammer relate to com_users to register...
[Read More...]


How to detect template is on frontpage in joomla?



Many programmers want to put a script in joomla template that only run at home page. I recommend here two solution that i get from digital point forum: 1. Solution 1 you can simply put a module position and make it only display on frontpage. When this module display, it means we are on front page. Put a code of javascript here. For...
[Read More...]


How to auto insert link to keyword and description to image in joomla?



There is hundreds of article in one website. Each article, we always want to have some link refer to our website. It takes a lot of time to do it manually. In joomla, there is a plugin name jwseolink can help you solve this problem. jwseolink search for keywords automatically, then replace them with the tag a, then insert link that...
[Read More...]


How to display menu of component in creating menu in joomla 1.6, joomla 1.7?



There a bit different in joomla 1.5 and later version joomla 1.6, joomla.17. In joomla 1.5, in view folder, we have view.html.php, metadata.xml, folder tmpl with default.php inside. But in joomla 1.6, joomla 1.7, it is: view.html.php, folder tmpl with default.php and default.xml. This file default.xml is like metadata.xml. A simple default.xml is like this:Now, turn back to your admin site. Check again, it has been display...
[Read More...]


How to disable component on front page?



In most template, the component always display at one position. If there nothing to display, it still stand there, that make our page seem ugly. There is an easy way to handle this problem for five step. Step1: Create a new module position. For example we create module position intro: countModules('intro')) : ?> Step2:...
[Read More...]


Joomla Plugin auto insert links for keywords - a good seo plugin



This plugin will replace keyword by a link with keyword. IT will search for all keywords in content, and replace it with tag . This is really helpful for your site seo. For example you have this article, with key words: joomla 1.6 ; website and link: http://jw-extensions.net; http://jw-extensions.net/website : After you install Joomla 1.6 you will see a text in the content area “Home”. This is actually a breadcrumbs...
[Read More...]


Tutorial of jwuser version 1.3 for joomla 1.6



JW-extensions.net have released new version of jwuser, it is jwuser version 1.3 for joomla 1.6. As we know, in joomla 1.6, the user system of joomla have changed a lot. It have different group, and user can defined group. Jwuser v1.3 have to change the core of previous version 1.2 to suitable with it. In this version, jwuser...
[Read More...]


How to disable joomla 1.6 new user registrations



To remove the register link on your Joomla 1 .6 site, here is how to do it: 1. Login to your Joomla 1.6 Administrator backend. 2. Click on ‘Users’, ‘User Manager’. Click on the button on the right side ‘Options‘. 3. Set ‘Allow User Registration’ = “No” That’s it. Save your options and refresh your site. You will see in...
[Read More...]


How to add component submenu in joomla 1.6



Joomla 1.5 programmer will be confused about submenu of component. In joomla 1.5, they don't have to worry, it automatic displays when we add submenu by xml install file or insert dirrect to jos_component table in database. Now in joomla 1.6, it is not like that. We have to add it manually. My suggestion is that we add it in toolbar...
[Read More...]


Jwuser tutorial- config payment gateway and one user access by jwuser 1.2



We are very happy to inform you that new version of jwuser: jwuser 1.2 have been release. In this version we have some new points:It has been integrated with paypal payment. User can automatic register, choosing package, and auto publish after payment.It has been integrated with a counter that make sure that one account can be accessed by...
[Read More...]


A module of latest classified of list bingo



The last two tutorials I have said about how to remove the power by of listbingo and how to show all item of list bingo. This time i will talk about how to create latest classified of list bingo. First: please download the source file at jw-extensions.net that include one controller and a latest classifield module. Then: Unzip the file, copy...
[Read More...]


How to raise up your website page rank at jw-extensions.net



There is an easy and quickly way for you to increase yours website page rank by adding your website to webdirectory at jw-extensions.net . Here is 3 step to subscribe your webiste: Step 1: Login as your account Step 2: Click to Open Webdirectory Step 3: Enter your website link and its description You have finished all step. Now you can...
[Read More...]


A new good user and membership management component for joomla 1.5



There some good user and membership management but it is not free. Now we present here a new good user management component, jwuser component for joomla 1.5. Through this component, user can: register by his own register page. login through mod user login choose for themselves a package with time before expired can upgrade package throught...
[Read More...]


Hack joomla core - Registration without email



In joomla registration, email is required field. In some case, we want user have right to enter email or not, we have no config field to choose. It 's the reason why we have to change some code of joomla. If you want user can register with no required email field, there are 2 step: 1. go to library/joomla/database/table/user.php Go to...
[Read More...]


Some beautiful image gallery module



There are hundreds of image module gallery, but i list here 2 module that I suppose that they are the best. 1. Flash-Style jQuery Slideshow You can download Flash-Style jQuery Slideshow version in joomla 1.5 here. There are many option for us to choose the type of effects of transitions 2.RS-FlashMatic This module user flash object, it...
[Read More...]


A module to create beautiful image button



Sometimes we want to create a simple image button with some action like change from black to color. With jwimagebutton it's very easy. First, you create 2 images one is white-black color and one is colorful. Then download jwimagebutton from jw-extensions.net. Finally fill the path of image, the url, and the image title. The uniqueid is...
[Read More...]


How to create a folder with read and write permission in joomla?



In many modules, example module jvheadline, jvnews, or some module for slide show, it is usually need a written permission for thumbnail image folder. Some you can change write permission by fpt, but some time image folder is created by command for example: JFolder::create($thumbImgFolder); . We should change this command into: ...
[Read More...]


How to have same user of two different sites?



When we have a system of relate site, and we want they have the same user. It will decrease the time of user to register new account. How to have the same accounts? I have a solution for this problem. We have to install these database in one server. For example we have two database joomla. We drop the jos_user of the second database....
[Read More...]


How to get a link to see all ads of listbingo?



I have had a time searching how to get a menu all items of listbingo, but i can. Listbingo seem very powerful but it is complicated for user, specially with free versions. Finally, I decide to change code a little to get this item. I create a new view, that means a new control file. It all named categoriesal.Download at: all items listbingo extensions for free. Then copy categoriesal.php to controller and categoriesal folder...
[Read More...]


Dash (-) before Title on Each Joomla Page



Dash (-) is used in Joomla page titles to separate the Site Name and the Page Name. For example: "Our Company Site - About Us." If you happen to see pages as " - About Us", then this implies two things. One is that you have chosen to show the Site Name in the title on each page and that is why Joomla is putting the dash in the title; to separate the site and page name. Second, it implies that your site name was left blank. As...
[Read More...]


404 Error After Deleting Main Menu



If you accidentally (or knowingly) deleted your Joomla site's main menu and tried making a new homepage link with separator, this may not function correctly and you may end up getting a 404 error. To ensure that this doesn't happen, all you need to make sure is that "separator" is not chosen as the menu type, but rather choose "internal link." So, when you go to Articles/Frontpage, just make sure you don't choose "Separator and...
[Read More...]


Joomla! System info



System info, like the name say here you can find information about your Joomla! website, and information about the web server, the server that hosts your website.You can access System info by going to Help -> System info, in the Joomla! main menu.Here, we have five tabs:System Info, PHP Settings, Configuration File, Directory...
[Read More...]


Joomla! 1.5 Global Configuration



The Global Configuration can be access through  the top joomla menu, Site -> Global Configuration, or in the main Control Panel, click on Global Configuration. The Global Configuration screen is divided into three areas: Site, System, and Server. allowing you to configure the Joomla! website with your personal settings. Joomla! Global...
[Read More...]


Step by step picture tutorial on how to install Joomla! 1.5



Here is a free tutorial on how to install Joomla! 1.5.This tutorial presumes that you already have a web-server installed on your PC, and that you extracted the Joomla installation archive in the public folder of the web-server.(If not, click on installing xampp for Joomla)This being said let's start.Open your favorite browser and type...
[Read More...]


 

Link Liên kết

Thông tin liên hệ

YH: huonggiangdhtn
Skype: tthuonggiang
Return to top of page Copyright © 2010 | joomla extensions jw-extension.net