Plugin Directory

Changeset 592886


Ignore:
Timestamp:
08/31/2012 01:33:12 PM (13 years ago)
Author:
Madchen1
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • vbulletin-widget/trunk/vbwidgets.php

    r592602 r592886  
    7878       
    7979        global $vbulletin, $db;
    80                
     80       
     81        $forum_url=$vbulletin->options['bburl'];           
    8182        //Begin Thread Counts   
    8283        $toutput='';
     
    101102            $recent_thread[lastpostdate] = vbdate('M jS', $recent_thread[lastpost], 1);   
    102103            $recent_thread[lastposttime] = vbdate($vbulletin->options['timeformat'], $recent_thread[lastpost]); 
    103             $toutput .='<li class="vbulletin-thread-item"><a class="vbulletin-thread-link" href="forum/showthread.php?t='.    $recent_thread[threadid].'">'.    $recent_thread[title].'</a><br/>'; 
    104             $toutput .='Last Post By: <a class="vbulletin-thread-poster" href="forum/member.php?u='.$recent_thread[lastposterid].'">'.$recent_thread[lastposter].'</a>'; 
    105             $toutput .=' in <a class="vbulletin-thread-name" href="forum/forumdisplay.php?f='.$recent_thread[forumid].'">'.$recent_thread[forumtitle].'</a><br/> Replies: '.$recent_thread[replycount].'<br/>'; 
     104            $toutput .='<li class="vbulletin-thread-item"><a class="vbulletin-thread-link" href="'.$forum_url.'/showthread.php?t='.    $recent_thread[threadid].'">'.    $recent_thread[title].'</a><br/>'; 
     105            $toutput .='Last Post By: <a class="vbulletin-thread-poster" href="'.$forum_url.'/member.php?u='.$recent_thread[lastposterid].'">'.$recent_thread[lastposter].'</a>'; 
     106            $toutput .=' in <a class="vbulletin-thread-name" href="'.$forum_url.'/forumdisplay.php?f='.$recent_thread[forumid].'">'.$recent_thread[forumtitle].'</a><br/> Replies: '.$recent_thread[replycount].'<br/>'; 
    106107            $toutput .='Posted: <span class="vbulletin-thread-date">'.$recent_thread[lastpostdate].'</span> at: <span class="vbulletin-thread-time">'. $recent_thread[lastposttime].'</span></li>'; 
    107108                   
     
    131132            $this->root = $possible_root1;
    132133        }
     134           
    133135    }
    134136   
Note: See TracChangeset for help on using the changeset viewer.