Results 1 to 1 of 1
  1. #1
    ranaza21
    ranaza21 is offline
    New member ranaza21's Avatar
    Join Date
    2012 Oct
    Posts
    9
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0

    BOI registration in joomla

    1- Go to the directory joomla
    2- Copy file acreate.php to directory :
    C:\WebServers\home\boitest\www\components\com_user
    3- C:\WebServers\home\boitest\www\components\com_user and open controller.php
    4- find text:

    PHP Code:
    if ( !$user->save() )
          {
             
    JError::raiseWarning(''JText::_$user->getError()));
             
    $this->register(JRequest::get('post'));
             return 
    false;
          } 
    5- And add after :
    PHP Code:
    include_once JPATH_ROOT.'/components/com_alpharegistration/acreate.php'
    6- Enjoy

Similar Threads

  1. [Tutorial] How to get better hit registration in Call of Duty 4
    By hexag0n in forum Call of Duty
    Replies: 1
    Last Post: 2013-03-04, 01:46 AM
  2. About registration
    By Dwar in forum Rules/Announcements
    Replies: 0
    Last Post: 2010-12-20, 11:31 AM
  3. Activation-Registration Problem?
    By Dwar in forum General Talk
    Replies: 0
    Last Post: 2010-11-29, 04:07 PM
  4. Problems with registration
    By Dwar in forum Rules/Announcements
    Replies: 0
    Last Post: 2010-11-29, 03:54 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •