Is there any way to show more than just the social group's start page on the social group page? I've hunted around the settings but couldn't find anything. Ideally I'd like to show all of a group's pages there, not just the start page.
Thanks!
Is there any way to show more than just the social group's start page on the social group page? I've hunted around the settings but couldn't find anything. Ideally I'd like to show all of a group's pages there, not just the start page.
Thanks!
Hi,
There's not currently a way to show more than the start page there, but we are working on it. In the mean time, you should already have a link to the list of all the group's pages.
I'm having a devil of a time getting social group pages working.
As far as I can tell, I've followed the instructions correctly. But in "Apply" tab for a page, the groups dropdown doesn't have any groups (just "Leave this page public") and adding a page directly from the link on the forum page takes me to a standard page creation editor (just "name", no groups dropdowns or anything).
I can't figure out what I'm doing wrong.
Just to clarify:
The forum "Wiki" is designated as allowing group pages and is the forum associated with the default namespace.
Both the admin group and the group mask usergroup allow creation of group pages.
Make sure at least one of the Social Groups you're part of (not User Groups) has the option "Allow members to create private group wiki pages" turned on.
That was it. Didn't realise that option was there! Thanks!
I suspect the owners of all the existing groups won't figure that out quickly either. Is there a quick query I could run to enable that for all existing groups? Then they can turn it off if they don't want it.
Without filling up my database, the following should do it:
Add your TABLE_PREFIX as needed to the query.Code:INSERT IGNORE INTO vault_group
(groupid, vault_options)
VALUES (SELECT groupid, 1 AS vault_options FROM socialgroup)
Awesome. Thank you!
Incidentally, going back to my OP about multiple pages showing on the group page. I've decided that the way forward for now is that I'm going to force all group pages to be Book pages. That way, when someone goes to the start page for a group, they'll automatically get a nice table of contents.