
Not Friends
DEBUG MODE
Line : 194
File : friends.php
I noticed that to invite existing users, you have to go into their proifle, such as through the Forum's "Memberlist" icon. Then, click on the user's name to view their profile, and then you can add them to your friend list from their profile page.
database error
DEBUG MODE
SQL Error : 1146 Table 'xxxx_db.PHPBB_USERS' doesn't exist
select * FROM phpbb_friends_pending, PHPBB_USERS WHERE phpbb_friends_pending.to_id = 2 AND phpbb_friends_pending.from_id = 5 AND PHPBB_USERS.user_id = phpbb_friends_pending.from_id
Line : 53
File : snw_add.php
Could not query usernames
DEBUG MODE
SQL Error : 1146 Table 'xxxx_db.PHPBB_USERS' doesn't exist
SELECT * FROM PHPBB_USERS WHERE user_id = '2'
Line : 279
File : friends.php
Could not query usernames
DEBUG MODE
SQL Error : 1146 Table 'xxxx_db.PHPBB_USERS' doesn't exist
SELECT * FROM PHPBB_USERS, phpbb_friends_comments WHERE phpbb_friends_comments.id = '1' AND PHPBB_USERS.user_id = phpbb_friends_comments.from_id
Line : 392
File : friends.php
Code: Select all
$friends_info = sprintf($lang['Are_friends'], $profiledata['username']) . " <a href=\"friends.php?mode=comment&u=" . $profiledata['user_id'] . '\">' . $lang['Add_comment'] . '</a><br>';
Code: Select all
$friends_info = sprintf($lang['Are_friends'], $profiledata['username']) . " <a href=\"friends.php?mode=comment&u=" . $profiledata['user_id'] . '">' . $lang['Add_comment'] . '</a><br>';
"Invite More Friends" through the email link doesn't work properly - the person receiving it is taken to registration page, but from there the friend invite doesn't exist (after registering, it should the friend automatically, right?)
If you invite an already existing member of your board, when they login, a popup appears informing them of an invite awaiting approval. Clicking on the link on the box takes them to a form to approve or decline the invitation.How do you see pending Friend invites?
There is a change in admin area. check your left menu it is "Edit User Info Types " under "General Admin".I don't see anything that has changed in my admin area - did the blog interfere with this too? I can't utilize any of the admin features as a result.
I believe this feature is embedded in the idea above where you can add other fields like "favorite food" by going to "Edit User Info Types" mensioned above. If you notice, info like "age", "gender", etc are displayed as links in the profile, allowing you to search for members with similar info. You can also do this on the "search friends".I don't see this feature: "extra information has link to a list of people who share the same infomation (ie: same favorite song, etc.) "
That I donot see either. I noticed some code was commented out in usercp_viewprofile.php around the lines:Where does the "friend of a friend..., etc" appear? (the degrees of friendship). I don't see this. Is this also an error occurring because of the blog mod?
Code: Select all
if( !$are_friends && !$total_common_friends )
{