The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Last X Posts Titles on Non-VB page Details »» | |||||||||||||||||||||||||
Hi everyone,
Well, here is my first full release to the vB.org community. It's a small little script I just whipped up a few minutes ago. I already have this on my webpage for months now and thought I'd share it with the rest of you. Description: This script will display the titles, poster's names, and times of the last X's posts. It's fully customizable. Should be very easy to understand so enjoy! Instructions: 1) Download the script below. 2) Change the settings in the script. 3) Insert include("/path/to/lastposts3.php"); anywhere in a non-VB page. If you like to check out a live demo, you may go visit one of my sites: http://www.generazn.com. If you have any problems, questions, or comments regarding this, feel free to post them here or send me an email to tre@phase1media.com. Show Your Support
|
Comments |
#82
|
||||
|
||||
Quote:
|
#83
|
||||
|
||||
if this work witih 3.5.3
|
#84
|
|||
|
|||
This works great on a clean 3.5.4 install Great job, thanks!
|
#85
|
|||
|
|||
I have hidden forums for mods and such. Is there any way to keep these forums from being included on the latest posts?
|
#86
|
|||
|
|||
Hi,
Is any chance how to display the post title/link and posted by Name mm/dd/yy time in one line? Thank you. |
#87
|
|||
|
|||
Hi,
lastposts3.php works well as a separate page. Is any chance how to include this script into vBulletin 3.0.1 home page? Can somebody help with this? Thank you. |
#88
|
|||
|
|||
How do you get the last new thread instead of the last new post (like a new post wouldn't bump it up)? And make the link go to the topic instead of a specific post?
Hopefully, it's just some simple modifications... |
#89
|
||||
|
||||
nevermind
|
#90
|
|||
|
|||
I'd like to try and use this as an archive to my news posts on a specific forum on a non-VB page. Is there a way to get it to show say 5 posts after the first 5 posts?
Let me try to be a little clearer. I have vBAdvanced pulling from a specific forum to show on the portal. That forum is my "news" forum. It shows the last 5 articles. I want to display the previous 5 articles in an archive on a non-VB page. I know I need to loop through and then start counting on post number 6 from the database but not sure how to do it. |
#91
|
|||
|
|||
Never mind I figured it out. I added another number to the end of the query.
In other words after $limited I added , 5. This means that the query will return the limited number of posts after the 5th row. I also had to add an array to convert bbcode to html code so that I could display the text on a non-VB page. |
#92
|
||||
|
||||
I love your hack, it's wonderful! I have a question, though.
Is it possible to restrict the hack from getting latest posts in boards only certain usergroups can see, such as staff boards? |
#93
|
|||
|
|||
Where do you upload the script?
|
#94
|
|||
|
|||
Quote:
BTW, I'm running 3.7.3 |
#95
|
|||
|
|||
Another thing, the list of the recent post does not automatically update when I load my homepage, I have to press the refress button in order to update the list. Is there a fix for this?
|
#96
|
|||
|
|||
nevermind, I figure it out, I was putting the wrong forum id number, I was putting the id of the parent forum not the actual child forum.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|