vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   PM Counters not Updating (https://vborg.vbsupport.ru/showthread.php?t=119712)

pyro.699 06-27-2006 07:33 PM

PM Counters not Updating
 
Well, this is really hard to explain so, please bare it.

I believe that the PM Counters are not updating, ive looked around the site, and dident find anything Ill give you the code that i have used, maby there is something wrong with that.
PHP Code:

    elseif($_GET['option'] == 'give' and $_GET['submit'] == TRUE)
{
    if (
$db->query_first('SELECT userid FROM user WHERE username = \''.$_POST['username'].'\''))
{
    
$result $db->query_read('SELECT * FROM `items` WHERE `id` = \''.$_GET['id'].'\'');
    while (
$row mysql_fetch_assoc($result))
    {
        
$itemName $row['name'];
    }
    
$result $db->query_read('SELECT `userid` FROM `user` WHERE `username` = \''.$_POST['username'].'\'');
    while (
$row mysql_fetch_assoc($result))
    {
        
$userid $row['userid'];
    }
    
$db->query_read('UPDATE `inventory` SET `userid` = \''.$userid.'\' WHERE `item_id` = \''.$_GET['id'].'\' AND `userid` = \''.$vbulletin->userinfo['userid'].'\' LIMIT 1');
    
$pmdm =& datamanager_init('PM'$vbulletinERRTYPE_ARRAY);
    
$pmdm->set('fromuserid'4);
    
$pmdm->set('fromusername''Event_Manager');
    
$pmdm->set('title''You have been given an item!');
    
$pmdm->set('message''Your friend [b]'.$vbulletin->userinfo['username'].'[/b] has given you a free item!'."\n".'
Item Name: '
.$itemName.'');
    
$pmdm->set_recipients($_POST['username'], $botpermissions);
    
$pmdm->set('dateline'TIMENOW);
    
$pmdm->save();

    echo 
'<script>self.close();</script> ';
    }
    else
    {
        echo 
'ERROR: invalid username';
    }


I used this code in my latest script, this is to let a reciving user know that his buddy has given him an object. (pretend my pm count is 0) At the right-hand screen of the navbar the text is as follows 'Private Messages: Unread 0, Total 0'. When you click on the link, you are taken to the inbox, where the message is. So the message is there, but it is not counting it.

So, to test the system, i got a few friends to signup and pm me, the count went up... when i went to delete them, the count stayed still, so i deleted all the pms but 1. It now says 'Private Messages: Unread 0, Total 4' But i only have one message in my inbox.

In my last post, i have given you a Atachment.

Thankyou
~Cody Woolaver

pyro.699 06-29-2006 02:17 AM

._.-._.Deleted._.-._.

pyro.699 06-29-2006 03:14 PM

1 Attachment(s)
The Atached file, is a screen shot of my inbox, with a pm in it, and the navbar is still zero...

Adrian Schneider 07-01-2006 01:25 AM

Weird.

This happened to me on one forum too, so I added the rebuild code myself. Then when I moved the code onto another site, it took me a while to figure out why they were going up by twos... The only thing I can suggest is to check for errors each time.


All times are GMT. The time now is 08:03 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01060 seconds
  • Memory Usage 1,732KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete