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 04-10-2006, 06:32 PM   #21
vB Newbie
Join Date: Feb 2006
celtic_babe is on a distinguished road

Default

This isn't working for me:


Parse error: parse error, unexpected '[' in /home/football/public_html/forum/index.php(63) : eval()'d code on line 1




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 04-10-2006, 07:13 PM   #22
vBulletin Guru
Arnoud's Avatar
Join Date: Nov 2004
Real Name: Arnoud Kuipers
Location: Europe, Flanders
Arnoud is on a distinguished road

Default

Did you add the [php] and [code] tags in the plugin?

If so, remove them. It's just to show where the code starts and stops in the .txt file ;).




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-27-2006, 02:04 AM   #23
vB User
dobberman's Avatar
Join Date: May 2006
dobberman is on a distinguished road

Default

This hack is great, however I would also like to see in which forum the post was made..
A very good example is the "5 latest threads" hack for invision:
http://www.dscripting.com/mod-demos/...680c093c3880ab

Do you think that would be possible to add ?
If so, then this is exactly what i'm looking for.thanks




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-28-2006, 03:03 AM   #24
vB User
dobberman's Avatar
Join Date: May 2006
dobberman is on a distinguished road

Default

As far as I know, all the "Latest 5" hacks avaliable for VB
doesn't show in what forum these "Latest threads" are coming from.
If you added that, your's would be the first.
There's lot's of free space for you to add that extra column, and it would look better to.
If you have a site with many forums, it's sometimes difficult to distinguish where a post is made by just reading it's title.
If you go and have a look at that demolink I posted above you see what I mean.
That hack, (Made by D-scripting), is one of the most popular and downloaded hacks for the IPB board.
Please, if you do this, i'll be super grateful !!




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-28-2006, 08:50 AM   #25
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 dobberman
As far as I know, all the "Latest 5" hacks avaliable for VB
doesn't show in what forum these "Latest threads" are coming from.
If you added that, your's would be the first.
There's lot's of free space for you to add that extra column, and it would look better to.
If you have a site with many forums, it's sometimes difficult to distinguish where a post is made by just reading it's title.
If you go and have a look at that demolink I posted above you see what I mean.
That hack, (Made by D-scripting), is one of the most popular and downloaded hacks for the IPB board.
Please, if you do this, i'll be super grateful !!
Try this:
Create a new plugin (Hook: forumhome_start)(DELETE OLD ONE!):
You must first be a registered member to view any code.
In the bit template, you can add $forum[title].
That should do it ( I think - not tested! - )




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-29-2006, 05:07 AM   #26
vB User
dobberman's Avatar
Join Date: May 2006
dobberman is on a distinguished road

Default

(This post has been edited, read more about it further down), here's a functioning plugin with "Forum" added as a clickable link to the right.Comes with "permissions" to.
Here's plugin:(Hook: forumhome_start)
You must first be a registered member to view any code.
And here's "latest_10_table":
You must first be a registered member to view any code.
And finally "latest_10_bits":
You must first be a registered member to view any code.

Last edited by dobberman; 05-31-2006 at 12:50 AM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-30-2006, 04:04 AM   #27
Niels
Support Staff
Niels's Avatar
Join Date: Jun 2004
Real Name: Niels
Location: NL
Niels is on a distinguished road

Default

It's $forumi[title] That should work, don't forget the i!




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-31-2006, 12:15 AM   #28
vB User
dobberman's Avatar
Join Date: May 2006
dobberman is on a distinguished road

Default

Thanks for telling me, now it works !!, great many thanks.
I've removed some of my comments, and edited post no #26
with the added "Forum" if somebody else want's it.

I was wondering ?
This hack displays only the latest "New" posts. What about if I would like it to show reply's as well ? (like the Top 'X' Stats by InfiniteWebby)
Once the new posts have trickled down to no 5, they will never show up again when replied to....
I guess this is because your php code is only pulling data from the thread table.
Would it be possible for you to change it so reply's shows up as "New post"
as well ?
PS.
Another great addition (but not extremely important) would be the "Last Post" column.
(same as when you do a search), with it's little blue arrow that goes to the last post and offcourse post icons...

I hope i'm not pushing it, just wanna improve this already great hack ;)

Last edited by dobberman; 05-31-2006 at 03:13 AM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-31-2006, 12:31 AM   #29
vB Newbie
IncredibleHawk's Avatar
Join Date: Apr 2006
Real Name: Scott
Location: In my template
IncredibleHawk is on a distinguished road

Default

I feel dumb but how do I install this! Create a php file and ad to ftp! If so How do I do that!




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-31-2006, 12:49 AM   #30
vB User
dobberman's Avatar
Join Date: May 2006
dobberman is on a distinguished road

Default

Quote:
Originally Posted by IncredibleHawk
I feel dumb but how do I install this! Create a php file and ad to ftp! If so How do I do that!
No need to ftp anything, everything is added via the admin CP.
You add plugin by clicking "Add new plugin" under "Plugin system" menu.
(Hook: forumhome_start)

The "latest_10_table" and "latest_10_bits" are added via "Style manager".
Just click "Add new template" and name it as posted here.
If you have several skins you have to add the 2 template bits to them as well
for it to show up.




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 11:53 PM.


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