Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by tubedogg tubedogg is offline
Developer Last Online: Dec 2016 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 03-25-2001 Last Update: Never Installs: 115
 
No support by the author.

UPDATED! Not a new version number, but a bug fix.
Fixed another bug with using forum titles and included forums.
New update: *Actually* fixed the bug with the forums this time.
------------------------------------------------------------------------------------

It's my best work to date (if I do say so myself ) and I think you'll like it and like all the configuration you can do.

This image shows the script with all of the columns on, and parsing [code], smilies, and the post icon, as well as showing the forum title before the thread title.


This image shows the script with all the columns off except $lastpostdate, and the $tw (table width) set to 600, and $showdate set to 0 (to just show the last post time).


This image shows the same as #2, except $tw is blank (allowing the table to compact and remove the empty space automatically).


Hack version: 1.0.1

Changes since version 1.0.0: Fixed small bug.

Changes since version 0.1.0: Parses [ b], [ i], [ u], [ code], and [ quote] within the "last post". Displays the icon of the post, or the thread if there is no post icon. Parses smilies. New option to convert new lines to <br> so the post appears as the author wrote it (note: may cause problems if there are large breaks in posts).

Changes since version 0.0.2: New option to show the text of the last post of a thread (also option to limit the number of characters of the post displayed). New option to set the table width, as a percent, a number of pixels, or just let the table size naturally. New option to show just the time of the last post, instead of the date *and* the time. New option to show a thin line around the cells (cell spacing).

Changes since version 0.0.1: Include only specific forums, or set to allow all forums except certain excluded forums. New option to display a "Last post date" column with the last post date and time, formatted with your board's date & time setting. Fixed a bug with font and font size. Split the config into a separate file to make editing easier.

For version: v2 betas 3, 4, 5, RC1, RC2.

Files needed: last10.php, last10config.php (see attached zip file).

Files to edit: last10config.php (see attached zip file).

Possible file locations: Anywhere, as long as the relative path to config.php and the URL to your board are correct. Also, you must put last10.php and last10config.php in the same directory!

