Hello! I use advanced forum. I'd like the edit/delete links to appear next to the reply link. The reply link is appears with $links, but not the admin links. How do you call on admin links?
Hello! I use advanced forum. I'd like the edit/delete links to appear next to the reply link. The reply link is appears with $links, but not the admin links. How do you call on admin links?
Comments
Comment #1
Toxid commentedI never figured out how to do this with admin links, but I put this code in the template file to accomplish the same result:
Edit:
print l('Edit', 'node/' . $nid . '/edit');Delete:
print l('Delete', 'node/' . $nid . '/delete');