hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Adding Fade I/O Text Loop (jQuery) to Main Forum Page
* Scripts should be loaded in the <head> element, not the header. * You should be adding the script via a plugin, ($Sender->AddJsFile($this->GetResource('js/newsfader.js', FALSE… (View Post)1 -
Re: Adding Fade I/O Text Loop (jQuery) to Main Forum Page
No big deal, HTML 5 introduced some new elements that I am sure Bootstrap takes advantage of. For more info, check it out here: http://www.w3schools.com/tags/tag_header.asp (View Post)1 -
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: Images inside Polls?
You can put in an image element as the answer. E.g. <img src="http://i.imgur.com/zyxsi.jpg" />. (View Post)2 -
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
