Info
- 5 posts
- 3 voices
- Started 5 years ago by RedSkunk
- Latest reply from nolageek
- This topic is resolved
Topic Poster next to Topic Name
-
- Posted 5 years ago #
Hey, looking to add the original poster's name right next to the topic title in the 'most recent' on the front page and in each forum. I couldn't find any calls for this in /bb-includes/, this info is recorded in the DB tho, "topic_poster_name" I believe.
Help?
EDIT: Yeah, K, it'd also be nice to have a delete button for posts if nobody has posted and you're still able to edit the post... Solved.
-
- Posted 5 years ago #
topic_author() and/or get_topic_author() should do the trick.
-
- Posted 5 years ago #
Perfection... now, what would the forum name be? :)
using this...
<td><img src="/my-templates/images/topic.gif" /> <a href="<?php topic_link(); ?>"><?php topic_title(); ?></a>by <?php topic_author(); ?> in[forum name]</td>to give me this...
[ ] I guess I'll be the first. :)
by admin in -
- Posted 5 years ago #
Is there a link anywhere where one could find a list of these template tags/functions? What file are they in?
-
- Posted 5 years ago #
template_functions.php ? der.
-
You must log in to post.