inherit
192990
0
Apr 21, 2024 18:48:19 GMT -8
dsulpy2
119
April 2013
dsulpy2
|
Post by dsulpy2 on Jul 8, 2013 6:32:32 GMT -8
I'm sure this has been asked before, but I cannot find it.
On the old board, when I read the last 100 posts by clicking on "recent posts", the entire path of the the post appeared next to the title of the thread. Now, it just has the title. How do I get the whole path back? This is frustrating because I have a lot of boards and sub-boards and if I need to locate where an individual post is made I can't because that information isn't there anymore.
I would also like to put back the whole path once I click on an individual post and I'm taken to the thread - again, just the thread title is at the top, but not the whole path to it.
Thanks!
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Jul 8, 2013 9:07:39 GMT -8
You can pretty easily add in the board that a post was made in, modify your 'Post List' template by finding this line (~ line 13):
$[post.thread] and changing it to something like this:
$[post.thread.board] - $[post.thread]
But if you're just looking for where a post is made, you can always just click on the thread title for that post to be taken to the thread in question.
As far as knowing where you are once you're in a thread, that was one of the purposes of the navigation tree, which you've seen fit to remove from your forum. I'm sure you had your reasons, but it seems like putting the navigation tree back would be the quickest way to solve your problem.
|
|
inherit
192990
0
Apr 21, 2024 18:48:19 GMT -8
dsulpy2
119
April 2013
dsulpy2
|
Post by dsulpy2 on Jul 8, 2013 11:40:42 GMT -8
Yikes. I have no idea how the Navigation Tree got removed from the forum. Until I found the code and put it back where it belongs, I didn't even know what a Navigation Tree WAS, so I don't know why I would have removed it. Nonetheless, it's working now and solves the problem. Thanks for your help!
|
|