Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework BB Posts Module Support (custom where?) #28

Closed
quasel opened this issue Jun 10, 2017 · 3 comments
Closed

Rework BB Posts Module Support (custom where?) #28

quasel opened this issue Jun 10, 2017 · 3 comments
Assignees

Comments

@quasel
Copy link
Member

quasel commented Jun 10, 2017

Target is to have a similar feature set as the pods shortcode in regards of which pod items are selected for output. The display itself is done int the posts module it's like preparing of a very custom [each] and take care of pagination!

  • CPT (some functionality already in there)
  • order
  • orderby
  • where

Ideas:

  • don't hide the default post type selector and add "current option"-> Main Query?
  • extend the list on the related options / make them dependent on selected post_type?
  • always display customize where as it could be applied to posts from relations too

Additionaly look into PP/UABB and their Module ( Advanced Posts / Content Grid )

Add support for all Pods Objects (Users, Taxonomy, ... )

  • custom layout -> dynamic changes?
@quasel
Copy link
Member Author

quasel commented Jun 10, 2017

@sc0ttkclark suggest for paging:

  • we hook in fl_builder_loop_query_args to always force page 1
  • hook in fl_builder_loop_query after the query is setup to 'trick' the query to think it's really on the true page

@quasel
Copy link
Member Author

quasel commented Jun 12, 2017

current solution: Just allow relationships, no pagination, seems there are some issues on BB side as well! (pagination not working on single CPT)

@quasel quasel self-assigned this Jun 12, 2017
@quasel quasel added this to the Future Release milestone Jun 12, 2017
@quasel quasel changed the title Rework BB Posts Module Support Rework BB Posts Module Support (custom where?) Jun 25, 2017
@quasel
Copy link
Member Author

quasel commented Jun 20, 2018

closing in favor of #71 - only thing left is the custom where

@quasel quasel closed this as completed Jun 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant