hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Best of... page
Thanks for using my addon! What theme are you using? Change it via your custom theme's CSS file. Use the web inspector to figure out what element to target with your selectors. (View Post)1 -
Re: Handling BeforeEmbedDiscussion event
This will actually be fixed in the next version thanks to you :) By assigning the event argument by reference, we are not creating a copy, but a link to $EmbeddedDiscussionData. By changing $sender-&… (View Post)3 -
Re: Question about breadcrumbs and such.
This is a known issue: https://github.com/vanilla/vanilla/issues/2323 As far as your question, here is the code that spits out the category back link: if ($CategoryID = $this->Data('Discussio… (View Post)6 -
Re: How 2 add sprite?
In /plugins/MyAttachments/default.php line 30, change to: $Sender->AddProfileTab('myattachments', '/profile/myattachments/' . $Sender->User->UserID . '/' . Gdn_… (View Post)2 -
Re: misunderstanding
Classic logistician joke. :) Basket::add() needs to be refactored to include an optional quantity parameter. C++ prototype: bool Basket::add(item_t Item, int quantity = 1);. The hasEggs method seems … (View Post)1
