-
Notifications
You must be signed in to change notification settings - Fork 8
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
Create layout visibility conditions and "create links" block #118
Comments
PR #119. This PR is limited to only the Layout visibility plugins. While I tried porting the layout relationship This PR adds 4 visibility rules to layout. See attached. I've tested very thoroughly and it's working. I'll wait to merge to see if anyone else wants to test. |
I just added also a new block, "Content create links", that existed as a Panels content type in D7. Now it's possible to add this block to a normal layout. The block creates a direct link to the add form to add content to the group node being viewed. Important: in order for this to work properly Entity Reference Prepopulate must be enabled. Otherwise the group will not be pre-selected in the group reference field in the form. See this video tutorial. This fulfills the enhancement request #28. |
Issue #118. Add layout plugins for OG
D7 OG contained a few Panels selection rules, and one relationship plugin. These definitions have been moved to a file called
og_og.inc
, which doesn't do anything in Backdrop.We should create parallel OG Layout visibility conditions and relationships so that they have the same functionality as the ones available for Panels in D7.
PR coming.
The text was updated successfully, but these errors were encountered: