The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
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:
<? 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
|
Comments |
#182
|
||||
|
||||
OK but what about the post table? There's a username column - what's in that column for posts by unregistered users?
|
#183
|
|||
|
|||
in table post, username is either:
1. registered username (like mine "Oystein") 2. unregistered username (always "Uregistrert bruker") The unreg. username is the same as I've edited in the file where it was written as "Unregistered" originally. |
#184
|
||||
|
||||
OK I think I have it figured out. Try the one attached to this message and see if it works.
Rename it to last10.php. The config file hasn't changed so you can just upload this one. |
#185
|
|||
|
|||
it was working great until a imported my ubb posts i got this error
----------------------------- MySQL reported this error while trying to retreive the info: The table 'SQL3c86e_0' is full ---------------------------- any help? |
#186
|
|||
|
|||
Quote:
but (!) Replies are not shown I guess you changed a bit too much :-) Edit: Forget this last one... but you had written $replyword instead of $threads[replycount]. But I just changed it, so now it works. Thanks a lot for helping out. Actually it means a lot :-) |
#187
|
||||
|
||||
Can someone help me with some adjustments to this hack...Here's what I'd like. Instead of showing the Last Poster, I'd like to see the Thread Starter...and instead of showing the text of the last reply, I'd like to see the text of the first (opening) message of the thread. And I'd like for the output to be sorted in order of when the threads were originally posted, not by when the last reply was.
Thanks in advance! |
#188
|
|||
|
|||
You are lucky JJR512 , I did all the changes you wanted eventhough I know nothing about php and mysql because I guess tubedogg was a little bit busy
Code:
// the base WHERE statement $wheresql = "WHERE thread.lastposter=user.username AND thread.open!='10'"; PHP Code:
Code:
// ooh a query! $query = "SELECT thread.lastpost,thread.title,thread.lastposter,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"; PHP Code:
Code:
$fd = date($fdt,$threads[lastpost]); PHP Code:
$ob = "dateline" I hope that helps. Please remind me if I have forgotten some parts because I modified the code a lot so it's hard to track the changes I have made. |
#189
|
|||
|
|||
I have this hack working nicely on my front page, and I am trying to also ad the hack to a page (citysailor.com) on a different server that doesn't support PHP.
I tried using the full path to the last10.php and last10config.php files in my include statement like this: <!--#include virtual="http:// http://www.harborsailing.com/public_.../last10_ny.php"--> But I am getting this error: [an error occurred while processing this directive] I might be missing something really simple --- any ideas how to make it work? |
#190
|
||||
|
||||
I just installed this for testing and it's absolutely great! Good job Kevin!
One slight problem though. Some of the message icons show broken images, although the images are fine in the actual forum and thread displays. Here's the URL: http://130.94.168.29/last10/last10.php Any idea how to fix? P.S. It appears the last10 script is adding icon15.gif and icon16.gif whch don't exist. Where did it get these icons from? They're not in the messages or forumdisplay. |
#191
|
||||
|
||||
I've determined that the problem with the message icons occurs whenever an icon is used that was not part of the orginal distribution (icons 1-14.)
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|