Results 31 to 40 of 92
-
17th Mar 2010, 12:24 AM #31Member
yea would be useful
Please follow signature rules
-
17th Mar 2010, 12:29 AM #32MemberWebsite's:
forumflare.comhttp://www.besthostingforums.com/sho...6&postcount=21
That's what the plugin has. O.o
Just make a new plugin and paste that code.
DeLeTeD said there was an error with that one, so.. I'll post mine.
Here;
$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) WHERE forumid NOT IN (30, 3, 13, 15, 34, 16, 31, 81, 82, 17, 18, 19, 20, 22, 80, 79, 21, 69, 70, 71, 72, 73, 24, 25, 32, 85, 84, 86, 87) ORDER BY lastpost DESC LIMIT 0, 19");
while($latest = $db->fetch_array($siteposts))
{
$latest['title'] = str_replace($hidechar, " ", $latest['title']);
if (strlen($latest['title']) > 29)
{
$latest['title'] = substr($latest['title'], 0, 29) . '...';
}
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']);
$div = '<div style="border-bottom: 1px dotted #5080a6; padding: 2px;">';
$enddiv = '</div>';
$ci = '<img src="http://warezsfx.com/images/iwv2/comment.png"; alt="" class="inlineimg">';
$latest_downloads .= "
$div
<div style='font-size: 11px;'><font color='#ce6262'>•</font> <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;'>Posted by $latest[musername]</a></div>
<div style='padding-top: 1px; padding-bottom: 2px; font-size: 7pt;'>
<span>$ci <font color='#8A478F'><b>$latest[replycount] Comments</b></font></span>
$enddiv
</div>";
}
$db->free_result($siteposts);
-
17th Mar 2010, 07:41 AM #33Banned
Exel - so what code/addons do we install first for your code to work?
-
17th Mar 2010, 08:15 AM #34Retired NinJaWebsite's:
loledhard.comThe addon download link in 1st post is dead. Reupload plz. I really want that addon. Its nice.
You don't hate Justin bieber.You hate the fact you ain't Justin Bieber!
-
17th Mar 2010, 07:06 PM #35
-
17th Mar 2010, 07:21 PM #36The Realest Nigga
hmm im looking for this aswell
-
17th Mar 2010, 09:04 PM #37Member
^^ use exels code, and add it as a plugin.
Please follow signature rules
-
17th Mar 2010, 09:46 PM #38
-
17th Mar 2010, 09:47 PM #39Doing things differently.
Because if you don't know how to make a plugin or even have a go you won't ever learn nothing.
-
13th May 2010, 04:11 AM #40MemberWebsite's:
FlowForums.comWhats the: Hook Location This specifies the location within the vBulletin code of the hook that will fire this plugin function.?
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.24 released. Open older version (or...