Results 1 to 2 of 2

Thread: How can i intergrate priv Msg into Dolphin

  1. #1
    spikefaery's Avatar
    Join Date
    Feb 2008
    Posts
    16

    Default How can i intergrate priv Msg into Dolphin

    Hiya all, Got abit of trouble here...Needing to intergrate PHPBB messaging (Private messages) into Boonex Dolphin V6.003, to replace the mail system that comes with Boonex Dolphin...Reasons for which are my own...

    Problems i'm having are as follows, no idea how to transform the following into the new code version...also ID's of users in Boonex & PHPBB differ, so if you can get it working for username + nickname would be great..!!!

    Any help out there...??? For those who can fix my problem i am willing to trade (unsupported) Deleting of outbox items for V6.003 of Dolphin for your assistance...

    Thanks
    -Spike



    Old Code:
    Code:
    // new messages attention
    	$new_mess_arr = db_arr( "SELECT ID FROM `Messages` WHERE Recipient = $p_arr[ID] AND New = '1' ORDER BY Date DESC LIMIT 1" );
    	if ( $new_mess_arr )
    		$mess = $new_mess_arr[ID];



    New code (This is what i've tried....but not working yet..) :
    Code:
    	// new messages attention
    	$new_mess_arr = db_arr( "SELECT `privmsgs_id` FROM `phpbb_privmsgs` WHERE privmsgs_to_userid = $p_arr[ID] AND New = '1' ORDER BY Date DESC LIMIT 1" );
    		if ( $new_mess_arr )
    		$mess = $new_mess_arr[ID];

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    I would get the query working in phpMyAdmin first - and then go from there - rather than just do it off the get go in php.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.


LinkBacks (?)

  1. 07-30-2008, 08:32 AM
  2. 07-25-2008, 07:00 AM
  3. 07-15-2008, 12:55 AM
  4. 07-15-2008, 12:13 AM
  5. 07-07-2008, 11:05 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How Can I Intergrate PHPBB to Dolphin
    By chathucj in forum Dolphin General Discussion v6.00 and above
    Replies: 7
    Last Post: 09-20-2008, 01:50 AM
  2. How Can I Intergrate PHPBB to Dolphin
    By chathucj in forum Orca Interactive Forum Script
    Replies: 5
    Last Post: 01-22-2008, 07:27 AM
  3. intergrate a complete new sectoin
    By Zaphieon in forum General Issues, Comments, Questions
    Replies: 0
    Last Post: 03-27-2007, 01:54 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •