R_J
AdminR_J Admin
-
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… (View Post)2 -
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($Ta… (View Post)3 -
Re: Limit the amount of words used in titles
That was fast, @K17! I do not see any errors in there only some things I would solve in other ways and old coding standard: function names should start with a lower case letter, bools should be lower… (View Post)2 -
Re: How can I convert (move) individual HTML webpages in bulk into Vanilla forum?
It would be much easier if you have access to the underlying database. If I see this correct, the system you’ve got this questions from is Question2Answer which uses a MySQL database. Using this, it … (View Post)1
