Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • amit_s_r Friend
    #166705

    Hello everyone i want to know that if the user registers to my site ,the data of the user goes to the database or not?
    My site:http://www.freeaffiliateassistant.com/

    If yes then please could anyone tell me the table name and the database in which that data goes..
    Thank you in advance for your help

    Ninja Lead Moderator
    #403410

    Normally the data will be saved in your database, the table name should be “jos_users”. The db name is the name you have specified when installing joomla.

    amit_s_r Friend
    #403446

    Thankyou sir for your reply:D ..

    Sir i have another question that after a user logs in into my site i want some user specific info to be displayed.Sir i am using an extension jumi in which i have written the php script for the users area.So after the user logs in i have to run that script so my question is that how can i catch the details of the user to show the user specific data…..
    Thank you again for your help…

    amit_s_r Friend
    #403542

    Ah:D i got the answer to know who’s online or not.I am using the following code:

    $user =& JFactory::getUser();
    if($user->guest) {
    echo ‘Only guests will see this’;
    } else {
    echo ‘Only logged in users will see this’;
    }

    I thought should share the answer…
    Now the thread can be closed…:D

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  amit_s_r 13 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum