Version: 1.0.4, by phpdesk
Developer Last Online: Apr 2020
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
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);" />
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.
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.
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:
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.