Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Postbit Mini Box: Member Info Icons Details »»
Postbit Mini Box: Member Info Icons
Version: 1.00, by Chadi Chadi is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.8.x Rating:
Released: 04-23-2009 Last Update: 04-29-2009 Installs: 75
Template Edits
Additional Files  
No support by the author.

Postbit Mini Box: Member Info Icons

This added a nice little white box in postbit_legacy displaying 5 mini icons that link to the members profile areas:
  • view profile
  • view album
  • add to contacts
  • view social groups
See screenshot for a preview.

http://www.pingy.us/?v=postbit.png

Installation

Step #1 Edit postbit_legacy


Find:
Code:
<if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
Above that code, add
Code:
            <div align="center" class="postbit-mini-box">
                <a href="member.php?$session[sessionurl]u=$post[userid]" title="View Public Profile">
                <img src="images/buttons/folder_user.png" alt="View $post[username]'s Profile" style="border:0" /></a>
                &nbsp;
                <a href="album.php?u=$post[userid]" title="View $post[username]'s Album" rel="nofollow">
                <img src="images/buttons/add_album.png" alt="View $post[username]'s Photo Album" style="border:0" /></a>
                &nbsp;
                <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]" title="Add $post[username]'s to Your Contacts" rel="nofollow">
                <img src="images/buttons/heart_add.png" alt="Add $post[username]'s to Your Contacts" style="border:0" /></a>
                &nbsp;
                <a href="group.php?$session[sessionurl]u=$post[userid]" title="Social Groups">
                <img src="images/buttons/social.png" alt="View Social Groups" style="border:0" /></a>               
            </div>


Step #2: Add CSS Info


Go to style manager > main css > Additional CSS Definitions (2nd box).

Add this:

Code:
.postbit-mini-box {
    border:1px dotted #E0E0F6;
    font-size:11px;
    color:#4D528C;
    background-color:white;
    padding:3px;
    margin-left: auto;
    margin-right: auto;
}


Step #3:

Upload the the 4 icons found inside the attached image.zip file to your /forum-path/
images/buttons folder

Philippians 3:7
"But what things were gain to me, those I counted loss for Christ."

Check out my other mods:
Please show your appreciation by voting and clicking install :up:

* Please Note: No Support Provided via PM or Email, only in This Thread for those who click Install *

Download Now

File Type: zip images.zip (12.0 KB, 513 views)

Screenshots

File Type: png postbit.png (25.8 KB, 0 views)

Show Your Support

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

Comments
  #22  
Old 05-15-2009, 05:44 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*** Minor Update ***

Tiny update to fix an incorrect link (which I'm sure most installers picked up on anyway)

In postbit_legacy

Replace this line

Code:
 <a href="http://www.talkjesus.com/groups/" title="Social Groups">
With this:

Code:
 <a href="group.php?$session[sessionurl]u=$post[userid]" title="Social Groups">
Reply With Quote
  #23  
Old 05-16-2009, 07:09 PM
mikey1991's Avatar
mikey1991 mikey1991 is offline
 
Join Date: Oct 2008
Location: United Kingdom
Posts: 654
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EagleNick View Post
How did you get the other fields in your postbit to be so neatly aligned in two columns?
I'd like to know this too

Tagged
Reply With Quote
  #24  
Old 05-18-2009, 11:12 AM
danyz81's Avatar
danyz81 danyz81 is offline
 
Join Date: Apr 2009
Location: Rome
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello! great hack, it's looking good thanks!
I would like also to know your postbit aligned in two columns, is so nice

i know that is a table with 2 columns and css declaration postbit
but the css not work to me

can you show please also this hack?
Reply With Quote
  #25  
Old 05-19-2009, 08:04 PM
danyz81's Avatar
danyz81 danyz81 is offline
 
Join Date: Apr 2009
Location: Rome
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, resolved to myself

Thanks anyway! bye
Reply With Quote
  #26  
Old 09-10-2009, 09:56 AM
GSeybold GSeybold is offline
 
Join Date: Dec 2007
Posts: 473
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent Mods. Thank you. Worked like a charm. :up:
Reply With Quote
  #27  
Old 09-10-2009, 01:59 PM
Cybershaolin Cybershaolin is offline
 
Join Date: Nov 2006
Posts: 300
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could I get the code for normal postbit?

Very nice hack!
Reply With Quote
  #28  
Old 09-10-2009, 04:08 PM
kmohamed kmohamed is offline
 
Join Date: Nov 2008
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tagged for later use
thanx
Reply With Quote
  #29  
Old 09-10-2009, 05:33 PM
NeroSoft NeroSoft is offline
 
Join Date: Nov 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks


In arabic
Code:
            <div align="center" class="postbit-mini-box">
                <a href="member.php?$session[sessionurl]u=$post[userid]" title="View Public Profile">
                <img src="images/buttons/folder_user.png" alt="استعراض الملف الشخصي لـ $post[username]'s" style="border:0" /></a>
                &nbsp;
                <a href="album.php?u=$post[userid]" title="استعرض البومات $post[username]" rel="nofollow">
                <img src="images/buttons/add_album.png" alt="استعرض البومات $post[username] " style="border:0" /></a>
                &nbsp;
                <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]" title="اضف $post[username]الى قائمه اتصالاتكـ واصدقائكـ" rel="nofollow">
                <img src="images/buttons/heart_add.png" alt="اضف $post[username]  الى قائمه اتصالاتكـ واصدقائكـ" style="border:0" /></a>
                &nbsp;
                <a href="group.php?$session[sessionurl]u=$post[userid]" title="Social Groups">
                <img src="images/buttons/social.png" alt=" استعرض جروبات $post[username]" style="border:0" /></a>               
            </div>
Reply With Quote
  #30  
Old 09-18-2009, 06:12 PM
VonDoom's Avatar
VonDoom VonDoom is offline
 
Join Date: Dec 2008
Location: USA
Posts: 494
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thats the cleanest postbit ive seen yet. has this been released?
Reply With Quote
  #31  
Old 09-24-2009, 01:59 PM
vnairp11 vnairp11 is offline
 
Join Date: Jul 2007
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is good stuff bro thanks. can u tell me where exactly in main css to find the color to blend this in with my forum page colors where the postings and rest of the postbit bacground is?
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 01:33 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.05888 seconds
  • Memory Usage 2,345KB
  • Queries Executed 26 (?)
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
  • (6)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)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
  • (2)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete