Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Whos Online w/ Latest Posts Hack v1.0 Details »»
Whos Online w/ Latest Posts Hack v1.0
Version: 1.00, by g-force2k2 g-force2k2 is offline
Developer Last Online: May 2008 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 07-02-2002 Last Update: Never Installs: 20
 
No support by the author.

As requested [ Here ] By Neil...

What does this hack do? First off it requires One new template... One php file modification... and Two template modifications... its dipslays a panel along side the whos online that lists the latest current ten posts with the user who posted and the thread...

It also has linkage for including the last twenty posts... sorry i don't have any screenshots and i currently don't have a server so i can't show give you anything to look at... but it was tested by me and my friend... so Enjoy...

Instructions in the file for and yes its a php file but thats just how i write my hacks Enjoy... Feedback Suggestions... Questions... if you could click the install i'd be happy to

Oh and if someone installs it could provide ss i would also be happy thanks again... and thanks to the members who give me the ideas

Edit: attached a few posts below is the vbhacker compabatible file so Enjoy...

g-force2k2

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 07-03-2002, 03:28 AM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, it kinda maes the WOL table look bad squished over to the side, so, yea, that would be apreciated.

/me clicks the install button.
Reply With Quote
  #13  
Old 07-03-2002, 03:41 AM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When it's good to go, please post some shots of this
Looks interesting
Reply With Quote
  #14  
Old 07-03-2002, 03:50 AM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, here is a screen of it on my board....

(sorry for the quality. paint screws up the quality of gif images.....)

http://www.vggmn.com/images/woll10p_screen.GIF
Reply With Quote
  #15  
Old 07-03-2002, 03:50 AM
Vivi Ornitier's Avatar
Vivi Ornitier Vivi Ornitier is offline
 
Join Date: Nov 2001
Location: Black Mage Village
Posts: 442
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

text install file?
Reply With Quote
  #16  
Old 07-03-2002, 03:53 AM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The first file is a txt file. Open it up in notepad.
Reply With Quote
  #17  
Old 07-03-2002, 03:57 AM
Neil Neil is offline
 
Join Date: Nov 2001
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great!! Thanks for the VERRRRY fast response on this! I'll try it out on my site now
Reply With Quote
  #18  
Old 07-03-2002, 04:16 AM
Neil Neil is offline
 
Join Date: Nov 2001
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wonderful!! This is almost exactly what I wanted I made a couple of minor adjustments to it to suit my site. I moved the last posts table under the WOL list, as another poster suggested, and I reduced the new posts to last 5. There isn't a HUGE amount of traffic on the site, and the idea of this hack is for those people who just sit on the site in the WOL waiting for new posts.

Screenie attached.

Thanks HEAPS again!!


[edit - some suggestions for improvement]
I had a couple of ideas. Is it possible to put the standard "new post" icon to the left of the thread link if it's a thread the user hasn't visited yet? Also it would be very hand to put the arrow that jump's to the last post as well. Saves the scrolling on the threads you've already read!

Essentially, is it possible to have this list look more like the search results list? (with thread starter, forum etc)

Thankyou!!
Reply With Quote
  #19  
Old 07-03-2002, 04:33 AM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Neil just happy to help i'll take a look into it when i get some more time Also here's the attachment for the last posters to be under the whos online table and not on the side thanks for the ss Neil Also if you want to delete the '<br>' in the online.php you can since you broke the tables up it allows for more expansion... i only did a break because of the amount of space i had to work with... here's the attachment for those that want it under the whos online bit

g-force2k2
Reply With Quote
  #20  
Old 07-03-2002, 04:09 PM
Ian's Avatar
Ian Ian is offline
 
Join Date: Mar 2002
Location: Minnesota
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do you reduce the number to 5 instead of showing the last 10 posts?
Reply With Quote
  #21  
Old 07-03-2002, 04:15 PM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Find this in online.php:
Code:
$aposts="10";
$posting="10";
Replace it with this:
Code:
$aposts="5";
$posting="5";
Untested, but it should work.
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 07:14 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10438 seconds
  • Memory Usage 2,305KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete