Rate
1 votes
Overview
Installation of your membership web site software is only the first step of many to have a solid foundation for your online community to grow.
Categories
How to add Admin as Friend in Dolphin
How to add Admin as Friend in Dolphin
This is a quick and simple tutorial on Admin as Friend for Dolphin
A Video Tutorial is also available here: Admin as friend in Dolphin 7
Files to edit BxDolJoinProcessor.php
1. Look for this code around line 248-249
$aProfile1 = $this->oPF->getProfileFromValues($this->aValues[0]);
list($iId1, $sStatus1) = $oPC->createProfile($aProfile1);
2. Add this code below it
$sql = db_res("INSERT INTO sys_friend_list SET `ID` = '{$iId1}', `Profile` = 2, `Check` = 1");
THE PROFILE NUMBER IS YOUR DEFAULT FRIEND
(admin or other) Admin is usually `Profile` = 1
Comments
Order by:
Per page:
- There are no comments yet