Instructions
1] Unzip the files last10.php and last10config.php to your hard drive.
2] Open last10config.php in an ASCII text editor, such as Notepad (Windows), SimpleText (Mac), EditPlus, UltraEdit, TextPad, etc. (DO NOT use WYSIWYG HTML editors such as FrontPage, HotDog, DreamWeaver, etc. They will in all likelyhood screw up the file! I will not be able to support you if you edit the file in one of these programs.)
3] Edit the variables at the top. These are:
  1. $path > path to your config.php file (usually in the /admin directory) - NO TRAILING SLASH! and DO NOT PUT config.php at the end of it! ( e.g. forums/admin )
  2. $url > URL to your board - NO TRAILING SLASH! ( e.g. http://www.mysite.com/forums )
  3. $urlimg > URL to your board's images - NO TRAILING SLASH ( e.g. http://www.mysite.com/forums/images ).
  4. $maxthreads > max threads to show. will show less if $last24 or $last7 limits it to less results than this number
  5. $ob > determines the sort order of the list. replycount and views are numbers, lastposter is a name, title is the name of the thread, and lastpost is the last posts' date. set to one of the following: replycount , views , lastposter , title , lastpost (lastpost is most popular. it's the thread most recently replied to, then the second-to-last most recent, etc.)
  6. $obdir > set to "desc" or "asc". which direction to sort? "desc" goes from bottom to top (9 to 1, z to a, etc.). "asc" goes top to bottom (1 to 9, a to z, etc.)
  7. $last24 > set to 1 to limit the possible results to the last 24 hours; 0 for no limit (must set this to 0 if $last7 is set to 1)
  8. $last7 > set to 1 to limit the possible results to the last 7 days; 0 for no limit (must set this to 0 if $last24 is set to 1)
  9. $bc1 > first alt color (for the alternating colored rows)
  10. $bc2 > second alt color
  11. $hc > head background color (title, last poster, etc.)
  12. $lc > text link color
  13. $tc > text color
  14. $f > font face
  15. $fs > font size in points. 6 is on the small side, 10 on the large side. Put only a number in this - no "pt", "pts", or anything else!
  16. $lastposter > show the "last poster" column? 1 = yes; 0 = no
  17. $views > show the view count for each thread? 1 = yes; 0 = no
  18. $replies > show the reply count for each thread? 1 = yes; 0 = no
  19. $lastpostdate > show the last post date and time for each thread? 1 = yes; 0 = no
  20. $len > maximum number of characters of the title to show. e.g. if the title is 60 characters and this is set to 25, only the first 25 characters of the title will be shown (followed by ...)
  21. $excludeforums > List certain forums to be excluded. Best used if you have a large number of forums you *do* want included and only a few that you want excluded. List them separated by commas, but without spaces - e.g. 1,2,3,4 - and DO NOT fill in both this and $includeforums! Use one or the other.
  22. $includeforums > List certain forums to be included. Best used if you have a small number of forums that you want included and a large number you want excluded. List them separated by commas, but without spaces - e.g. 1,2,3,4 - and DO NOT fill in both this and $excludeforums! Use one or the other.
  23. $showmessages > If you want to show the last post of the thread as well, set this to 1. You can limit the number of characters displayed in $lplen below.
  24. $lplen > If you specify a number here, any post that has more than $lplen number of characters will be reduced to this number and "..." added to the end of it. If you don't want to use this feature, leave it blank e.g. "" - remember though that if $showmessages is set to 0, this won't do anything.
  25. $tw > If you want to specify the width of the table, you can set it as a percent e.g. 95% or as a number of pixels e.g. 300 or just leave it blank and the table will size itself.
  26. $showdate > If you want to show the date *and* the time, set this to 1. If you want to just show the time, set this to 0.
  27. $cs > If you want a thin line around your cells, set this to 1 (or higher - experiment!). Set to 0 for no line.
  28. $nb > if you want breaks in text to appear as such, set this to 1. otherwise set it to 0 (this may cause problems if there are large breaks in the text)
  29. $showforumtitle > if you want to show the forum title, linked to that forum, for each thread also (forum title: thread title) then set this to 1. otherwise set it to 0.
  30. $showicon > if you want to show the icon the author chose for their post, set this to 1. otherwise set it to 0.
4] Upload both last10.php and last10config.php to your website. You can include last10.php as follows. To include it on a PHP-parsed page (.php, .php3, .phtml, etc.):
<? include("last10.php"); ?>
To include it on a server-parsed page (.shtml, .shtm, .ssi, etc.):
<!--#include file="last10.php"-->

Instructions are also included in the zip file (last10.txt).

FEEDBACK WANTED! Likes/dislikes/modification requests all gladly accepted!

Please DO NOT contact me via IM or PM about this hack. Post your problem/question here and I will try to help you.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #512  
Old 02-13-2005, 07:19 PM
alderwazeh alderwazeh is offline
 
Join Date: Jan 2005
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I make this great hack work as well in VBadvance portal CMPS... what variables should I set in the default setting their for enabling this hach to work as well in my Poratl vbadvanced CMPS ?
Reply With Quote
  #513  
Old 03-12-2005, 09:42 PM
gator777's Avatar
gator777 gator777 is offline
 
Join Date: Feb 2005
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brad.loo
I got this error message when viewing the last10.php

PHP Code:
MySQL reported this error while trying to retreive the infoYou have an error in your SQL syntaxCheck the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT' at line 1 
Also, I have a dbprefix of "vb3_", so would that effect it also?
Reply With Quote
  #514  
Old 03-13-2005, 03:52 AM
slinky slinky is offline
 
Join Date: Dec 2001
Posts: 202
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm trying to put this hack into a templated CMS. Unfortunately it doesn't allow you to simply paste PHP code into the template and suffice it to say that putting it into the PHP is an incredible pain like you cannot believe. What I need to do is create an output stream that is the HTML captured so that I can put it into a templating system in a CMS like evoarticles like Miraserver has instructions to do. Has anyone been able to do this with the use of a few simple lines so that the output could be captured to a variable that is in HTML format?
Reply With Quote
  #515  
