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)
Description

Don`t see any link, except "New" in the full node view.

#1

Dave Reid - July 21, 2009 - 17:47
Status:active» postponed (maintainer needs more info)

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

Eliza - July 22, 2009 - 03:59

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:

<?php
if (node_access('update', $node)) print l("edit", "node/$node->nid/edit", array('query' => drupal_get_destination()));
?>

#3

enjoy777 - November 4, 2009 - 11:03

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.

 
 

Drupal is a registered trademark of Dries Buytaert.