Posts: 461
Threads: 86
Joined: Oct 2015
Reputation:
54
2016-01-19, 08:24 PM
Is it possible to disable the buddy request?
I want to make it that when you click Add to Buddy List, it adds the user to your buddy list without the need for the user to accept your request.
Name's Waleed, I'm a graphic and web design (2015) graduate from Canada. Self-employed and lending my design skills to the MyBB community.
Posts: 461
Threads: 86
Joined: Oct 2015
Reputation:
54
2016-01-20, 01:34 AM
Oh. Wasn't aware there was this option in UCP. Thanks Destroy666.
Name's Waleed, I'm a graphic and web design (2015) graduate from Canada. Self-employed and lending my design skills to the MyBB community.
Posts: 461
Threads: 86
Joined: Oct 2015
Reputation:
54
2016-02-18, 06:39 AM
Hey Destroy666,
So I updated the current userbase to '1' for buddyrequestauto
However any future registrations are '0' for buddyrequestauto
I tried doing the following:
I went into the structure of mybb_user and changed buddyrequestauto to a '1'
I also tried putting the following code on the registration page
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" checked="true" name="buddyrequestsauto" id="buddyrequestsauto" value="1" {$buddyrequestsautocheck} /></td>
<td valign="top"><span class="smalltext"><label for="buddyrequestsauto">{$lang->buddyrequestsauto}</label></span></td>
</tr>
Name's Waleed, I'm a graphic and web design (2015) graduate from Canada. Self-employed and lending my design skills to the MyBB community.
Posts: 461
Threads: 86
Joined: Oct 2015
Reputation:
54
2016-02-19, 05:05 AM
Because I am noob.
Thank you. That worked.
Name's Waleed, I'm a graphic and web design (2015) graduate from Canada. Self-employed and lending my design skills to the MyBB community.