hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: How to show Points with Author Meta?
public function DiscussionController_AuthorInfo_Handler($Sender) { $Author = $Sender->EventArguments['Author']; echo Wrap($Author->Points,'span', array('class' =&g… (View Post)2 -
Re: Checking for notifications on rest of website
I would suggest adding the MeModule to the rest of your site. Put in some placeholder markup and request the actual markup via an ajax request to http://forum.example.com/module/memodule and popping … (View Post)2 -
Re: Latest Post in page
Thanks for trying my plugin! You can move the module to the 'page' by changing the 'AssetTarget()' method of the module to return 'content' rather than 'panel'. (View Post)1 -
Re: Display Latest Post by categories?
Since you are using Basic Pages and a custom theme, put the following in your theme hooks file: public function PageController_Render_Before($Sender) { $Module = new LatestPostListModule(); $Module-&… (View Post)4 -
Re: Lock-in reactions (disable option to un-react)
Good to know things are working as expected. I have 3 open issues before I can release 1.0. The biggest issue I am having difficulties overcoming is lack of a good design aesthetic. I want to offer a… (View Post)1
