I appreciate the social book module very much.

I'm currently using the social book module for creating wikis.

I missed some features for my use cases:

  • I wanted to be able to have book pages as group content type in order to have different wikis in different groups.
  • New book pages should appear in the group content stream.
  • The possibility to directly navigate to child pages in the "Table of Contents", without having to load each parent page first.
  • Creating child pages with one link, without manually selecting the parent page in the node edit form.

So I created a custom module which implements the features above:

If someone is looking for similar features, he is more than welcome to have a look at the current version at GitHub.

CommentFileSizeAuthor
Social Book Tree.gif222.39 KBChipie
Add Child Page.gif54.11 KBChipie
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Chipie created an issue. See original summary.

Chipie’s picture

Issue summary: View changes
bramtenhove’s picture

Version: 8.x-1.0-rc5 » 8.x-1.x-dev
Component: Front-End » Groups
jochemvn’s picture

Hey Chipie,
I'm looking into your module, however I fail to see the group integration you're talking about. Is this something you did maybe as a sitebuilder?

Chipie’s picture

Hey jochenvm,

I fail to see the group integration you're talking about. Is this something you did maybe as a sitebuilder?

The Group is included in the link fo the menu item Add child page, e.g.:

/group/8/content/create/group_node%3Atopic?parent=145

xinyuma’s picture

Version: 8.x-1.x-dev » 8.x-7.x-dev
ronaldtebrake’s picture

Status: Active » Closed (won't fix)

Thanks Chipie, we won't be adding this to the Distro for now. But for those looking for the code: https://github.com/luxio/social_book_plus

Yuri’s picture

The code mentioned in #7 does not work for recent versions of OS and Group
Error: Call to a member function getCurrentRequest() on null
Which appears to be similar to this https://www.drupal.org/project/custom_book_block/issues/3221656

SocialNicheGuru’s picture