Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Member Profile Intro Details »»
Member Profile Intro
Version: 1.0.4, by phpdesk phpdesk is offline
Developer Last Online: Apr 2020 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 4.0.x Rating:
Released: 09-29-2010 Last Update: 11-23-2011 Installs: 287
DB Changes Uses Plugins Template Edits Auto-Templates
 
No support by the author.

Info
Add an extra content block to the member profile page that could serve for anything from a simple welcome message to a business card presentation.
Features
- Enable per usergroup
- Support BBcode parsing
- Additional profile fields are created automatically
Installation
Import [phpdesk.com]-product-profileintro.xml via AdminCP > Plugin System > Manage Products > [Add/Import Product]
Settings
Go to: AdminCP > vBulletin Options > Profile Intro Options
Users Go to: UserCP Settings > Edit Profile > Additional Information > Profile Intro
Mod Support
- Do not forget to mark as installed to qualify for further assistance
- A small donation would always be welcome to support further development of this hack (Support Developer)
- I'll do my best to listen to your comments and suggestions as long as time permits
Ghangelog
1.0.4 | 2011-11-24
- Small fix to address the Profile Field phrase issue (thanks for the heads up, Hippy!)
1.0.3 | 2011-11-16
- As requested, Profile Intro Title is not a required field now, you may only enter an Intro Text for the Member Intro block to show.
- Fixed version check url in AdminCP
1.0.2 | 2011-11-15
- Fix for the profile-info.css to load properly when stylesheets are set to be stored as files.
- Intro Block now displays to unregistered users, too. It was previously invisible to guests
by mistake.
1.0.1 | 2010-11-20
- Quick fix to support vBulletin 4.0.8+
1.0.0 | 2010-09-29
- First Release
Enjoy

Download Now

File Type: xml [phpdesk.com]-product-profileintro-1.0.4.xml (11.1 KB, 665 views)

Screenshots

