'Post Reply', 'Preview', etc. Buttons?

Sylar

Well-known member
Is it possible for me to get the buttons saying "Post Reply" and "Preview" and whatnot into a node's description with my own custom value and my own custom styling, as well as my own custom action when clicked? If so, would anyone know how to do so(and be willing to share with me)? :giggle:
 
Admin CP -> Applications -> Display Node Tree -> [click a forum] -> Description

You can use HTML in the description. Here is code to create the Post New Thread button:

Code:
<a href="index.php?forums/forum.18/create-thread" class="callToAction"><span>Post New Thread</span></a>

You can modify this for your needs.
 
Top Bottom