Quote:
Originally Posted by tgralex
I was looking for that hack for a long time!
And I am yet step away of using it...
I have installed the XML file and I can tell that - There is a new "Show first post on every thread page?" field in each forum's property (I can set it to "Yes")
- There is new showfirstpost field in the forum table
But what I can't find - how to "create a new template called 'postbit_first' "...
I just simply don't have it in my style and there is no button to create a new template...
Please help!
I am using the latest version 3.6.2
|
Disregard my that post - I got the answer...
I have installed it - Great job!!!
BTW, I use vertical (old) stile of posts and for firstpost I copied not postbit_legacy, but postbit template and I have the first post in my threads very different from others - looks good!
In addition, I remember, that somebody was complaining that changing every forum to set to show first post field to "yes" is not fun...
Agree, and what I did instead - just run a query to set all my forums to show first post:
PHP Code:
UPDATE XX_forum
set showfirstpost = 1
(instead of XX put whatever starting you have for your forum)
1 sec and all forums are set
Thanks!