vBulletin Modifications

Latest X new threads on forumhome (not so advanced)

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > vBulletin Database System > vBulletin 3.5 / 3.6 Hack Releases

Reply
 
Thread Tools Search this Thread
Download Options
You Must Register First
To Download This Modification

Bugs
No bugs found in the system. If you have found a bug, please report a bug here
Submit A Bug | View All Bugs

Advertisement
  
Supported
[vB ] Latest X new threads on forumhome (not so advanced) (224)
Released: 10-07-2005, 01:58 PM
Modification Information:
Niels's Avatar Author: Niels
Last Online: 02-24-2008
Hack Version: 1.0 Installer Included: 0 Additional queries added to database: 0
New Templates: 2 Template Edits: 1 File Edits: 0
New Files: 1 New Phrases: 0 Installation Time (In Minutes): 5

Here a nice new hack Follow the txt and it will work



Screenshots
Screenshots
File Type: jpg 1.JPG (62.0 KB, 974 views)


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Add a Comment!
Old 10-07-2005, 03:21 PM   #2
vB Newbie
Join Date: Nov 2004
Dutchy is on a distinguished road

Default

Thanks Niels,

Just the one i need ;-)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-07-2005, 03:40 PM   #3
Coder
Senna's Avatar
Join Date: Mar 2005
Location: LalaLand
Senna is on a distinguished road

Default

little question Niels, does it show you links to post in sections you normally can't see?
(wouldn't be too good if everyone saw what is happening in the modlounge or so or when mods talk about certain members :p)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-07-2005, 04:12 PM   #4
Niels
Support Staff
Niels's Avatar
Join Date: Jun 2004
Real Name: Niels
Location: NL
Niels is on a distinguished road

Default

Quote:
Originally Posted by Ike013
little question Niels, does it show you links to post in sections you normally can't see?
(wouldn't be too good if everyone saw what is happening in the modlounge or so or when mods talk about certain members :p)
Mmm look like I've been stupid again :o




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-07-2005, 04:30 PM   #5
Coder
Senna's Avatar
Join Date: Mar 2005
Location: LalaLand
Senna is on a distinguished road

Default

nah, I allready made the same mistake :p




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-07-2005, 04:45 PM   #6
Niels
Support Staff
Niels's Avatar
Join Date: Jun 2004
Real Name: Niels
Location: NL
Niels is on a distinguished road

Default

Quote:
Originally Posted by Ike013
nah, I allready made the same mistake :p
Anyway here is my fix replace the plugin with this code:
You must first be a registered member to view any code.
Picked it from search.php :knockedou

Edit:
if you want to show that threads wich can't be searched but can be viewed remove this:
You must first be a registered member to view any code.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-07-2005, 11:59 PM   #7
Coder
Join Date: Oct 2005
ruizit0 is on a distinguished road

Default

hi.
i tryied to add this hack but .. .
when i active the plugin this happen

Quote:
There seems to have been a problem with the Trancepsicadelico Forum database.
Please try again by clicking the Refresh button in your web browser.

An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.

We apologise for any inconvenience.

Database error in vBulletin 3.5.0:

Invalid SQL:
SELECT * FROM thread ORDER BY threadid DESC LIMIT 0,5;

MySQL Error : Table 'ddesign_forum.thread' doesn't exist
Error Number : 1146
Date : Saturday, October 8th 2005 @ 03:56:47 AM
Script : http://ddesign.org/forum/index.php?
Referrer : http://ddesign.org/forum/admincp/index.php?do=head
IP Address : 21*.1*9.**1.***
Username : **************
Classname : vb_database
MySQL Error : Table 'ddesign_forum.thread' doesn't exist

dont get the point .. . also tested with plugin code correcion and the same happens...
why?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-08-2005, 01:41 AM   #8
Junior Member
Join Date: Oct 2005
Location: http://www.hyip-expert.com
Gold_Hunter is on a distinguished road

Default

Quote:
Originally Posted by ruizit0
hi.
i tryied to add this hack but .. .
when i active the plugin this happen



MySQL Error : Table 'ddesign_forum.thread' doesn't exist

dont get the point .. . also tested with plugin code correcion and the same happens...
why?
change
You must first be a registered member to view any code.
to

$threads = $db->query_read("SELECT * FROM your_forum_thread_table WHERE open = '1' $ja ORDER BY threadid DESC LIMIT 0,$number");

or try :

You must first be a registered member to view any code.

Last edited by Gold_Hunter; 10-08-2005 at 02:00 AM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-08-2005, 03:24 AM   #9
Niels
Support Staff
Niels's Avatar
Join Date: Jun 2004
Real Name: Niels
Location: NL
Niels is on a distinguished road

Default

Quote:
Originally Posted by Gold_Hunter
change
You must first be a registered member to view any code.
to

$threads = $db->query_read("SELECT * FROM your_forum_thread_table WHERE open = '1' $ja ORDER BY threadid DESC LIMIT 0,$number");

or try :

You must first be a registered member to view any code.
This will work for you:
You must first be a registered member to view any code.
I'll add the table prefix as soon as possible to my hack Sorry for that.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-08-2005, 03:35 AM   #10
Coder
Join Date: Oct 2005
ruizit0 is on a distinguished road

Default

ahhhh .ii see the lighttt!! :p
. i discovered why the hack give that error. . .
when i installed the forum .. in config.php i set a prefix for tables "forum_"
is why all hacks give me that error :S
i made a fresh install without the table prefix and the hack works already with the original code :p
thnaks Gold_Hunter

yes Niels .. its a god point to add it.. .for now im fixed .. fresh install with no prefix.
but im at the beggining of my board.. maybe some people couldnt do a fresh install like i did..

but in 3 hacks in this site they all give the same prefix error. .no one suport it errr ...

well problem solved thanks all

Last edited by ruizit0; 10-08-2005 at 03:39 AM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Last X threads in forumhome for a specific forum. Developer vBulletin 3.5 / 3.6 Hack Releases 31 10-09-2007 01:52 PM
Displaying latest active threads on forum home furst vBulletin Modification Requests 0 03-27-2006 04:50 AM


All times are GMT -3. The time now is 02:13 PM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)