File Type: png admin-options.png (13.2 KB, 0 views)
File Type: png intro.png (37.4 KB, 0 views)
File Type: png profile-edit.png (12.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
BlueCheri, Hakan, Toorak Times

Comments
  #122  
Old 11-27-2011, 07:19 AM
halocommunity halocommunity is offline
 
Join Date: Nov 2011
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a fantastic mod! It will become the focus in the profiles of all my members.

The [img] tag does not work. Not sure why; I wish I was better at this stuff so I could help you figure out how to fix it.
Reply With Quote
  #123  
Old 11-29-2011, 10:16 PM
phpdesk phpdesk is offline
 
Join Date: Jan 2005
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by halocommunity View Post
This is a fantastic mod! It will become the focus in the profiles of all my members.

The [img] tag does not work. Not sure why; I wish I was better at this stuff so I could help you figure out how to fix it.
Thanks, I hope someone closer to the core vB code could stop by and tell us what we're missing about the [img] bbcode support here.
Reply With Quote
  #124  
Old 11-30-2011, 06:27 PM
halocommunity halocommunity is offline
 
Join Date: Nov 2011
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by phpdesk View Post
Thanks, I hope someone closer to the core vB code could stop by and tell us what we're missing about the [img] bbcode support here.
I came up with a workaround until the [img] bbcode is fixed.

I made a custom bbcode called "Picture" just for the sole purpose of allowing images with this addon.

Custom BBCode Settings:
Title: Picture
BB Code Tag Name: pic
Replacement:
Code:
<img src="{param}" />
Disable Automatic Link Parsing: YES

You can see an example on my forum:
http://halocommunity.com/forums/memb...omics%E2%84%A2

Images can stretch out past the right border of the Profile Intro with the above code. My forum has a fixed width of 1000px, so I edited the bbcode to resize an image wider than the width allowed by the Profile Intro box.
Code:
<img src="{param}" style="max-width: 698px;
	/* Resize the image for IE6 */
	width: expression(this.width > 698 ? 698: true);" />
Replace the RED text with the size you want.
Reply With Quote
3 благодарности(ей) от:
Hippy, Mr_Running, phpdesk
  #125  
Old 12-01-2011, 07:20 AM
phpdesk phpdesk is offline
 
Join Date: Jan 2005
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the nice suggestion, halocommunity!
Reply With Quote
  #126  
Old 12-01-2011, 10:35 PM
Mr_Running Mr_Running is offline
 
Join Date: May 2010
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Image tag works for me but I really like the Picture tag because with the fix for larger
pictures/ Images stretching out past the border.

@halocommunity Nice workaround


@phpdesk
On another note: View your "About Me" as seen by everyone else

It would be better if this was not viewable by others...only the user and maybe the admin and mods

Profile Intro Title:
---Title here ---

Profile Intro Text:
---Text image / pic here---
Reply With Quote
  #127  
Old 12-01-2011, 11:11 PM
Dennis B's Avatar
Dennis B Dennis B is offline
 
Join Date: Jul 2002
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

phpdesk,

Thanks for the mod.

In the image below, a regular member is looking at the admin's profile page, "About Me" tab.
You can see that your block displays normally at the top, but the fields that were created are repeated below. Maybe defining the new user profile fields created by this hack as "editable, hidden" the actual owner of the profile can still view/edit it, but it does not show like that in the public profile except within your box.

Edit: This is same problem Mr. Running just reported above.
Attached Images
File Type: jpg profile_info_bug.jpg (15.2 KB, 0 views)
Reply With Quote
Благодарность от:
Mr_Running
  #128  
Old 12-02-2011, 12:12 PM
Mario118 Mario118 is offline
 
Join Date: Jun 2011
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PhPDesk,

Excellent mod. I rarely take the time to post on here, but this one deserved an applause. It gives it that old Myspace feel. I was curious if someone could help me out on the correct style code to edit to be able to place perhaps a box around my welcome message, or perhaps some sort of other display to make it stand out more.
Reply With Quote
Благодарность от:
phpdesk
  #129  
Old 12-02-2011, 02:14 PM
phpdesk phpdesk is offline
 
Join Date: Jan 2005
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mario118 View Post
PhPDesk,

Excellent mod. I rarely take the time to post on here, but this one deserved an applause. It gives it that old Myspace feel. I was curious if someone could help me out on the correct style code to edit to be able to place perhaps a box around my welcome message, or perhaps some sort of other display to make it stand out more.
Thanks for the kind words, Mario. Don't forget to mark as installed to continue to receive support for this mod, anyway in order to enhance the look and feel of the profile intro block, you may wish to edit the following templates: "memberinfo_block_intro" and "profile-intro.css".

All you need there is some basic html knowledge and good imagination, so good luck :up:
Reply With Quote
  #130  
Old 12-10-2011, 02:16 PM
Mr_Running Mr_Running is offline
 
Join Date: May 2010
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I realize phpdesk maybe doing a re-build but until then I would like my users to know that this works.

Anyone know what to change to have the Profile Intro Text not required for it to display?
If user just fill out the title = Title will display.
Reply With Quote
  #131  
Old 12-13-2011, 07:45 AM
phpdesk phpdesk is offline
 
Join Date: Jan 2005
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mr_Running View Post
Anyone know what to change to have the Profile Intro Text not required for it to display?
If user just fill out the title = Title will display.
Check this out. In version 1.0.4 Profile Intro Text is already set to display even if user has not entered a Profile Intro Title. In the mod attached below I've also removed the requirement for a Title, hope this is what you were after.

Cheers.
Attached Files
File Type: xml [phpdesk.com]-product-profileintro-1.0.4-custom.xml (11.3 KB, 7 views)
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:45 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.06249 seconds
  • Memory Usage 2,366KB
  • Queries Executed 28 (?)
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
  • (4)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
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (8)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (6)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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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