Closed (fixed)
Project:
OG Titles
Version:
6.x-1.2-beta1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Mar 2010 at 18:38 UTC
Updated:
28 Apr 2010 at 19:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
mradcliffeHmm, I just tried a clean install, and I'm not able to reproduce this. I did the following:
The Manage Titles tab shows up on the group node, but not the page node or story node.
Is there something I'm missing?
Comment #2
DruKaz commentedI 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)
Comment #3
mradcliffeHmm, 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.
Comment #4
DruKaz commentedIt's working properly for me in the new dev version. Thanks.
Comment #5
mradcliffeThank you. Pending any further reports...
Comment #6
mradcliffe