vBulletin Modifications

Forum Home Enhancements - Latest X Threads on Forumhome 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
New Posts -- Bold/post image
Posted By: Slyfox
Registering New Posts
Posted By: Slyfox
Submit A Bug | View All Bugs

Advertisement
  
Supported
[vB 3.5.4] Forum Home Enhancements - Latest X Threads on Forumhome Advanced (248)
Released: 06-02-2006, 01:44 PM
Modification Information:
Arnoud's Avatar Author: Arnoud
Last Online: 05-31-2007
Hack Version: 1.1.1 Installer Included: 1 Additional queries added to database: 0
New Templates: 0 Template Edits: 1 File Edits: 0
New Files: 0 New Phrases: 1 Installation Time (In Minutes): 1

Plugin
Latest X Threads on Forumhome: Advanced! v1.1.1
http://www.vbhackers.com


This an advanced version of Niels' hack. All credit for the idea and template code goes to him! All I've done is make it admincp configurable, phrased (1 phrase :p) and show the forums of the threads without an additional query per thread displayed.

Having said that, here's a howto on installing:

1. Unzip the .zip.
2. Import the Product in your Admincp.
3. Go into Style Manager, Edit Templates and edit the template FORUMHOME.
4. Add "$latest_x_threads" (without quotes) somewhere in the template. I decided to add it bellow "$navbar", but its your choice ;).
5. Save the template. You're done!

Important: v1.1.1 released.
To upgrade, please download the latest .zip (1.1.1), and run it in your admincp.

Changelog:
v1.1.1: Permission check typo fixed.
v1.1.0: Permission checks added.
v1.0.0: Initial release.


That's it, enjoy!



Screenshots
Screenshots
File Type: jpg latest_x_threads.JPG (39.3 KB, 1090 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 06-13-2006, 12:35 AM   #21
vB User
dobberman's Avatar
Join Date: May 2006
dobberman is on a distinguished road

Default

Wow that's great !
Would it be possible to get that little blue gif as well, that points to the "Goto last post" thingy perhaps....




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

Default

Ok, I added it myself + a few more changes.
1. Added the little blue gif file that's clickable to the "last post" under
"Last poster"
2. Changed the data retrieval so that replies also show up as "last post".
3. Made the hack collapsable.

(ATTACHED)
Attached Files
File Type: zip X latest my own.zip (2.6 KB, 23 views)

Last edited by dobberman; 06-16-2006 at 03:05 AM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-14-2006, 10:31 AM   #23
vBulletin Guru
Arnoud's Avatar
Join Date: Nov 2004
Real Name: Arnoud Kuipers
Location: Europe, Flanders
Arnoud is on a distinguished road

Default

If you want you can release that as an addon .




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

Default

Ok, yes why not
I'm still not 100% satisfied with how it works though...
After plowing my head thru the code I notice a few things that doesn't work
properly.
Among them are:
You must first be a registered member to view any code.
The status icon (all the way to the left) is static.
With other words it doesn't change if a topic changes to "hot" for example ?

Another one is the multipage stuff (also with a little gif):
You must first be a registered member to view any code.
This doesn't work either ?
And lastly also the "thread rating" thingy isn't functional...(doesn't show)

These "if" statements is beyond my knowledge, cause every time I try to use it ,(copied and pasted from VB itself) it rarely works have i noticed.
What is this stuff !
I can't figure out how it works.
Looks like html but reminds me more of php of some kind :p
I assume for a "if" statement to work, that particular template has to be somehow connected to a particular php page in some fashion,(where the
statement is declared), hence using it
anywhere isn't possible.
I'd love to see this hack fully functional one day so it looks somewhat similar
to when you do a search ;)

(PS. I made a small change to the "latest_x_threads_bits" template today
(posted above)
as the background color of some of the cells were wrong).

Last edited by dobberman; 06-15-2006 at 12:36 AM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-15-2006, 11:33 AM   #25
vB Lover
Join Date: Oct 2005
cyberman is on a distinguished road

Default

