1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Bug in vBulletin: Daily, Weekly Digests not working? [FIX]

Discussion in 'vBulletin' started by Dekker, Nov 24, 2005.

  1. #1
    You might not have noticed this...but I have!

    turns out it's a bug

    http://www.vbulletin.com/forum/bugs35.php?do=view&bugid=1849

    edit functions_digest.php

    change
    if (!($userperms & $vbulletin->bf_ugp_forumpermissions['canview']) OR !($userperms & $this->registry->bf_ugp_forumpermissions['canviewthreads']) OR ($thread['postuserid'] != $thread['userid'] AND !($userperms & $vbulletin->bf_ugp_forumpermissions['canviewothers'])))  
    
    PHP:
    to
    if (!($userperms & $vbulletin->bf_ugp_forumpermissions['canview']) OR !($userperms & $vbulletin->bf_ugp_forumpermissions['canviewthreads']) OR ($thread['postuserid'] != $thread['userid'] AND !($userperms & $vbulletin->bf_ugp_forumpermissions['canviewothers'])))  
    
    PHP:

     
    Dekker, Nov 24, 2005 IP