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
I've decided to add some additional fields to help with what I wish to do with this mod, but when trying to get a multi-select custom field to display as it does in the member.php profile it just comes up blank. Any idea? Do I have to create some kind of array to include 'selected' options of the multi-select? Here's a screenshot of what I have setup: http://www.prosoundportal.com/images/problem.jpg
Yellow is the title, it displays
Blue is the link, it turns the title into a link to the user's site
Green is location, a simple text field
Purple is the text field, or description
Red is the issue, it's the multi-select option. As you can see in the profile, it displays each option separated by a comma, but when doing a direct call to the profile intro, it's blank.
Any assistance would be awesome, thanks in advance.
Edit: Ive fixed the displaying issue, but it still only templates the binary code of a multi_select instead of the independent selected values. I understand the values are stored in exponentially (1, 2, 4, 8, 16, 32, etc), but I can't figure out how to template it correctly.