Code: Select all
General Error
database error
DEBUG MODE
SQL Error : 1146 Table 'circles_phpb1.PHPBB_USERS' doesn't exist
select * FROM phpbb_friends_pending, PHPBB_USERS WHERE phpbb_friends_pending.to_id = 4 AND phpbb_friends_pending.from_id = 8 AND PHPBB_USERS.user_id = phpbb_friends_pending.from_id
Line : 53
File : snw_add.php
ok done. works great.
a couple quick questions :
it is instructed (and you told me) to delete db_update.php, but there is the instruction to :
copy db_update.php to friends_db_update.php
what should i make of that ? keep it in the root with a changed name ?
also a couple of 'delete' files were not included in the instructions. I mean, nowhere does it say to copy dele.php in the includes folder, and what about the snw_delete_body.tpl in the subsilver folder ?
Patrick Simmons wrote: How can I make the additional information section available to my members (ie. fav song, real nameand so on. Only place I see it is under the admin panel under each member's management page. Any suggestions?
The search isn't working for me either, it just goes to the regular search screen. Any suggestions?
fahraeus wrote:Patrick Simmons wrote:How can I make the additional information section available to my members (ie. fav song, real nameand so on. Only place I see it is under the admin panel under each member's management page. Any suggestions?
Have you edited profile_view_body.tpl and profile_add_body.tpl correctly for all your templates. If so, there should now be possible for your users to enter the information for those fields you have in ACP so it will show up on their profile page.