Old 03-13-2005, 07:56 AM
torcida torcida is offline
 
Join Date: Mar 2005
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was trying to put this hack work for 3.0.7. but i can't manage to do that.. Do anyone have done this?
Reply With Quote
  #516  
Old 03-15-2005, 11:04 AM
Meirion Meirion is offline
 
Join Date: Nov 2001
Location: UK
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gator777
I got this error message when viewing the last10.php

PHP Code:
MySQL reported this error while trying to retreive the infoYou have an error in your SQL syntaxCheck the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT' at line 1 
Also, I have a dbprefix of "vb3_", so would that effect it also?

Hmm I get that too....grrr
But only with the 'security bugfixed' version of the last10.php file that was posted on the previous page by someone. Using last10.php from the ZIP file works fine, but is it safe to use?
Reply With Quote
  #517  
Old 03-15-2005, 11:07 AM
Meirion Meirion is offline
 
Join Date: Nov 2001
Location: UK
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Grethe
Dummy Inc. here. This php stuff is killing me

The simpletest.shtml I'm running to test is situated in the localhost/vbulletin directory and looks like this:

<HTML>
<HEAD>
<TITLE>Untitled Page</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
</HEAD>
<BODY>
<!--#include file="http://localhost/vbulletin/last10.php"-->

</BODY>
</HTML>



What do I do wrong???????? PS. Running vBulletin 3.0.5 (will update to 3.0.6 when or if I get this working)

Thanking bunches in advance for any help!!!!!
<!--#include file="http://localhost/vbulletin/last10.php"-->
that is what you are doing wrong

As far as I know you need to put the absolute path to the file you want to include, not a web address.

ie something like "/home/username/www/vbulletin/last10.php"
but will obviously depend on your server
Reply With Quote
  #518  
Old 03-15-2005, 11:16 AM
Meirion Meirion is offline
 
Join Date: Nov 2001
Location: UK
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brad.loo
This patched version didn't work for me unfortunately.
It gave my the "error in mysql near LIMIT 1" error.

Here's how to fix it... in last10.php change this....

Code:
// let's get connected
require("last10config.php");
require("$path/config.php");
$db=mysql_connect($servername,$dbusername,$dbpassword) or die("Can't open connection to MySQL");
mysql_select_db($dbname) or die("Can't select database");

// destroy some var's to prevent SQL injection (patch by Brad.loo, added 11/16/04)
unset($fsel, $ftitle, $wheresql, $ob, $obdir, $maxthreads);

$hfs = $fs+2;
to this....

Code:
// destroy some var's to prevent SQL injection (patch by Brad.loo, added 11/16/04)
unset($fsel, $ftitle, $wheresql, $ob, $obdir, $maxthreads);

// let's get connected
require("last10config.php");
require("$path/config.php");
$db=mysql_connect($servername,$dbusername,$dbpassword) or die("Can't open connection to MySQL");
mysql_select_db($dbname) or die("Can't select database");

$hfs = $fs+2;
should work now. The unset needs to come first else it destroys some of the required variables that were set up in last10config.php
Hope that hasn't defeated the point of the security fix, correct me if I am wrong please, Brad.loo or someone else!

Meza
Reply With Quote
  #519  
Old 03-16-2005, 02:56 AM
gator777's Avatar
gator777 gator777 is offline
 
Join Date: Feb 2005
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This worked, but I am still having the issue with the fact that it is not allowing for the DBprefix I added (vb3_). It cannot find the tables. I wish someone could tell me a workaround for this.
Reply With Quote
  #520  
Old 03-19-2005, 12:08 PM
LamBras LamBras is offline
 
Join Date: Mar 2002
Location: Frankfurt / Germany
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a problem showing the original author of the thread. Sort by dateline instead of lastpost is working fine. MySQL queries for original author is looking fine to me. :ermm:
Script is located at http://www.dvdboard.de/news.php

