Closed (works as designed)
Project:
Flag
Version:
7.x-2.0-beta8
Component:
Flag core
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2009 at 23:17 UTC
Updated:
19 Aug 2012 at 12:53 UTC
I created a PAGE with php content .. it has extra parameters in the link..
e.g node/9&tool=blahblah
when I enabled the flag in the page it only bookmarking the link upto
node/9 ...
how do I bookmark the complete link?
Comments
Comment #1
mooffie commentedThis module can't bookmark pages. It can only bookmark nodes (and users, and comments).
That's why this module doesn't record your extra URL parameters: it knows nothing about URLs (pages).
If you want to bookmark a URL (a page) you have at least three options:
Comment #2
NenadP commentedCan it be done now, on 7x-2.0-beta8, drupal 7 ?
I would like to keep flag module for bookmarking content, but i have php variables in url too.
Does really flag does not know anything about page url where node resides?
Can it be inserted or replaced in views, for given flag?