Arnoud !!, is it possible to have top poster and new member column !!! ??




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-15-2006, 03:57 PM   #26
vBulletin Guru
Arnoud's Avatar
Join Date: Nov 2004
Real Name: Arnoud Kuipers
Location: Europe, Flanders
Arnoud is on a distinguished road

Default

Well, that'd be possible.. but why would you want that in a top x threads hack :p?

Quote:
With other words it doesn't change if a topic changes to "hot" for example ?
Yeah I noticed but I havent found a workaround for that one.

The if conditional is actually PHP. The "<if condition=" part looks like HTML just for the looks of it, when the template gets parsed that part gets changed to PHP code ("if (" ) ;)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-15-2006, 05:44 PM   #27
vB Lover
Join Date: Oct 2005
cyberman is on a distinguished road

Default

Quote:
Originally Posted by Arnoud
Well, that'd be possible.. but why would you want that in a top x threads hack :p?
First, I'm running a small forum so that won't hurt me if I have those options.
Second, I want to encourage people to post and I want to see some new members so we can post welcome topics to them, maybe it's not neccessary to other forums, but it would be great if you can make it optional !!




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

Default

Quote:
Originally Posted by Arnoud
Yeah I noticed but I havent found a workaround for that one.

The if conditional is actually PHP. The "<if condition=" part looks like HTML just for the looks of it, when the template gets parsed that part gets changed to PHP code ("if (" )
Ok, ya I suspected something like that.
I guess the code is a "missmash" of stuff taken from different php pages such as "search.php" and who knows for the permission stuff.
I'm gonna replace my post above with a downloadable xml install file instead (if somebody wants it).
I noticed that the word "last poster" isn't in the original "phrase library".
So incorporating it into the xml is easier.
I hope i can do that ?, I haven't removed or changed any of the credits.

Last edited by dobberman; 06-16-2006 at 03:16 AM.




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

Default

Quote:
Originally Posted by cyberman
First, I'm running a small forum so that won't hurt me if I have those options.
Second, I want to encourage people to post and I want to see some new members so we can post welcome topics to them, maybe it's not neccessary to other forums, but it would be great if you can make it optional !!
If you want a "New members" column i'd suggest you d/l the "TOP 'X' STATS BY INFINITEWEBBY v1.2.1" from the vbulletin.org site.
It's similar to this hack, but with a new members and top posters column as well.
I don't think it's a good idea to incorporate it into this hack here, as it get's to crowded. especially if we get it to work 100% one day.
There would then also be pagenav icon and thread rating icons added + even perhaps a posticon.

If you wanna send a welcome pm to new members, there's a hack for that to (forgot it's name).

Last edited by dobberman; 06-16-2006 at 03:18 AM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-16-2006, 05:19 AM   #30
vBulletin Guru
Arnoud's Avatar
Join Date: Nov 2004
Real Name: Arnoud Kuipers
Location: Europe, Flanders
Arnoud is on a distinguished road

Default

Quote:
Originally Posted by dobberman
Ok, ya I suspected something like that.
I guess the code is a "missmash" of stuff taken from different php pages such as "search.php" and who knows for the permission stuff.
I'm gonna replace my post above with a downloadable xml install file instead (if somebody wants it).
I noticed that the word "last poster" isn't in the original "phrase library".
So incorporating it into the xml is easier.
I hope i can do that ?, I haven't removed or changed any of the credits.
Go ahead, I don't mind ;).




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



LinkBacks (?)
LinkBack to this Thread: http://www.vbhackers.com/f76/forum-home-enhancements-latest-x-threads-forumhome-advanced-3593/
Posted By For Type Date
Last 10 threads (Latest discussion) - vBulletin Modification Discussions This thread Refback 11-12-2006 09:07 PM

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
Latest Threads IN Marquee Developer vBulletin 3.5 / 3.6 Hack Releases 29 03-14-2008 07:37 PM
Latest X new threads on forumhome (not so advanced) Niels vBulletin 3.5 / 3.6 Hack Releases 41 06-03-2006 05:30 AM
Last threads on irc GunVorKinG General vBulletin Support 12 05-18-2006 05:38 PM


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


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