Active
Project:
nodeformpopup
Version:
4.7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2007 at 20:43 UTC
Updated:
22 Jan 2007 at 19:47 UTC
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
Comment #1
Egon Bianchet commentedYou 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
Comment #2
jbhan commentedcan 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
Comment #3
Egon Bianchet commentedRight 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