![]() |
hey Chris, there is a problem with putting this into all pages, like you said before, we had to write:
Code:
require_once('./includes/functions_forumlist.php'); Code:
#################### PROCESS LATEST THREADS #######################; can you check this out? thanks! |
am i dumb or did i do something wrong....i installed it and changed the text...nothing. i am using 3.5.4 ...maybe it doesn't work with that one? but it looks like someone go it to....
www.teamrespawn.com/vBulletin/index.php |
Quote:
Just installed on 3.5.4 and works fine so far (using PHP 4.x) |
Quote:
|
can someone please help me??? i would really like to use this.... i want my forum threads on separate pages but if i do that then no one can see the new posts...so this would be wonderful!!!
soma??? someone??? |
okay i got mine all sorted out....not really sure what happened but it just showed up one day lmfao!
|
Looks fine.
Installed. |
okay i have one question....right now i have this installed at the top above my vbshoutbox...is there a way to get it under the shoutbox?
i can get it on the bottom fo the forum and in the whats going on area....i would prefer under the shoutbox i think... and one last thing....how do i show 7 threads? |
Hello,
I have a right side menu which I edit through "right_column" How can I get my latest threads to display here? I have tried and tried but have been unsucessfull. Btw, the right hand menu shows on all pages. |
I had the errrors
Database error in vBulletin 3.5.4: Invalid SQL: SELECT post.pagetext AS preview, thread.threadid, thread.title AS threadtitle, lastpost, forumid, pollid, open, replycount, postusername, postuserid, lastposter, thread.dateline, views, thread.iconid AS threadiconid, notes, thread.visible FROM thread AS thread LEFT JOIN recentlyviewed AS recentlyviewed ON(recentlyviewed.threadid = thread.threadid) LEFT JOIN post AS post ON(post.postid = thread.firstpostid) WHERE thread.threadid IN(4,5,1,2,3,15,19,8,22,23,28,29,11,34,18,24,25,20 ,40,42,57,59,60,62,31,64,65,35,66,6,7,67,41,73,63, 72,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89 ,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104 ,105,106,107,71,111,115,117,127,157,134,181,156,12 0,186,141,159,197,234,217,216,187,237,196,192,243, 211,244,215,133,212,246,158,268,270,272,274,276,27 7,278,279,280,281,282,283,284,285,286,287,289,290, 291,292,294,295,296,298,299,300,301,302,303,68,304 ,307,308,309,310,312,313,314,315,316,317,318,320,3 21,322,323,324,325,326,327,328,180,330,152,331,333 ,221,335,336,337,188,338,341,342,347,340,359,384,3 79,386,155,385,362,344,390,391,358,396,415,441,458 ,463,436,474,476,429,269,461,484,487,493,488,491,5 02,509,511,512,513,514,515,516,517,519,521,522,523 ,524,504,424,496,492,154,421,537,531,470,420,560,5 58,564,477,466,426,542,430,494,475,561,566,520,568 ,604,596,574,600,618,615,614,623,624,585,619,622,5 98,563,577,261,645,423,706,670,757,756,866,937,802 ,808,841,692,960,904,829,1030,1014,1029,1034,1046, 377,1036,1044,1033,1018,375,1022,1051,206,401,409, 367,378,387,13,453,951,1143,1217,1219,1149,1195,10 42,1272,1275,1305,632,275,241,675,1658,373,1303) ORDER BY recentlyviewed.dateline DESC LIMIT 5; MySQL Error : Got error 28 from table handler Error Number : 1030 Date : Thursday, March 30th 2006 @ 03:30:52 PM Script : http://xxxxxxxxxxxxxx/forums/index.php Referrer : http://xxxxxxxxxx/forums/showthread.php?t=1679 IP Address : xxxxxxxxxxxxxx Username : admin Classname : vb_database |
could u please help me fix it yet?
|
Quote:
Thanks for latest thread hack :) |
Quote:
|
Has anyone got any screenshots or demosof this?
|
demo: http://chewonthat.net/ FOOTER
|
How do I place this in a different spot on the forum. I'd rather have it at the top of the page, rather than at the bottom.
|
Installed and working perfect! Thank you for the Awesome plugin.
|
I have installed it, made the required changes, but still no thread is shown on the forum home.
|
Nobody knows why? :)
|
Still awaiting help
|
Ok, I give up hopes.
Bye |
Quote:
|
Quote:
|
does it work in 3.5.4?
|
Quote:
|
installed but i think there is a permission bug:
can view forum set to no but the thread shows up in the latest threads list. also the internal area (viewable by administrators only) shows up there |
Anyone know how to make it enable on all pages?
|
Quote:
|
I would like to disable certain members posts from showing. Can anyone supply the code for this???
Thanks |
I don“t see anything on my lokal test-system...
php5, mysql5 |
Quote:
temporary solution: i have added the forumid to $limitfids (hook forum_complete). Code:
fetch_permissions($forum['forumid']); |
Quote:
<if condition="$bbuserinfo['userid']"> <Latest Threads on Forum Home> </if> Somit sehen nur registrierte Benutzer dein Forum. :) |
Quote:
Quote:
|
I needed to be able to see the names of the forums in the list, so I modified it a bit... Here's the XML code:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?> Then, in the FORUMHOME, here's the Lastest Threads section: PHP Code:
|
Hi Tim,
The forumtitle you used isn't used in any another place. The modidfication doesn't show the forum title! :confused: |
Can this mod be used to show the 'latest threads' block other than on forumhome? like on a portal front page?
|
This hack is not about the latest threads, it is only when you post the threads and it'll show the latest post in threads. Weird.. I thought its only list of new threads not new posts.
eg. If I post in old thread or new thread, both will show up as 'Latest Threads' |
That's exactly what I'm looking for jokerz. I wanted latest posts. I guess this is the mod.
For the "Latest threads" as you want it, I think there's a tutorial at vbulletin.com which does that using the external hook. |
I found the HowTo Display Latest Active Threads on ANY normal HTML page document. but it's only the 'last x threads posted' not 'last x postings posted' like this one is.
This is the one that I want - I just loosely used the term 'latest threads' as I took it from the title of this mod. Maybe it should be renamed to be more exact? Anyway... is it possible to use this mod on a page other than on forumhome ( like on a portal front page)? |
Any way to control to number of new topics which appear?
|
All times are GMT. The time now is 08:36 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|