hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Cant open boostrap.php error
Request the MeModule via AJAX. You won't have to worry about keeping this script up to date when things change, the request can be made asynchronously (appearing to be faster), you will get any … (View Post)2 -
Re: NEED Reffral system plugin
What kind of features are you looking for? There are no plugins released here that have the word referral in the title or description. (View Post)2 -
Re: NEED Reffral system plugin
There is a built in invitation system that tracks who invited who. Set the register method to invitation and then select which roles get invites. The invite data will be visible on the user's pr… (View Post)2 -
Re: Just one idea about this excelent plugin : embeded Twitch TV
@r0obert I have a plugin in the works called Community Streams you can check out here: https://github.com/hgtonight/Plugin-CommunityStreams It is a little rough around the edges, but I would love yo… (View Post)3 -
Re: Displaying latest thread on the front page?
Starting code below to explain what I said: public function DiscussionController_Latest_Create($Sender) { $Sender->View = 'index'; $Discussions = $Sender->DiscussionModel->Get(0,1)… (View Post)3
