Activity Stream
48,167 MEMBERS
6911 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 2 of 10 FirstFirst 1234 ... LastLast
Results 11 to 20 of 92
  1.     
    #11
    Member
    Website's:
    ZVER.TV Studio9Resources.com
    Table Size Fixed, For the CYB.

    Code: 
    
    <br />
    
    
    <table cellpadding="0" cellspacing="0" width="100%">
    <tr><td valign="top">
    $cybchatbox
    </td>
    <if condition="$bbuserinfo['field6'] == 'Yes'"><else />
    <td width="10">&nbsp;</td><td valign="top" width="450">
    
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <thead>
    <tr>
    <td class="tcat" align="center">
    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_latestposts')"><img id="collapseimg_forumhome_latestposts" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_latestposts].gif" alt="" border="0" /></a>
    Latest Posts
    </td>
    </tr>
    </thead>
    <tbody id="collapseobj_forumhome_latestposts" style="$vbcollapse[collapseobj_forumhome_latestposts]">
    <tr>
    <td class="alt1" align="left" width="100%">
    <div style="padding: 2px; margin-top: 3px; margin-left: 2px; width: 100%;">
    <div style="border: 0pt none; height: 123px; width: 98%; overflow: auto;">
    <div id="tabContent"></div>$latest_posts
    
    </div>
    </div>
    </if>
    <script type="text/javascript">
    var tabVar=new ajaxtabs("tabs", "tabContent")
    tabVar.setpersist(true)
    tabVar.setselectedClassTarget("link") //"link" or "linkparent"
    tabVar.init()
    </script>
    
    
    
    
    
    
    </td>
    
    </tr>
    </tbody>
    </table></td></tr></table>
    
    <br />

  2.   Sponsored Links

  3.     
    #12
    Member
    Website's:
    Google.com
    This file is neither allocated to a Premium Account, or a Collector's Account, and can therefore only be downloaded 10 times.
    This limit is reached.
    To download this file, the uploader either needs to transfer this file into his/her Collector's Account, or upload the file again. The file can later be moved to a Collector's Account. The uploader just needs to click the delete link of the file to get further information.




    can some one tell me the mod name ? so I can find it somewhere or link me please ?

  4.     
    #13
    Banned
    Website's:
    FusionWarez.info SmokeHost.net Leechers.co
    Can't download the file.

  5.     
    #14
    Member
    Website's:
    ZVER.TV Studio9Resources.com
    Oh For Fuck Sake People....
    here it is:
    Code: 
    http://hotfile.com/dl/21741643/decd7bf/vbulletin-plugins.xml.html

  6.     
    #15
    Banned
    Website's:
    FusionWarez.info SmokeHost.net Leechers.co
    http://imgcentre.com/img/uploads/big/3839a2a2a7.png

    how to fix it?
    and yea it's Cyb Chatbox just a modified template.

  7.     
    #16
    Banned
    Website's:
    RavenFaust.com USAWarez.com DLThe.Net DLThe.Com
    what if your using Inferno?

  8.     
    #17
    Member
    Website's:
    ZVER.TV Studio9Resources.com
    Quote Originally Posted by CyberHacK View Post
    http://imgcentre.com/img/uploads/big/3839a2a2a7.png

    how to fix it?
    and yea it's Cyb Chatbox just a modified template.
    <div style="border: 0pt none; height: 123px; width: 98%; overflow: auto;"> mess around with that.


    Quote Originally Posted by Raven Faust View Post
    what if your using Inferno?
    the first post is for Inferno i believe so.

  9.     
    #18
    Banned
    Website's:
    FusionWarez.info SmokeHost.net Leechers.co
    Thanks! I got it to the size I wanted. Thanks so much KroNiik

  10.     
    #19
    Banned
    Website's:
    FusionWarez.info SmokeHost.net Leechers.co
    http://imgcentre.com/img/uploads/big/afdd5c3781.png

    How would I make my latest posts:
    http://imgcentre.com/img/uploads/big/3641bcda0e.png

    Have that underline between them?
    My Template:
    Code: 
    <br />
    
    <table cellpadding="0" cellspacing="0" width="100%">
    <tr><td valign="top">
    $cybchatbox
    </td>
    <if condition="$bbuserinfo['field6'] == 'Yes'"><else />
    <td width="10">&nbsp;</td><td valign="top" width="300">
    
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <thead>
    <tr>
    <td class="tcat" align="center">
    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_latestposts')"><img id="collapseimg_forumhome_latestposts" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_latestposts].gif" alt="" border="0" /></a>
    Latest Posts
    </td>
    </tr>
    </thead>
    <tbody id="collapseobj_forumhome_latestposts" style="$vbcollapse[collapseobj_forumhome_latestposts]">
    <tr>
    <td class="alt1" align="left" width="100%">
    <div style="padding: 2px; margin-top: 3px; margin-left: 2px; width: 100%;">
    <div style="border: 0pt none; height: 175px; width: 98%; overflow: auto;">
    <div id="tabContent"></div>$latest_posts
    
    </div>
    </div>
    </if>
    <script type="text/javascript">
    var tabVar=new ajaxtabs("tabs", "tabContent")
    tabVar.setpersist(true)
    tabVar.setselectedClassTarget("link") //"link" or "linkparent"
    tabVar.init()
    </script>
    
    
    
    
    
    
    </td>
    
    </tr>
    </tbody>
    </table></td></tr></table>
    
    <br />
    My Plugin Template:
    Code: 
    $siteposts = $db->query_read("
    SELECT thread.lastposter, thread.lastpost, thread.views, thread.open, thread.forumid, thread.replycount, thread.threadid, thread.pollid, thread.title, user.username, user.userid, user.usergroupid, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid FROM thread as thread 
    LEFT JOIN user AS user ON (user.username = thread.lastposter) ORDER BY lastpost DESC LIMIT 0, 15");
        while($latest = $db->fetch_array($siteposts)) 
        {
        
    $latest['title'] = str_replace($hidechar, " ", $latest['title']);
    
    if (strlen($latest['title']) > 28)
            {        
                $latest['title'] = substr($latest['title'], 0, 28) . '...';
            }
            else
            {
                $latest['title'] = $latest['title'];
            }
    
    $latest['title'] = htmlspecialchars($latest['title']);
    $trans = array("&amp;" => "&");
    $latest['title'] = strtr($latest['title'], $trans);
    $latest['replycount'] = number_format($latest['replycount']);
    $lastest[musername] = fetch_musername($latest);
    $lastest[musername] = $db->escape_string($lastest['musername']);
    $date = date("g:i a",$latest['lastpost']);
    
    $latest_posts .= "
    <div style='padding: 4px;'>
    <div style='font-size: 11px;'>&bull; <a href='showthread.php?t=$latest[threadid]' title='$latest[title]' style='font-size: 10px;'><b>$latest[title]</b></a></div>
    <div style='padding-top: 1px; padding-bottom: 1px;'><a href='member.php?u=$latest[userid]' style='font-size: 9px;'>$latest[musername] Posted this thread at $date</a></div>
    
    </div>";
    }
    $db->free_result($siteposts);

  11.     
    #20
    Member
    Website's:
    ZVER.TV Studio9Resources.com
    It might be from the template that guy is using, making it like that.

Page 2 of 10 FirstFirst 1234 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Latest Post not updating for me
    By Ifirst in forum Feedback and Suggestions
    Replies: 3
    Last Post: 27th Oct 2012, 09:41 PM
  2. Does the latest post mod really work?
    By Apathetic in forum Feedback and Suggestions
    Replies: 6
    Last Post: 10th Jun 2012, 02:15 PM
  3. Latest Post & vB
    By Rick in forum Technical Help Desk Support
    Replies: 0
    Last Post: 1st Oct 2011, 10:42 AM
  4. Latest Post like KWWH in This SB?
    By Hax0r in forum vBulletin
    Replies: 3
    Last Post: 17th Sep 2010, 08:51 AM
  5. Latest Post Next to Sbox
    By DLow in forum IP.Board
    Replies: 1
    Last Post: 22nd Apr 2010, 11:55 AM

Tags for this Thread

BE SOCIAL