jamesinc
✭✭jamesinc ✭✭
Reactions
-
Re: Suggested Threads after Title
I forgot to include a screenshot showing it in action: (View Post)2 -
Re: Suggested Threads after Title
In my layout (based on the Bootstrap theme) it was much nicer to place these in the modules area in the side bar of the site. I've attached a ZIP with the necessary changes to accomplish this. Basica… (View Post)3 -
Re: Howto: make each user's signature only appear once per page
I have updated this for 1.5.6 In class.signatures.plugin.php, find the following (line 346): if (!is_null($RequestUserID)) return GetValue($RequestUserID, $Signatures, $Default); And replace it with:… (View Post)4 -
Re: Howto: make each user's signature only appear once per page
Hi @mirX, sorry for the lateness of my reply! This is what my plugins/Signatures/class.signatures.plugin.php looks like, starting at line 283: // Ensure sig only renders once for each user unset($Use… (View Post)3 -
Re: Error generated by BetterNotifications when trying to send private message
Thanks guys, @Bleistivt that val() function seems to have done the trick. I take it this is a global function in Vanilla? (View Post)2