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
  #142  
Old 01-02-2012, 03:10 AM
AddwireCom AddwireCom is offline
 
Join Date: Mar 2011
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

IMG BBCode is not working for me, anyone else with the same issue?
Reply With Quote
  #143  
Old 01-06-2012, 10:37 AM
angeljs's Avatar
angeljs angeljs is offline
 
Join Date: Aug 2005
Location: UK
Posts: 384
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting the same database error. All I did was try to update it by importing the latest product. Now it won't install at all, even when I delete the stated fields from my database.
Reply With Quote
  #144  
Old 01-06-2012, 08:57 PM
phpdesk phpdesk is offline
 
Join Date: Jan 2005
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AddwireCom View Post
IMG BBCode is not working for me, anyone else with the same issue?
This is a known issue, unfortunately there has been no feedback from any of the vbulletin developers as to why img bbcode would not work.

Quote:
Originally Posted by angeljs View Post
I'm getting the same database error. All I did was try to update it by importing the latest product. Now it won't install at all, even when I delete the stated fields from my database.
The same database erros as who? Could you post the error message, please? And what mod version are we referring to?
Reply With Quote
  #145  
Old 01-06-2012, 09:06 PM
Scanu's Avatar
Scanu Scanu is offline
 
Join Date: Nov 2010
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Idea and great mod! My congratulations!
Reply With Quote
  #146  
Old 01-07-2012, 08:17 AM
angeljs's Avatar
angeljs angeljs is offline
 
Join Date: Aug 2005
Location: UK
Posts: 384
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Database errors:

Code:
Database error in vBulletin 4.1.9:

Invalid SQL:

	INSERT INTO setting
		(`varname`, `grouptitle`, `value`, `volatile`, `datatype`, `product`)
	VALUES
		('profileintro_titlefield', '', '31', 2, 'free', 'vbulletin'),
		('profileintro_textfield', '', '32', 2, 'free', 'vbulletin');

MySQL Error   : Duplicate entry 'profileintro_titlefield' for key 1
Error Number  : 1062
Request Date  : Saturday, January 7th 2012 @ 04:17:12 AM
Error Date    : Saturday, January 7th 2012 @ 04:17:12 AM
Script        : http://www.simfansuk.com/sims/admincp/plugin.php?do=productimport
Referrer      : http://www.simfansuk.com/sims/admincp/plugin.php?do=productadd
IP Address    : 2.123.43.2
Username      : ******
Classname     : vB_Database
MySQL Version : 5.0.92-community
I have 2 versions of this mod and get the same error while trying to install either. I've tried deleting the duplicate fields, but the same error message keeps coming up.
Reply With Quote
  #147  
Old 01-07-2012, 09:53 AM
phpdesk phpdesk is offline
 
Join Date: Jan 2005
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by angeljs View Post
I have 2 versions of this mod and get the same error while trying to install either. I've tried deleting the duplicate fields, but the same error message keeps coming up.
I see what the error is, you might have to manually remove some entries from the database. If you could private message me the access details to the database admin consoler (phpmyadmin, usually) I would do the cleaning task for you.
Reply With Quote
  #148  
Old 01-07-2012, 11:37 AM
angeljs's Avatar
angeljs angeljs is offline
 
Join Date: Aug 2005
Location: UK
Posts: 384
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, I managed to clear the database, but I'd tried so many times to install it that I ended up with about 50 blank extra profile fields! I had to un-install, delete all of the extra profile fields, then re-install, and now everything's fine.
Reply With Quote
  #149  
Old 01-10-2012, 10:20 PM
Ratta Ratta is offline
 
Join Date: Jan 2012
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by phpdesk View Post
This is a known issue, unfortunately there has been no feedback from any of the vbulletin developers as to why img bbcode would not work.
Hello

I've installed the Mod and i say it works greatfull. And i can use the img bbcode in the Profile Intro.

You must Activate the Option: Using BBcode out of Forum under Vbulletin Option --> text: BB-Code.

Sry for my Bad English. It's only German Scool English

Greatings

Ratta
Reply With Quote
3 благодарности(ей) от:
Alan_SP, Hippy, phpdesk
  #150  
Old 01-11-2012, 11:03 AM
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ratta View Post
You must Activate the Option: Using BBcode out of Forum under Vbulletin Option --> text: BB-Code.
Just to stress it out:

Go to ACP->Options->BB Code Settings->Allow [IMG] Code in Non Forum Specific Areas->Set it to YES.

And yes, this solves problem of images not appearing. :up:
Reply With Quote
Благодарность от:
phpdesk
  #151  
Old 01-11-2012, 11:14 AM
phpdesk phpdesk is offline
 
Join Date: Jan 2005
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alan_SP View Post
Just to stress it out:

Go to ACP->Options->BB Code Settings->Allow [IMG] Code in Non Forum Specific Areas->Set it to YES.

And yes, this solves problem of image not appearing. :up:
Thanks for the tips, Ratta and Alan!
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:05 AM.


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.07511 seconds
  • Memory Usage 2,360KB
  • 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
  • (1)bbcode_code
  • (6)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
  • (7)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)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
  • 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