Results 11 to 20 of 92
-
24th Dec 2009, 09:56 PM #11MemberWebsite's:
ZVER.TV Studio9Resources.comTable 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"> </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 />
-
24th Dec 2009, 09:58 PM #12MemberWebsite's:
Google.comThis 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 ?
-
24th Dec 2009, 09:59 PM #13BannedWebsite's:
FusionWarez.info SmokeHost.net Leechers.coCan't download the file.
-
24th Dec 2009, 10:00 PM #14MemberWebsite's:
ZVER.TV Studio9Resources.comOh For Fuck Sake People....
here it is:
Code:http://hotfile.com/dl/21741643/decd7bf/vbulletin-plugins.xml.html
-
24th Dec 2009, 10:18 PM #15BannedWebsite's:
FusionWarez.info SmokeHost.net Leechers.cohttp://imgcentre.com/img/uploads/big/3839a2a2a7.png
how to fix it?
and yea it's Cyb Chatbox just a modified template.
-
24th Dec 2009, 10:26 PM #16BannedWebsite's:
RavenFaust.com USAWarez.com DLThe.Net DLThe.Comwhat if your using Inferno?
-
24th Dec 2009, 10:29 PM #17MemberWebsite's:
ZVER.TV Studio9Resources.com
-
24th Dec 2009, 10:31 PM #18BannedWebsite's:
FusionWarez.info SmokeHost.net Leechers.coThanks! I got it to the size I wanted. Thanks so much KroNiik
-
25th Dec 2009, 12:30 PM #19BannedWebsite's:
FusionWarez.info SmokeHost.net Leechers.cohttp://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"> </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 />
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("&" => "&"); $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;'>• <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);
-
25th Dec 2009, 04:01 PM #20MemberWebsite's:
ZVER.TV Studio9Resources.comIt might be from the template that guy is using, making it like that.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Latest Post not updating for me
By Ifirst in forum Feedback and SuggestionsReplies: 3Last Post: 27th Oct 2012, 09:41 PM -
Does the latest post mod really work?
By Apathetic in forum Feedback and SuggestionsReplies: 6Last Post: 10th Jun 2012, 02:15 PM -
Latest Post & vB
By Rick in forum Technical Help Desk SupportReplies: 0Last Post: 1st Oct 2011, 10:42 AM -
Latest Post like KWWH in This SB?
By Hax0r in forum vBulletinReplies: 3Last Post: 17th Sep 2010, 08:51 AM -
Latest Post Next to Sbox
By DLow in forum IP.BoardReplies: 1Last Post: 22nd Apr 2010, 11:55 AM
themaCreator - create posts from...
Version 3.23 released. Open older version (or...