By WEBstar on
Hello,
I would like to show some button on article only to author of the post.
Is it possible to do something like this?
Thank you!
Hello,
I would like to show some button on article only to author of the post.
Is it possible to do something like this?
Thank you!
Comments
It's definitely possible. In
It's definitely possible. In your theme's template.php you could do:
Then in your node.tpl.php, you can put:
just some php?
in the article template, you can write some php to compare the values of the logged in user and the node's author
some thing like this....
Just replace my output text with the code for your button.
This is really great! Thank
This is really great! Thank you guys! I appreciate it!