Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8650747
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T13:53:53+00:00 2026-06-12T13:53:53+00:00

I have created web-application using Joomla 2.5. In that I have used Joomla user

  • 0

I have created web-application using Joomla 2.5.

In that I have used Joomla user management. I have kept menu as View Profile & Edit Profile (Menu Item Type as Users Manager » User Profile). The problem is when I click on View Profile, I get un-wanted data also as shown below.

Basic Settings

Editor: Editor - JCE
Time zone: No Information Entered
Frontend language: No Information Entered
Backend Template Style: No Information Entered
Backend language: No Information Entered
Help Site: No Information Entered

so what I want is edit this page and show only what I wanted. Any idea what steps I need to follow to edit the same?

Edit 1

After following Lodder answer I am able to remove Basic settings. Now on page I have

Profile

Name:: dummy name
Username:: id
Registered Date: Sunday, 07 October 2012
Last visited date: Tuesday, 09 October 2012

However what I want is

Profile

Name:: dummy name
Username:: id
Email Id :: dummy@dummy.com
Phone :: 12345678
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T13:53:54+00:00Added an answer on June 12, 2026 at 1:53 pm

    Follow these simple steps:

    1. Go to the Joomla backend
    2. Go to User Manager
    3. Open the Paramaters window
    4. Set “Frontend User Parameters” to “Hide”

    Update:

    To replace the last 2 fields with e-mail and phone, I firstly recommend you do a template override so that you are not editing any core Joomla files.
    What you want to be overriding is the following:

    root/components/com_users/views/profile/tmpl/default_core.php
    

    Once you have overridden this file, open it and starting on line 31, you will see the following code:

    <dt>
        <?php echo JText::_('COM_USERS_PROFILE_REGISTERED_DATE_LABEL'); ?>
    </dt>
    <dd>
        <?php echo JHtml::_('date', $this->data->registerDate); ?>
    </dd>
    

    which needs to be replaced with:

    <dt>
        <?php echo "E-mail"; ?> 
        //or you can make this language based. Up to you.
    </dt>
    <dd>
        <?php $user = JFactory::getUser();
              echo $user->email; ?>
    </dd>
    

    The same applies for the other field which I assume will be something along the lines of this, depending on how you created it:

    <dt>
         <?php echo "Phone"; ?> 
         //or you can make this language based. Up to you.
    </dt>
    <dd>
         <?php $user = JFactory::getUser();
               echo $user->phone; ?>
    </dd>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created web-application using JSF 2.0 & JSP and facing some weird problem.
We have created a web application, using ASP.NET, that allows users to upload documents
I have created a web application using Visualstudio 2008 using C# on my computer.
I have created a web application with a Silverlight project embedded in it, using
Today we have a windows application that, using an OCX, creates a web page
i have created an mvc3 web application that uses forms based authentication. one part
I have created a Visual Studio 2010 ASP.NET Web Application. I've noticed that if
I have created web-application using JSF 2.0 where I have many checkboxes. I want
I have created web-application using JSF 2.0 where I have checkbox to select as
I'm new to Servlet containers and have created a web application using Tomcat 6.0.26.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.