Mat Kay
Mat Kay

Reputation: 518

should i use the joomla user profile table?

When Joomla 1.6 came out and onwards I started using the joomla profile plugin to manage my user's profile data.

I have been wondering for quite a while about the pros and cons of such a table where the data is stored in rows and not in fields.

The pro is definitely that I can add new profile fields very easily.

The con is how do you search on the information when different field types are stored in a text field - ie: the dob of the user is stored in a text field.

Perhaps this question is more database than joomla related?

But it boils down to - should I be using the joomla profile table for large numbers of users?

Thanks,

Mat

Upvotes: 1

Views: 842

Answers (2)

Techie
Techie

Reputation: 45124

It really depends on the project you are working on.

If you use a plugin to get the work done, cons are

  • You will have to spend some time to get to know the plugin.
  • It will take more time to make changes since you don't know the internal structure of the plugin.

pros are,

  • Plugin does everything for you. Faster development.
  • Most probably error free and tested well.

In my opinion if you are to do a lot of data manipulation and if the plugin does what you want to do exactly use the plugin. That's the best part of joomla. Faster development. If you have any problems please ask.

Upvotes: 1

Lodder
Lodder

Reputation: 19733

You can use the Joomla extended profile if you want to, or you can use Community Builder which also extends user profiles.

Out of all honest, might be better for lots of users, as you might want to install other extensions in the future, such as the Kunena forum for example, which it integrates with fully, along with lots of other extensions.

Upvotes: 0

Related Questions