Closed (fixed)
Project:
Admin links
Version:
6.x-1.7-beta1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2009 at 12:53 UTC
Updated:
20 Feb 2010 at 23:40 UTC
Don`t see any link, except "New" in the full node view.
Comments
Comment #1
dave reidDo you get any errors at all? Are you viewing the site as admin or anonymous? Is it possible you could link to your site?
Comment #2
Eliza commentedMy 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:
if (node_access('update', $node)) print l("edit", "node/$node->nid/edit", array('query' => drupal_get_destination()));Comment #3
enjoy777 commentedOn 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.
Comment #4
asb commentedHi,
similar issue here as user #1: no admin links are displayed, neither in teaser nor in full node view. Used themes: Slash (unaltered), Garland (Core theme, unaltered).
Disclaimer: This behaviour might be just an indicator for a bigger issue.
Related issues:
Greetings, -asb
Comment #5
OneTwoTait commentedI upgraded from 6.x-1.6 to 6.x-1.7 and now the admin links (delete and edit) don't show up.
Ah, I see, they have to be activated by deleting "delete" and "edit" from a list on admin/settings/admin-links. Odd but fixed for me.
Comment #6
dave reid@asb Could you check your admin/settings/admin-links page and see if your delete or edit links are specified to be removed? Please re-open if this is still an issue.
Comment #7
asb commentedIt seems to have been an freakish incompatibility with the 'Synonym collapsing' module (cf. #679562: Links in $links not showing). I think this was not 'Admin links' fault.
Thanks & greetings, -asb