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 |
#412
|
||||
|
||||
This hack is great. My question is how do I change it show it shows the actual date and time of the last post? You can see what I have done at http://www.ryanmcbain.com
|
#413
|
||||
|
||||
open up last10config.php and find this code
Code:
$lastpostdate = "0"; // show last post date and time? 1 = yes; 0 = no Also, look for this code Code:
$showdate = "0"; // 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. Changing both of those will display both the date and time. If you only want to show the time, then just change the second code I posted to 1, and leave the first to 0. Dude, if you can find a way to make the links bold I will give you a million dollars. It would look much nicer bold don't you think? I haven't been able to find a way. |
#414
|
||||
|
||||
I did that and nothing happens. And also. I made a new thread just to check and see if the hack works. And the same 5 threads are up there. I must of done something wrong there, and thats why I cant get the hack to show the date and time.
DO you have any suggestions? Quote:
|
#415
|
||||
|
||||
So far I love this hack but............
The smilies in the post don't show up, and I can't put forumid's in both the $excludeforums and $includeforums. If I put numbers seperated by commas without spaces into both of these I get an error: "Error: $includeforums and $excludeforums are both set with numbers. Please remove the numbers from one of these two to proceed." $path = "forums/admin"; // path to your config.php file (usually in the /admin directory) - NO TRAILING SLASH! Do not include "config.php" $url = "http://www.katanaplanet.com/forums"; // URL to your board - NO TRAILING SLASH! $urlimg = "http://www.katanaplanet.com/forums/images"; // URL to your board's images - NO TRAILING Smilies Source Code as displayed by browser with above configuration: <img src="http://www.katanaplanet.com/forums//forums/images/smilies/cool.gif" border=0> Web Site: http://www.katanaplanet.com |
#416
|
|||
|
|||
Could you add ability to show the Rating column in the next version.
|
#417
|
|||
|
|||
Can this hack be installed to a regular html page? The instructions say the following:
> To include it on a PHP-parsed page (.php, .php3, .phtml, etc.)... > To include it on a server-parsed page (.shtml, .shtm, .ssi, etc.)... I want to install it on my index.html page. I'd really rather not change that to index.php or index.shtml etc, as it's currently listed on google etc as index.html Can I use this without changing the page type/extension? |
#418
|
||||
|
||||
Quote:
|
#419
|
||||
|
||||
I got it to work, check it out at http://www.ryanmcbain.com
|
#420
|
|||
|
|||
I want to exclude some threads to show, but config let me only to exclude some forum.
Anyone know if is it possible? |
#421
|
|||
|
|||
i'm having a problem getting anything to show up. i am pretty sure i configured everything right but i'm adding this to a block on nuke and nothing happens when i add the code to pull up last10.php.
i even tried uploading a plain html page and trying it and still got nothing. any ideas on what i'm doing wrong? i have both the .php files uploaded to my main directory. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|