Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications

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
  #12  
Old 04-30-2009, 06:52 PM
EagleNick's Avatar
EagleNick EagleNick is offline
 
Join Date: Dec 2007
Location: Florida
Posts: 517
Благодарил(а): 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?
Hello? You've ignored my PM as well and I'm puzzled as to why.
Reply With Quote
  #13  
Old 04-30-2009, 08:00 PM
DobieGillis? DobieGillis? is offline
 
Join Date: Feb 2009
Posts: 538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Chadi View Post
I have an old, unsupported 3.5v mod called vbjournal. That's what mine is for. I did not include it since I doubt most people have it installed anyway.
thanks, Chadi! I love your mod!
Reply With Quote
  #14  
Old 05-01-2009, 12:01 PM
dianna's Avatar
dianna dianna is offline
 
Join Date: Mar 2008
Location: Texas
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice hack installed thanks!
Reply With Quote
  #15  
Old 05-01-2009, 09:43 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Enough.

Off topic posts removed. If you want to fight, do it elsewhere please.
Reply With Quote
  #16  
Old 05-02-2009, 01:25 PM
smsoom smsoom is offline
 
Join Date: Sep 2008
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks
installed
http://www.roo7oman.com/vb/showthread.php?t=45750
Reply With Quote
  #17  
Old 05-02-2009, 09:07 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks to those who installed this and showed appreciation.
Reply With Quote
  #18  
Old 05-03-2009, 04:34 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by smsoom View Post
Please click install then
Reply With Quote
  #19  
Old 05-14-2009, 11:41 PM
exel exel is offline
 
Join Date: Jan 2008
Location: Southern California
Posts: 161
Благодарил(а): 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 would like to know this too!

Btw - Installed!
Reply With Quote
  #20  
Old 05-15-2009, 02:34 PM
Leo Brazil's Avatar
Leo Brazil Leo Brazil is offline
 
Join Date: Dec 2007
Location: Brazil
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed, but there's something off on the code on Social Group section

You code:

Code:
           <a href="http://www.talkjesus.com/groups/" title="Social Groups">
           <img src="images/buttons/social.png" alt="View Social Groups" style="border:0" /></a>
Ok, I just changed your website to mine on this and worked fine, but in fact gives me the whole list of Social Groups and not User's Social Groups.

That would be nice.

Sorry, I didn't get what was the issue on this but I have to say I liked you postbit design. Mind to share ?

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

Quote:
Originally Posted by Leo Brazil View Post
Installed, but there's something off on the code on Social Group section

You code:

Code:
           <a href="http://www.talkjesus.com/groups/" title="Social Groups">
           <img src="images/buttons/social.png" alt="View Social Groups" style="border:0" /></a>
Ok, I just changed your website to mine on this and worked fine, but in fact gives me the whole list of Social Groups and not User's Social Groups.

That would be nice.

Sorry, I didn't get what was the issue on this but I have to say I liked you postbit design. Mind to share ?

Thanks

I'm pretty sure that's the way the social system in VB works. Even if you visit your own social group's main page, the navbit does not show something like "Chad's Social Group" or such. However, the main social group page will show your own social group(s) on the bottom either way, never another user's.

Even if you view a user's profile and click on any of their social group on the right block, it will not show their name/user ID in the navbit or actual address link. Another thing to consider is this: how link it show that user's social group if they have more than one? As far as I'm aware, vb doesn't operate this way. If I am wrong and someone wants to share a method to get this option working, let me know.

So in essence, the link for the social group in my mod is just a general link to social groups page.
Reply With Quote
Reply

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

Forum Jump


All times are GMT. The time now is 06:22 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.05654 seconds
  • Memory Usage 2,343KB
  • 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
  • (5)bbcode_code
  • (5)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
  • (3)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