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

Comments

dave reid’s picture

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?

Eliza’s picture

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:
if (node_access('update', $node)) print l("edit", "node/$node->nid/edit", array('query' => drupal_get_destination()));

enjoy777’s picture

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.

asb’s picture

Component: Miscellaneous » User interface

Hi,

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

OneTwoTait’s picture

I 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.

dave reid’s picture

Status: Postponed (maintainer needs more info) » Fixed

@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.

asb’s picture

It 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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.