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
Last X Posts In Profile Details »»
Last X Posts In Profile
Version: 1.00, by afterlab afterlab is offline
Developer Last Online: Jul 2022 Show Printable Version Email this Page

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

Last X Posts In Profile
ADD-ON AVAILABLE
Total Request Jive
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
This hack was requested by several members such as Crater Seraph and Webmasta X. I decided to come forth and post a hack that i've been working easily on my own forums. Any suggestions, comments, and ideas are welcome at this time.

Modifications
=-=-=-=-=-=-=-=-=-=-=-=
* 1 file alteration.
* 2 new templates.
* 2 template alterations.

Changelog
=-=-=-=-=-=-=-=-=-=-=-=
* Added an add-on by request of Velocd. To install the add-on, go to the bottom of the new installation file. Enjoy.

Add-On
=-=-=-=-=-=-=-=-=-=-=-=
* The add-on will display a small preview of a post when your mouse highlights a thread title shown within a user's latest posts in their profile.

More Information
=-=-=-=-=-=-=-=-=-=-=-=
Compatibility: This hack will work with vB 2.0.3 and higher.
Install Time: 3-8 Minutes.
Screenshot: Click Here
Add-On Screenshot: Click Here
Download: Instructions are in attachment.

Show Your Support

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

Comments
  #22  
Old 08-01-2002, 03:17 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The addon is showing all of the characters in the post no matter what I have it set to. If the post is too long, it seems like it is flashing on the screen because the post is longer than the screen.
Reply With Quote
  #23  
Old 08-01-2002, 03:33 PM
afterlab's Avatar
afterlab afterlab is offline
 
Join Date: Oct 2001
Location: Dallas, TX
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Boofo: Ah, thanks for the heads up. I fixed it now, and it's been tested to work perfect. Installation file updated
Reply With Quote
  #24  
Old 08-01-2002, 04:09 PM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I modified it to not show the alt-text, and just insert it right into the post, only because I'm too lazy to move my mouse over it...

But, anyway, I was thinking of another great add-on would to have page numbers! That way I can browse through their newest posts, past the amount I specify to be shown.

And in addition to that, maybe a drop down list to specify how many posts are shown? That doesn't seem too hard

Great hack once again
Reply With Quote
  #25  
Old 08-01-2002, 05:37 PM
Mr_P Mr_P is offline
 
Join Date: Jan 2002
Location: Uk.
Posts: 202
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Velocd
I modified it to not show the alt-text, and just insert it right into the post, only because I'm too lazy to move my mouse over it...

Hello Velocd im lazy any chance of telling us how you got it to go like yours instead of the mouse over text ??????????.
Reply With Quote
  #26  
Old 08-01-2002, 05:43 PM
afterlab's Avatar
afterlab afterlab is offline
 
Join Date: Oct 2001
Location: Dallas, TX
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To do what Velocd did, do this:

Code:
// ###############################
// Create a new template named:  # 
// getinfo_latestposts           #
// ###############################
// ENTER THIS: 		         #
// ###############################

            <tr>
              <td width="70%" bgColor="{firstaltcolor }">
              <normalfont><a href="$posturl">$posttitle</a></normalfont></td>
              <td width="30%" bgColor="{firstaltcolor }">
              <normalfont>$postdate $posttime</normalfont></td>
            </tr>
            <tr>
              <td width="100%" bgColor="{firstaltcolor }">
              <smallfont>$addon</smallfont></td>
            </tr>
If you've already installed it, then just add this to the end of getinfo_latestposts:

Code:
            <tr>
              <td width="100%" bgColor="{firstaltcolor }">
              <smallfont>$addon</smallfont></td>
            </tr>
Also, make sure you delete the extra spaces in {firstaltcolor }. I had to do this so it wouldn't automatically parse here at vB.org.
Reply With Quote
  #27  
Old 08-01-2002, 06:15 PM
Mr_P Mr_P is offline
 
Join Date: Jan 2002
Location: Uk.
Posts: 202
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok its seems a lot better that way i like can see instantly

One last thing - is it possible to call that code in on a page on its own as evertime i want to see what a users last 10 posts i have to scroll down to avoid having to read the profile again.

minor niggle i know but once u read it u read it
Reply With Quote
  #28  
Old 08-01-2002, 08:32 PM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Use an anchor tag then if you are planning to access it via a link and want direct access.

Other wise, it's pointless to make because there is already an option in the userprofile (before installing this hack) to view the members newest posts. (to see that page, click on the magnify glass next to your username on vB.org postbit)

The only last thing I could really use on Afterlabs hack is pagenumbers, so you can see more then just the last 10 posts (that is what I defined) but the page will only show 10, to not clutter things up.
Reply With Quote
  #29  
Old 08-01-2002, 08:41 PM
Mr_P Mr_P is offline
 
Join Date: Jan 2002
Location: Uk.
Posts: 202
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lol i only just noticed the glass

is this an hack that is already out ?
Reply With Quote
  #30  
Old 08-01-2002, 08:53 PM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, it's a built in feature of vBulletin, lol

Replace yoursite with your domain name:

http://www.yoursite.com/forums/searc...lts&searchid=1

It mainly can be accessed through the user profile. (search for all posts by this user)
Reply With Quote
  #31  
Old 08-02-2002, 12:06 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Found another problem. You aren't parsing out the html. Here's a sample of what I got in one of the messages. Before the Delete original PM, there is a checkbox. I don't know why it won't show up in here now, but it is there. It is a code box or PHP box the delete line is in.

Quote:
...it goes on What do you already have changed? What else must you change? We have reached an agreement (*LOL) that you use only one template. For this you must change - the template 'priv_sendprivmsg' - the file private.php First the template: search for $requestreceipt and add directly after

Delete original PM: delete original PM after reply
serach for $header ...
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 10:57 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
  • Page Generation 0.05161 seconds
  • Memory Usage 2,311KB
  • 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
  • (2)bbcode_quote
  • (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
  • (4)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