All of my forums are set up within pathauto to forum/[catpath]/[title]. After adding a group the associated forum is created. If I go to forum and then browse to the groups forum the path is correct: forum/groups/fly_fishing/general_discussion. But if from the group page I click on group forums, I get this as my path: og_forum/268/297?edit[og_groups][]=297. I presume this happens because the link does not point directly to the node. Is there anyway around this or to fix this?

Comments

rconstantine’s picture

Version: 5.x-1.3 » 5.x-2.x-dev
Assigned: Unassigned » rconstantine

Try out the new 2.x version and see if it still doesn't work for you. I suspect it's okay.

darren oh’s picture

Status: Active » Postponed (maintainer needs more info)
markDrupal’s picture

When browsing the forums I still get links like this :

og_forum/86

but they should be like this

forum/general-forums/work
forum/general-forums/play

The links I am talking about are seen on the page,
/og_forum
/forum

I am not even sure why both of those pages exsist, they go to the same place... we should probally delete the og_forum page

markDrupal’s picture

Status: Postponed (maintainer needs more info) » Active
rconstantine’s picture

Hmm, does nothing depend on the og_forum path being there? i thought i was making a distinction between general and group forums. Perhaps I didn't do that and the are COMPLETELY redundant.

If I get a chance in the next day or two, I'll try to make sure that it is redundant and if so, delete it from hook_menu.

Fell free to beat me to it.

rconstantine’s picture

Status: Active » Fixed

I removed all references to og_forum from a user point of view. Now og_forum paths are only used for the management portions.

Uploading to CVS now.

Please check to see if your pathauto paths are now correct.

markDrupal’s picture

yes, path auto now cooperates with this module. All the links appear as they should according to my pathauto settings

rconstantine’s picture

Status: Fixed » Closed (fixed)