hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Show panel on gallery page?
The MeBox is part of the master template in Bittersweet. What do you want to add to the panel? The standard discussions list has the following modules: $Sender->AddModule('DiscussionFilterMod… (View Post)2 -
Re: You did it!
Releasing stuff feels great. Time for the bug reports to come rolling in ;) (View Post)1 -
Re: Discussion refresh seems not really refreshing
jQuery(document).ready(function ($) { $('#Content').on('click', 'a.img-swap', function () { $(this).toggleClass('on'); }); }); (View Post)3 -
Re: Article link in sidebar with notification
Create a plugin or add to the /applications/articles/settings/class.hooks.php file: public function Base_AfterDiscussionFilters_Handler($Sender) { echo Wrap(Anchor(Sprite('SpMessage') . … (View Post)3 -
Re: Discussion refresh seems not really refreshing
Mind posting the MarkV plugin js? I can't remember what I wrote. I wrote this as a one off plugin that I never intended to support. (View Post)2
