x00
MVPx00 MVP
Reactions
-
Re: Ported my 11 Years old Phpbb and testing... ;)
certainly you would have to experiment whether it is really worth it. But it is certainly possible. If you want the blog style. make the OP stand out, and the comments in a different style. Then you … (View Post)1 -
Re: Ported my 11 Years old Phpbb and testing... ;)
sorry I looked deep in bowels the comment model and this should be the code public function CommentModel_AfterConstruct_Handler($CommentModel) { $CommentModel->OrderBy(array('c.DateInserted d… (View Post)1 -
Re: Ported my 11 Years old Phpbb and testing... ;)
@Dr_Sommer this isn't to do with the theme I'd recommend using extends Gdn_Plugin rather than implements Gdn_IPlugin btw themehooks can be topical e.g. class.myreverseorderthemehooks.php &l… (View Post)1 -
Re: In response to whu606 - New Poll plugin
great job! Interesting interface :) I noticed some bugs I'll hit you up on github. (View Post)2 -
Re: How to enable the member only feature in vanilla backend ?
Roles and permissions control access. (View Post)1
