By vrsotto on
hello,
can anyone help me how to manually code and add element's into $links variable in node.tpl.php? for example i have "comment", "read more" links... and i wanted to add another link "print". how do i accomplished this?
thanks,
vsotto
Comments
Print module
If just adding the print link is the issue, try the print module.
thanks for reply... but, what
thanks for reply... but, what i mean is to add/insert element as many as i want into $links variable... "print" is just an example to be added in $links variable...
This is what I did in case
This is what I did in case you don't need a module:
Add more and check the permission as well.
love, light n laughter
thanks... ill try to work on
thanks... ill try to work on this... :)
by the way... how do i use
by the way... how do i use this $content_type_name = node_get_types('name', $vars['node']);?
works great... but, how do i
works great... but, how do i put some icon to each links? :)