hi. i'm not sure whether is this related to the issue here: http://drupal.org/node/656020 but here's the problem i'm facing.

using pathauto, i'd created my path for http://www.drupal.site/node to http://www.drupal.site/go. then, for video nodes, i set it to http://www.drupal.site/video/[nid]

when i created an Activity publisher template, i used [activity-node-link] for the token so that it will print the title with link. what i'm getting is this: http://www.drupal.site/go/[nid]

i have never faced such problems with my site. hope someone could help me with this. thanks.

Comments

Scott Reynolds’s picture

Status: Active » Closed (duplicate)

it is exactly the problem your facing

#656020: activity-node-link is not creating proper URL

sadist’s picture

hi scott, thanks for the reply.

you mentioned there that it's already been fixed. i'm using the latest dev version and i even tried to patch to the current one but can't manage to cos what i'm using is already been 'fixed'.

i'm not sure whether i'd made myself clear with my post. for the links that was created with Activity.module, it doesn't print "http://www.drupal.site/node/[nid]" which is correct. but it printed out as "http://www.drupal.site/go/[nid]", which is wrong.

at my path.module, i changed my system path 'node' to 'go', that answers why it printed out as such. but all video Node pages supposed to print as "http://www.drupal.site/video/[nid]" which i'd already set it using pathauto.module.

Scott Reynolds’s picture

I just fixed it 5 mins ago, its not in the latest download. You can check it out from CVS, or wait a bit.

Don't hack path module :-D

sadist’s picture

thanks again for your prompt reply.

no, i didn't hack any module and will try my best not to. what i meant was at the admin setting for the path module. i added an alias for that. so that anything www.drupal.site/node/* will go to www.drupal.site/go/*.

but at the same time, with pathauto.module, i set the path for all nodes to be video/[nid]

do you mean this latest fix? http://drupalcode.org/viewvc/drupal/contributions/modules/activity/modul...

i'd tried that and it doesn't work.

Scott Reynolds’s picture

please continue this discussion on the duplicate. Its pointless to have to of the same conversations.