The Arcive of vBulletin Modifications Site. |
|
Latest X Posts on Forum Home Details »»
|
||||||||||||||||||||
What this does? This will add the latest x posts onto your forum index What version does it work on? This modification should work on any version 3.6.0 and up! Including the new 3.7 Features?
Added?
Installation?
Thats It! Fixes? 2.3
2.2
2.1
2.0
1.9
1.8
1.7
1.6
1.4
1.3
1.2
Please Click Install if you use Show Your Support
|
||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
I noticed it says "Site News" and "Latest 5 Posts" on your site. Is it possible to be able to have these as user configurable settings?
|
|
#3
|
|||
|
|||
|
Yes I could set that up for ya, as a temporary fix you can just edit the phrases. Will do in next small update
EDIT: By the way, the "Latest 5 Posts" Changes to like "latest 10 Posts" and so on. How ever many you have it grabbing, it changes that number |
|
#4
|
|||
|
|||
|
Thanks, I noticed that. Will wait for the update.
|
|
#5
|
|||
|
|||
|
think i might just make the "Site News" Changable, doing that now
|
|
#6
|
|||
|
|||
|
Ok done, redownload
|
|
#7
|
||||
|
||||
|
You can grab the last # posts on forumhome by just adding some code in functions_forumlist.php without adding any query, I think !
|
|
#8
|
||||
|
||||
|
Thanks
|
|
#9
|
|||
|
|||
|
Hey nice hack..
I get the sql error, on my forum index page Database error in vBulletin 3.6.5: Invalid SQL: SELECT post.postid, post.pagetext, post.userid, post.username, thread.forumid, forum.forumid, forum.title FROM post as post LEFT JOIN thread as thread on (post.threadid = thread.threadid) LEFT JOIN forum as forum on (thread.forumid = forum.forumid) WHERE thread.forumid not in () ORDER BY postid DESC LIMIT 5; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY postid DESC LIMIT 5' at line 5 Error Number : 1064 Date : Thursday, March 22nd 2007 @ 12:42:24 PM Script : ********************* Referrer : IP Address : ****************** Username : ****************** Classname : vB_Database |
|
#10
|
|||
|
|||
|
Same error here!
|
![]() |
|
|