By Nda on
Hi, I'm quite new to Drupal and I'm converting a Smarty template theme I used for a Postnuke site. Most things are working fine now but I seem to be missing the [edit] links on nodes and I can't figure out what it is.
I'm also using the Smarty templating engine for Drupal btw. But if you have any idea what generates the links on phptemplates I can work with that too.
Thanks in advance,
Nda
Comments
Anyone? :(
Anyone? :(
I only need the edit link on
I only need the edit link on pages or stories. Perhaps this clarifies my question?
I'm looking for the same
I'm looking for the same thing, I am just surprised nobody has responded so far.
I found
I found this:
http://drupal.org/node/204181
In which you posted as well.
And then...
In my node template, I just used:
I use smarty and it appears
I use smarty and it appears I didn't know I had to put {$tabs} in my page.tpl. d0h!
This works perfect for me as it also checks the permissions.