I'v followed the install and config. instructions but I don't see any popups or bookmarklets. Do I need to create bookmarklets for each contnet type myself?

Comments

Egon Bianchet’s picture

You have to:

1) go to admin/settings/content_types and enable nodeformpopup for each node type you desire
2) a new item will appear into the navigation menu, called "Bookmarklets"

if this doesn't work, make sure that your user has the permission to create nodes of the interested types and make also sure that in admin/menu the "Bookmarklets" menu item isn't disabled

jbhan’s picture

can the bookmarklets be placed on a different page? i.e., i have a page node, with php as the input type, and plan to display some instructions for how to utilize the bookmarklet. how do i get it to show up on the page node? (is there a function that calls it?)

or should i just override the bookmarklet page? - if so, what is the pages override name?

thanks!
j

Egon Bianchet’s picture

Right now there is no way to override the bookmarklets page, but you can disable its menu item to hide it and put the code in your node, since it's very simple. Have a look at the nodeformpopup_bookmarklets() function.

However if all you need to do is just write a little more help text, we could simply improve the default one