R_J
AdminR_J Admin
-
Re: How do you add users to a new user's friend list?
You could write a plugin that uses an event which is fired after a user has registered . When that event is fired you have to insert one or more rows into GDN_Friendship. The code below should work (… (View Post)1 -
Re: Skyrocketing Bounce Rate
Open the console and you will see that there are JS errors. That, by the way, is no new finding: https://vanillaforums.org/discussion/31305/broken-with-2-2#latest One of the reasons why it is possibl… (View Post)1 -
Re: Writing a bot for my forum
I didn't understood they were your config functions replacements, now I see. Although it is not important anymore, here's one note on your setValueInDB: the sql class provides a replace($Table = '', … (View Post)3 -
Re: Get the post/topic creator name
The filename of your themehooks file must be class.yourpluginsnamethemehooks.php (View Post)2 -
Re: Get the post/topic creator name
So you are looking at a comment? In most cases you have $sender->EventArguments['Discussion'] available and you can check $sender->EventArguments['Comment']->InsertUserID == $sender->Even… (View Post)2