River
MVPRiver MVP
Reactions
-
Re: How do you add users to a new user's friend list?
better to add a definition in conf/config.php or add message or pocket instead of modifying add-on or adding names to db. $Definition['Friends list'] = "friends of Admin and Moderator"; or … (View Post)1 -
Re: Do not show "Reply and Send PM links" to logged-in member.
@Prosper , I forgot to add () after Gdn::Session() public function discussionController_replies_handler($sender, $args) { if (Gdn::Session()->User->Name == $args['Author']->Name) return; // … (View Post)2 -
Re: Adding some html
probably htmledit plugin is the easiest option, but here's another option if you wanted to know .... If a theme does not have a default.master.xxx file. With the pure theme * you could also clone the… (View Post)3 -
Re: How to overwrite some text of my own?
First off use this add-on instead. use the https://vanillaforums.org/addon/vf_de-locale The german locale https://vanillaforums.org/addon/687/german-locale is very old. These old add-ons that are tra… (View Post)2 -
Re: Get values from a particular plugins via fireEvent
If all you want to do is change the location of the two items in the two plugins - you could probably easily do this with css and avoid any php changes. Based on youy question, it seems that you just… (View Post)1