I used the code provided in this thread and attached my files below (removed all comments so it's easier to read).

Thank you for any kind of help.


configfile:
PHP Code:
<?
$path = "forum/admin"; // path to your config.php file (usually in the /admin directory) - NO TRAILING SLASH! Do not include "config.php"
$url = "http://www.dvdboard.de/forum"; // URL to your board - NO TRAILING SLASH!
$urlimg = "http://images.dvdboard.de"; // URL to your board's images - NO TRAILING SLASH!
$maxthreads = "20"; // max threads to show. will show less if $last24 or $last7 limits it to less results than this number
$ob = "dateline"; // set to one of the following: replycount , views , lastposter , title , lastpost (lastpost is most popular. it's the thread most recently replied to, then the second-to-last most recent, etc.)
$obdir = "desc"; // which direction to sort? "desc" goes from bottom to top (9 to 1, z to a, etc.). "asc" goes top to bottom (1 to 9, a to z, etc.). if you use lastpost for $ob, leave this set to desc or it will not work correctly!
$last24 = "0"; // 1 = last 24 hours; 0 = all (must set this to 0 if $last7 is set to 1)
$last7 = "1"; // 1 = last 7 days; 0 = all (must set this to 0 if $last24 is set to 1)
$bc1 = "#DCDCDC"; // first alt color
$bc2 = "#CDCDCD"; // second alt color
$hc = "#A3B9D0"; // head background color
$lc = "#000020"; // link color
$tc = "#000000"; // text color
$f = "Verdana"; // font face
$fs = "8"; // font size in points - 8 is normal, 6 is on the small side, 10 on the large side. play around with it. :)
$lastposter = "1"; // show last poster? 1 = yes; 0 = no
$views = "0"; // show view count? 1 = yes; 0 = no
$replies = "1"; // show reply count? 1 = yes; 0 = no
$lastpostdate = "1"; // show last post date and time? 1 = yes; 0 = no
$len = 150; // maximum number of characters of the title to show. e.g. if the title is 60 characters and this is set to 25, only the first 25 characters of the title will be shown (followed by ...)
$excludeforums = ""; // if you want to exclude a forum, put it's ID here. more than one, seperate them with commas, NO SPACES! e.g. 1,2,3,4
$includeforums = "109"; // if you only want to include certain forums, put their ids here. separate more than one with commas, NO SPACES! e.g. 1,2,3,4
$showmessages = "0"; // show the text of the last post too? 1 = yes; 0 = no
$lplen = "300"; // character length of last post text (if $showmessages is set to 0 this won't do anything).
$tw = ""; // width of the table that shows the info, in either a percent ( e.g. 95% ) or in pixels ( e.g. 300 ). leave blank if you want the table to be sized naturally
$showdate = "1"; // show the date, as well as the time? if the posts that show up in the list are likely to all be from today (or you set $last24 to "1"), you can set this to 0. if the posts are spread over multiple days, you probably want this set to 1.
$cs = "0"; // this is the cellspacing. 1 makes a thin line around the cells. 0 makes no line.
$showicon = "0"; // shows the posts' icon next to the post
$showforumtitle = "0"; // shows the forum title (linked to that forum) next to the thread title
$nb = "0"; // do you want breaks in text to appear as such? this may cause problems if there are large breaks in the text
?>
getnews:
PHP Code:
<?
unset($fsel, $ftitle, $wheresql, $ob, $obdir, $maxthreads);

require("getnewsconfig.php");
require("$path/config.php");

$db=mysql_connect($servername,$dbusername,$dbpassword) or die("Can't open connection to MySQL");
mysql_select_db($dbname) or die("Can't select database");

$boarddown1 = mysql_query("SELECT value FROM setting WHERE varname='bbactive'");
$boarddown = mysql_result($boarddown1,0,0);
if ($boarddown == "0") { echo("Die dvdboard.de News befinden sich aktuell im Wartungsmodus. Bitte versuchen Sie es wieder in ein paar Minuten."); exit; }

$hfs = $fs+2;
$fs .= "pt";
$hfs .= "pt";
if ($tw == "") {
        $twt = "";
} else {
        $twt = "width="$tw"";
}
if ($cs == "") {
        $cs = 0;
}
// start up our table, decide whether to show
echo("<table border=0 cellpadding=4 cellspacing=$cs $twt><tr bgcolor="$hc">\n");
if ($showicon == "1") {
        echo("<td>&nbsp;</td>");
}
echo("<td style="font-family:$f; font-size:$hfs; color:$tc;"><b><nobr>Titel:</nobr></b></td>\n");
// the last poster column,
if ($lastposter == "1") {
        echo("<td style="font-family:$f; font-size:$hfs; color:$tc;" align="center"><b><nobr>Autor:</nobr></b></td>\n");
}
// the last post date & time column,
if ($lastpostdate == "1") {
        echo("<td style="font-family:$f; font-size:$hfs; color:$tc;" align="center"><b><nobr>Datum:</nobr></b></td>\n");
}
// the views column,
if ($views == "1") {
        echo("<td style="font-family:$f; font-size:$hfs; color:$tc;" align="center"><b>angesehen:</b></td>\n");
}
// and/or the replies column
if ($replies == "1") {
        echo("<td style="font-family:$f; font-size:$hfs; color:$tc;" align="center"><b>Kommentare:</b></td>\n");
}
echo("</tr>\n");

// the base WHERE statement
$wheresql = "WHERE thread.postusername=user.username AND thread.open!='10'"; 

// we can't have both the last 24 hours *and* the last 7 days, so error out if needed
if ($last24 == "1" && $last7 == "1") {
        print("Error: \$last24 and \$last7 are both set to 1. Please change one of them to 0.");
        exit;
}
// otherwise we're gonna find out which one it is
// last 24
if ($last24 == "1") {
        $time = time()-86400;
        $wheresql .= " AND thread.dateline>'$time'";
}
// last 7
if ($last7 == "1") {
        $time = time()-2419200;
        $wheresql .= " AND thread.dateline>'$time'";
}
// are we trying to exclude *and* include forums? if so, error out
if ($excludeforums != "" && $includeforums != "") {
        print("Error: \$includeforums and \$excludeforums are both set with numbers. Please remove the numbers from <b>one</b> of these two to proceed.");
        exit;
}
// otherwise figure out which one we're using
// include forums
if ($includeforums == "" or $includeforums <= "0") {
        $quarter = "no";
} else {
        $incfid = explode(",",$includeforums); $i = 0; $a = count($incfid);
        if ($a > 1) {
                $wheresql .= " AND (thread.forumid='$incfid[0]'";
                ++$i;
                while ($i < $a) {
                        $wheresql .= " OR thread.forumid='$incfid[$i]'"; ++$i;
                }
                $wheresql .= ")";
        } else {
                $wheresql .= " AND thread.forumid='$incfid[$i]'";
        }
}
// or exclude forums
if ($excludeforums == "" or $excludeforums <= "0") {
        $quarter = "no";
} else {
        $excfid = explode(",",$excludeforums); $i = 0; $a = count($excfid);
        while ($i < $a) {
                $wheresql .= " AND thread.forumid!='$excfid[$i]'";      ++$i;
        }
}
if ($showforumtitle == "1") {
        $ftitle = ",forum";
        $fsel = ",forum.title AS ftitle";
        $wheresql .= " AND thread.forumid=forum.forumid";
}
// ooh a query!
//$query = "SELECT thread.dateline,thread.title,thread.postusername,thread.replycount,thread.views,user.userid,thread.threadid,thread.forumid$fsel,thread.iconid FROM thread,user$ftitle $wheresql ORDER BY thread.$ob $obdir LIMIT $maxthreads";
$query = "SELECT
thread.dateline,thread.title,thread.postuserid,thread.replycount,thread.views,user.userid,thread.threadid,thread.forumid$fsel,thread.iconid 
FROM thread,user$ftitle $wheresql ORDER BY thread.$ob $obdir LIMIT $maxthreads"; 

// let's get the info
$tr = mysql_query($query) or die("MySQL reported this error while trying to retreive the info: ".mysql_error());
$dtf = mysql_query("SELECT value FROM setting WHERE varname='dateformat' OR varname='timeformat' OR varname='timeoffset' ORDER BY varname");
$df = mysql_result($dtf,0,0);
$tf = mysql_result($dtf,1,0);
$tof = mysql_result($dtf,2,0);
if ($showdate == "1") {
        $fdt = "$df $tf";
} else {
        $fdt = "$tf";
}
$cols = 1;
// let's display the info
while ($threads = mysql_fetch_array($tr)) {
        // are we going to show the message too?
        if ($showmessages == "1") {
                $query0 = "SELECT pagetext,postid,dateline,iconid FROM post WHERE threadid='$threads[threadid]' ORDER BY dateline DESC LIMIT 1";
                $lastpost = mysql_query($query0) or die("MySQL reported this error while trying to retrieve the last post info: ".mysql_error());
                while ($lastpost1 = mysql_fetch_array($lastpost)) {
                        $lastpostshort = $lastpost1[pagetext];
                        $postii = $lastpost1[iconid];
                }
                if (strlen($lastpostshort) > $lplen) {
                        $lastpostshort = substr($lastpostshort,0,$lplen);
                        $lastpostshort .= "...";
                }
                $smilies = mysql_query("SELECT smilietext,smiliepath FROM smilie");
                while ($smiles = mysql_fetch_array($smilies)) {
                        $lastpostshort = str_replace($smiles[smilietext],"<img src="".$url."/".$smiles[smiliepath]."" border=0>",$lastpostshort);
                }
                if ($nb == "1") {
                        $lastpostshort = nl2br($lastpostshort);
                }
                $lastpostshort = str_replace("[i]","<i>",$lastpostshort);
                $lastpostshort = str_replace("[/i]","</i>",$lastpostshort);
                $lastpostshort = str_replace("[u]","<u>",$lastpostshort);
                $lastpostshort = str_replace("[/u]","</u>",$lastpostshort);
                $lastpostshort = str_replace("[b]","<b>",$lastpostshort);
                $lastpostshort = str_replace("[/b]","</b>",$lastpostshort);
                $lastpostshort = str_replace("[quote]","<br>quote:<br><hr> ",$lastpostshort);
                $lastpostshort = str_replace("[/quote]"," <hr><br>\n",$lastpostshort);
                $lastpostshort = str_replace("[I]","<i>",$lastpostshort);
                $lastpostshort = str_replace("[/I]","</i>",$lastpostshort);
                $lastpostshort = str_replace("[U]","<u>",$lastpostshort);
                $lastpostshort = str_replace("[/U]","</u>",$lastpostshort);
                $lastpostshort = str_replace("[B]","<b>",$lastpostshort);
                $lastpostshort = str_replace("[/B]","</b>",$lastpostshort);
                $lastpostshort = str_replace("[QUOTE]","<br>quote:<br><hr> ",$lastpostshort);
                $lastpostshort = str_replace("[/QUOTE]"," <hr><br>\n",$lastpostshort);
                $lastpostshort = str_replace("[CODE]","<br>code:<br><hr> ",$lastpostshort);
                $lastpostshort = str_replace("[/CODE]"," <hr><br>\n",$lastpostshort);
                $lastpostshort = str_replace("[code]","<br>code:<br><hr> ",$lastpostshort);
                $lastpostshort = str_replace("[/code]"," <hr><br>\n",$lastpostshort);
                $lastpostshort = str_replace("[img]","",$lastpostshort);
                $lastpostshort = str_replace("[/img]","",$lastpostshort);
                $lastpostshort = str_replace("[img]https://vborg.vbsupport.ru/[/img]","",$lastpostshort);
                $lastpostshort = str_replace("[url]","",$lastpostshort);
                $lastpostshort = str_replace("[/url]","",$lastpostshort);
                $lastpostshort = str_replace("[URL]","",$lastpostshort);
                $lastpostshort = str_replace("[/URL]","",$lastpostshort);
        }
        // thanks to kier for this idea to do the alternating row colors
        if (($counter++ % 2) != 0) {
                $bc=$bc1;
        } else {
                $bc=$bc2;
        }
        // if the title is more than $len characters, we need to cut it off and add ... to the end
        if (strlen($threads[title]) > $len) { 
                $title = substr($threads[title],0,$len);
                $title .= "...";
        } else { 
                $title = $threads[title];
        }
        // convert the date to a format readable by non-unix geeks :)
        $fd = date($fdt,$threads[dateline]); 
        // display everything in a nice table. in the future we're gonna try to do this so others can format the data, but this is sufficient for now
        echo("<tr>");
        if ($showicon == "1") {
                echo("<td bgcolor="$bc">");
                if ($postii != "0" && $postii != "") {
                        echo("<img src="$urlimg/icons/icon$postii.gif" border="0">");
                }
                if (($postii == "0" || $postii == "") && $threads[iconid] != "0" && $threads[iconid] != "") {
                        echo("<img src="$urlimg/icons/icon$threads[iconid].gif" border="0">");
                }
                if (($postii == "0" || $postii == "") && ($threads[iconid] == "0" || $threads[iconid] == "")) {
                        echo("&nbsp;");
                }
                echo("</td>");
                ++$cols;
        }
        echo("<td bgcolor="$bc" style="font-family:$f; font-size:$fs; color:$tc;"><nobr>");
        if ($showforumtitle == "1") {
                echo("<a href="$url/forumdisplay.php?forumid=$threads[forumid]" style="color: $lc;">$threads[ftitle]</a>: ");
        }
        echo("<a href="$url/showthread.php?threadid=$threads[threadid]" style="color: $lc;" title="$threads[title]">$title</a></nobr></td>\n");
        // last poster column?
        if ($lastposter == "1") {
                echo("<td bgcolor="$bc" style="font-family:$f; font-size:$fs; color:$tc;" align="center"><a href="$url/member.php?action=getinfo&userid=$threads[userid]" style="color: $lc;">$threads[lastposter]</a></td>\n");
                ++$cols;
        }
        // the last post date & time column,
        if ($lastpostdate == "1") {
                echo("<td bgcolor="$bc" style="font-family:$f; font-size:$fs; color:$tc;" align="center">$fd</td>\n");
                ++$cols;
        }
        // views column?
        if ($views == "1") {
                echo("<td bgcolor="$bc" style="font-family:$f; font-size:$fs; color:$tc;" align="center">$threads[views]</td>\n");
                ++$cols;
        }
        // replies column?
        if ($replies == "1") {
                echo("<td bgcolor="$bc" style="font-family:$f; font-size:$fs; color:$tc;" align="center">$threads[replycount]</td>\n");
                ++$cols;
        }
        echo("</tr>");
        // are we showing the last post?
        if ($showmessages == "1") {
                echo("<tr bgcolor="$bc"><td colspan="$cols" style="font-family:$f; font-size:$fs; color:$tc;" align="left">\n");
                echo("<table border=0 cellpadding=4 cellspacing=0 width="100%">\n");
                echo("<tr bgcolor="$bc"><td style="font-family:$f; font-size:$fs; color:$tc;" align="right" valign="top"><b><nobr>Last Post:</nobr></b></td>\n");
                echo("<td style="font-family:$f; font-size:$fs; color:$tc;" align="left" width="100%">$lastpostshort</td></tr>\n");
                echo("</table></td>\n");
        }
        $fd = "";
}
echo("</tr></table>");
?>


Edit: To answer myself, look for $threads[lastposter] and replace it with $threads[postusername]. Stupid me.
Reply With Quote
  #521  
Old 04-14-2005, 03:58 AM
knirketusken's Avatar
knirketusken knirketusken is offline
 
Join Date: Apr 2005
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gator777
This worked, but I am still having the issue with the fact that it is not allowing for the DBprefix I added (vb3_). It cannot find the tables. I wish someone could tell me a workaround for this.
I have the same issue with the DB prefix. I have tried to edit last10.php, but have not had any luck yet. I suppose it would be an idea for the developer to make a "DBprefix"-choice in last10config.php so that all of us that where "stupid" enough to choose a prefix during install can use this very useful hack
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:51 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05968 seconds
  • Memory Usage 2,408KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (4)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete