The Manage titles-tab is visible everywhere, not just the node type used for grouppages.
It's not really that important because only admins can see that tab, but it's a bug nonetheless.

CommentFileSizeAuthor
#1 groupnode.png23.16 KBmradcliffe
#1 grouppost.png14.69 KBmradcliffe

Comments

mradcliffe’s picture

Assigned: Unassigned » mradcliffe
StatusFileSize
new14.69 KB
new23.16 KB

Hmm, I just tried a clean install, and I'm not able to reproduce this. I did the following:

  • Create node type 'group', which is an Organic Group node
  • Modify node type 'page' to be a group post
  • Create group, "Test Group"
  • Create page "Test Page in Test Group" in group "Test Group"
  • Create story "Test Story" not in any group

The Manage Titles tab shows up on the group node, but not the page node or story node.

Is there something I'm missing?

DruKaz’s picture

I removed all titles on all groups, disabled the module, removed all files and then reinstalled it again and now it also seems to have disappeared. Now let's hope it doesn't return when I readd all titles.

I also don't know how exactly it got everywhere. It's been there for a long while and only now i started thinking "hey, that shouldn't be there...".

Edit: Now I can't remove any titles. When I press "delete" i'm being redirected to "node/%252Ftitles" and it tells me "Error: node not specified." and "You do not have the permission to access this page" (don't know the exact line in english)

mradcliffe’s picture

Hmm, this seems like an encoding issue. %252F is a slash so it's trying to do node//titles, which is wrong too.

I see some other modules that had this same issue and had to do a weird hack to replace %252F with /. The greater issue is where did the node id go?

What language and encoding are you using in your database? This might have something to do with language settings, not sure.

edit: i made a couple of changes to the menu items that will be in the next dev version (today sometime). I'm not sure if it would effect your situation.

DruKaz’s picture

It's working properly for me in the new dev version. Thanks.

mradcliffe’s picture

Version: 6.x-1.x-dev » 6.x-1.2-beta1
Status: Active » Reviewed & tested by the community

Thank you. Pending any further reports...

mradcliffe’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.