Active
Project:
Active edit
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2008 at 19:43 UTC
Updated:
3 Dec 2008 at 20:21 UTC
I seem to have an issue with the activeedit 5.x-latest-stable module.
Is there a way to make the edit buttons appear on a node page. For instance; node/1
It seems like the activeedit_nodeapi is not being initiated when loading the node/1 page
Comments
Comment #1
reformatt commentedIt seems to be a load priority issue
the jstools_nodeapi is being called after all the submodules load on when I browse to node/
but on node/1 the jstools_nodeapi is being called before the sub modules load in, this is very strange.
I am not a pro drupal developer but hopefully someone knows how to change the load priorities