7 years ago
6
Topic

Hi All, 

I created a search list to list users in joomla Users table. But the my list doesn't show any user. Is this because user doesn't sign in thru a seblod form? How can I fix this? 

Thank you in advance.

Get a VIP membership
4229 Posts
Kadministrator
7 years ago
5
Level 1

Hi,

you need to make this search list correctly, if you enable debugging in search&list configuration you will see query it produces, then you can tweak fields to make it work. Hard to just blindly give you some more detailed answer.

7 years ago
4
Level 2

Thank you. But still doesn't work for me. I activated the debug. and I saw user has to be referenced in __cck_core table. I use a 3th partie module for user registration it is propably why I have only 1 user in the __cck_core table and that is the only one showing in my list. I tried to change the CCK field but it doesn't work. I will not use joomla or seblod to register users at all on my site. What are the options for me to get the user list to work?

 

1283 Posts
Bucklash
7 years ago
3
Level 3

Hi

If you just wamt to list some users do a list & search based on free object and use Search Query field.

Make sure to set it to standalone (rather than append - I think that's the wording)

You have to create fields that map to the column in your db, these will go in your List or Item View.

4229 Posts
Kadministrator
7 years ago
2
Level 4

Hi,

even with 3rd party login, you should be able to set seblod to create entry in cck_core table, try changing user plugins order in joomla and Integration settings for user - Registration in Seblod configuration.

Otwrwise it is the best to use search query plugin Buckclash mentioned, but you have to know sql to be able to use it.

7 years ago
1
Level 5

Thank you, but can you clarify "try changing user plugins order in joomla" where exacly should I do this in joomla? for "and Integration settings for user - Registration in Seblod configuration" there are 5 options under Integration > Joomla User . - Edit link = Auto Edit Link (Alternative) =Yes , Registration =Yes, Registration menu Item and Profile Menu Item. I have to choose a menu here. But my problem is that I am creating a membership application and there are different menus base on the membership chosen. but all those menu are handled by the same module. How can I point to a module instate of menu?

Thank you in advance.

4229 Posts
Kadministrator
7 years ago
0
Level 6

Plugins order can be changed in Extensions->Plugins, select user plugin type as filter.

If you woulld like to use seblod form your profiles, you don't need different menus for each profile, you can show different profile fields based on user group (group matching membership types) using restriction plugins, mainly acl plugins

Get a VIP membership