T3Social / NgineS

The Ultimate PHP Social Network Platform
GNU Affero General Public License v3.0
1 stars 0 forks source link

Issue: Showing all groups under "Explore all" #88

Open lisandi opened 3 years ago

lisandi commented 3 years ago

Problem in Sngine we should avoid/fix in NgineS!

How can I show all groups on this page. Joined, pending, my group etc. I want to show them under Explore all. https://demo.sngine.com/groups

Show all Groups under explore all

Additional Comment:

It would be great to have the ability to define what gets shown to users in the Backend without need to enter SQL or Code itself.

lisandi commented 3 years ago

Simon Lewis solution on FB:

if its on demo then it just be a setting check admin section also it will only display public groups you would need to edit the sql string to some thing like this so it would list all items in group table $get_groups = $db->query("SELECT * FROM groups") or _error("SQL_ERROR_THROWEN");