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

mooffie’s picture

Status: Active » Closed (works as designed)

This 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:

  1. To use some other module. Not the Flag module. There are several modules that are designed for bookmarking URLs (pages).
  2. To bookmark the page indirectly. You do this by bookmarking a new node that contains a field that points to the URL. Mitchell explained this in the other issue you opened.
  3. If you're comfortable with PHP, you can extend the Flag module by adding to it the ability to flag pages.
NenadP’s picture

Version: 6.x-1.1 » 7.x-2.0-beta8
Component: Code » Flag core
Priority: Normal » Major

Can 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?