Hello,

I'm trying to figure out how to use the _insert_link functions in order to display the PF links in the middle of my view (more precisely between two floating divs containing the outputs of this view).

I thought I could achieve this by creating a PHP field with the Views PHP module but I didn't obtain any input. Do I need to write my own module to insert these links before the rendering of the view? Being quite new to Drupal, I must confess I'm a bit lost.

Any help would be greatly appreciated.

Comments

Daniel Schaefer’s picture

Hi,
have you tried to do it using CSS? Each box has its own class/ID so you could just position it using position:absolute.

jcnventura’s picture

Status: Active » Postponed (maintainer needs more info)

Are you still lost on this?

How did you call the function? Did you do:
print_insert_link()
which indeed does nothing or did you call:
print print_insert_link()

jcnventura’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

No further info in two weeks. Closing the issue.