No links
Eliza - July 5, 2009 - 12:53
| Project: | Admin links |
| Version: | 6.x-1.7-beta1 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
Don`t see any link, except "New" in the full node view.

#1
Do you get any errors at all? Are you viewing the site as admin or anonymous? Is it possible you could link to your site?
#2
My site is still on the local host and I didn`t get any errors about Admin link module. But, to tell the truth, I have already solved the problem without the module - just added links in node-mynode.tpl.php file:
<?phpif (node_access('update', $node)) print l("edit", "node/$node->nid/edit", array('query' => drupal_get_destination()));
?>
#3
On my site the same what Eliza no links
I check nodes as admin exactly user1 and no links only "New" because in configuration I checked the checkbox. Any other links.
I use my own template so maybe I don't have some kind of variable I don't know, could you check it if there is any template $variable which I should use?
This time I use Eliza solution. Thanks Eliza for your sharing.