*

Sparky

  • ***
  • 89 posts
Paid Group Showing Published Category
« on: June 27, 2023, 02:16:11 PM »
How can I stop a paid private "GROUP" from showing the post on the main page. I want only the members that paid to see the posting . As it is now, you can make a post, and it will show the post on the main page. It does bring up the page where it shows you have to be a member to see the content if you click on the ad, but I only want the category and subcategories to display the page where it says you got to be a paid member to display and not show any ad to the public at all, and only show what has been posted when you enter the group.
« Last Edit: June 27, 2023, 02:19:50 PM by Sparky »

*

MB Themes

Re: Paid Group Showing Published Category
« Reply #1 on: June 30, 2023, 11:46:06 AM »
Best way is probably edit query for latest items and filter out those that are paid.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Sparky

  • ***
  • 89 posts
Re: Paid Group Showing Published Category
« Reply #2 on: July 08, 2023, 01:21:56 PM »
where can I find the option value list, what file is it in.


*

MB Themes

Re: Paid Group Showing Published Category
« Reply #3 on: July 08, 2023, 01:26:11 PM »
Theme supports only selection of 1 parent category.
You can add own custom conditions in functions.php
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Sparky

  • ***
  • 89 posts
Re: Paid Group Showing Published Category
« Reply #4 on: July 10, 2023, 06:15:06 PM »
I want to select " All Categories" to show all to the public, but exclude my private category showing anything to the public. How can I accomplish this in the functions.php .
 

*

MB Themes

Re: Paid Group Showing Published Category
« Reply #5 on: July 11, 2023, 07:30:39 AM »
You add NOT in () to your dao/query
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Sparky

  • ***
  • 89 posts
Re: Paid Group Showing Published Category
« Reply #6 on: July 20, 2023, 07:10:12 PM »
I'm not having any luck. I've tried several ways. Could you please show me how.

*

MB Themes

Re: Paid Group Showing Published Category
« Reply #7 on: July 21, 2023, 08:46:04 AM »
@Sparky
In query for latest items you add something like:
Code: [Select]
  $search->dao->where('fk_i_category_id not in (1,2,3,4,5)');
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Sparky

  • ***
  • 89 posts
Re: Paid Group Showing Published Category
« Reply #8 on: August 02, 2023, 03:23:32 PM »
Well, I have not had any luck with stopping any member from posting in restricted groups. I do believe there is an issue with the way the plugin is designed and not working as it should with groups and restrictions.

 Flaws I have found:
1. You can make a category and sub categories and implement them into a group with the restrictions for only group members to have access too, but you can not stop any registered or unregistered user from posting in it, and the post shows up in the latest ad section, that should not happen.  Attached pictures below.

2. If a user clicks on the Category Icon in the select category list, then the restriction group will show, but registered and unregistered users can go to publish a listing and still post in it, and that should be restricted unless the member belongs to the group.

3. Private groups should not be accessible to any publishing, unless you are a member of that group.

I do understand that you can not see the content of the published post with the restrictions if one is posted, but there is no privacy for regular member or group members if everybody can see a private category post, so I have to think this plugin is not for private groups and can not be set in any way to have complete privacy for members or non members when other people can post in a restricted group being unregistered or registered members.

so we don't get off track, if I select All Categories in the (Category for latest item) in my delta theme, I want to be able to show everything to the members except the categories that i want restricted to show. I know we can pick from the category list and change it, but that will only show postings from that category and that is not really good because all viewers want to see everything that is posted and not from only one selected category, unless you want to set it for only one category to show.

If I can restrict category Rendezvous (from being published in) unless your a member of the group and not  show anything to the public and only to the group members of that group with All Categories listed in the (Category for latest Item), that would be good.

If I have a category made for only Ecommerce members, I only want them members to be able to publish in it and the (content viewable to all members). That would be great too.
« Last Edit: August 02, 2023, 04:32:50 PM by Sparky »