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

Reply
 
Thread Tools
Extra Profile Fields Tab Details »»
Extra Profile Fields Tab
Version: 1.0.1, by Wired1 Wired1 is offline
Developer Last Online: Dec 2021 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.7.3 Rating:
Released: 05-23-2008 Last Update: 06-26-2008 Installs: 202
Uses Plugins
 
No support by the author.

Don't forget to hit INSTALL!

This is an evolution of my Additional Section within Profile and Dropdown within Posts mod from 3.6.x.

If you have a pre-3.7.x version installed:
UNINSTALL the old product and reverse the edits. Don't forget to revert those templates

-----------------------------------------------------------------------

This product builds upon my Extra Profile Fields Page product. This product places the Extra Profile Fields into a new tab on the user's Public Profile.

Does anyone want a future version of this to have a mini block w/ the same data?

To Install:
1) Save the attached product-extratab.xml file.
2) Navigate to AdminCP -> Plugins & Products -> Manage Products -> [Add/Import Product]
3) Browse to wherever you saved the file.
4) Import!

Version History:
1.0.0 - Initial Release
1.0.1 - Cached template

Don't forget to hit INSTALL!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 05-26-2008, 03:30 AM
neologan neologan is offline
 
Join Date: Dec 2005
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what would be the best way to revamp the styling for the fields? i mean for all the pc specs on the tab, how can i style this with my own html?
Reply With Quote
  #33  
Old 05-26-2008, 03:53 AM
Wired1's Avatar
Wired1 Wired1 is offline
 
Join Date: Nov 2003
Location: Orlando, FL, USA
Posts: 1,361
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by neologan View Post
what would be the best way to revamp the styling for the fields? i mean for all the pc specs on the tab, how can i style this with my own html?
Damned if I know The mod's pretty much a schmorgasboard of code from my previous mods + this tutorial on how to make a tab.

Put it this way: Any code that works on the About Me Tab's profile fields should automatically work on this tab, and if it doesn't, it should only take a modification or two to get it to work here.

There's 3 points where it intersects with templates:

In the Plugin: Extra Profile Fields Tab

Code:
	if ($profilefield['value'] != '')
	{
		$show['extrainfo'] = true;
		eval('$category[\'fields\'] .= "' . fetch_template('memberinfo_profilefield') . '";');
	}
}

if ($category['fields'])
{
	eval('$profilefields .= "' . fetch_template('memberinfo_profilefield_category') . '";');
}
and then of course there's the TEMPLATE: memberinfo_block_EPFP_tab.
Reply With Quote
  #34  
Old 05-26-2008, 05:22 AM
odeezie odeezie is offline
 
Join Date: Jan 2008
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I dont have the knowledge of this stuff so this may be completely absurd, but is there a way to put a small picture on the Extra Profile Tab?

I am using this mod on a Motocross forum and just got it going today and it is very well liked. The only thing I have had a few people ask for is if they could put a picture of their bike in there as well. Similar to how the About Me tab has their signature picture.

Is this possible to do?
Reply With Quote
  #35  
Old 05-26-2008, 07:10 AM
Wired1's Avatar
Wired1 Wired1 is offline
 
Join Date: Nov 2003
Location: Orlando, FL, USA
Posts: 1,361
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by odeezie View Post
I dont have the knowledge of this stuff so this may be completely absurd, but is there a way to put a small picture on the Extra Profile Tab?

I am using this mod on a Motocross forum and just got it going today and it is very well liked. The only thing I have had a few people ask for is if they could put a picture of their bike in there as well. Similar to how the About Me tab has their signature picture.

Is this possible to do?
Since it's done in another tab, it's definitely possible, looking at different ways to do it. Where would you be storing this picture though?
Reply With Quote
  #36  
Old 05-26-2008, 10:31 AM
Jase2 Jase2 is offline
 
Join Date: Dec 2007
Location: USA
Posts: 1,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyway to stop this using any queries, or at least cut down on one?
Reply With Quote
  #37  
Old 05-26-2008, 02:31 PM
odeezie odeezie is offline
 
Join Date: Jan 2008
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wired1 View Post
Since it's done in another tab, it's definitely possible, looking at different ways to do it. Where would you be storing this picture though?
I have no idea where I could store it. I guess anywhere would work, similar to the profile or signature picture. Or maybe have it hosted on photobucket or something like that and let them link to the offsite picture. I really dont know how that would work. I think it would be cool if you could go to the usercp "edit extra options" and put it in there at the bottom of the specs list.

Let me know if I can be of any help. I dont know much about code, so if I cant I will be sure to throw some $ your way. :up:
Reply With Quote
  #38  
Old 05-26-2008, 03:56 PM
Jase2 Jase2 is offline
 
Join Date: Dec 2007
Location: USA
Posts: 1,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ummm, how would I make each category title bold in the tab? For example: CPU bold, Hard Drive bold ect ect.
Reply With Quote
  #39  
Old 05-26-2008, 04:00 PM
neologan neologan is offline
 
Join Date: Dec 2005
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it would be cool to be able to hook some album pics to the tab, but that sounds like a lo of work.
Reply With Quote
  #40  
Old 05-27-2008, 02:08 AM
Wired1's Avatar
Wired1 Wired1 is offline
 
Join Date: Nov 2003
Location: Orlando, FL, USA
Posts: 1,361
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jase2 View Post
Anyway to stop this using any queries, or at least cut down on one?
? It only has ONE query, and it's necessary for now.


Quote:
Originally Posted by odeezie View Post
I guess anywhere would work, similar to the profile or signature picture. I think it would be cool if you could go to the usercp "edit extra options" and put it in there at the bottom of the specs list.
Quote:
Originally Posted by neologan View Post
it would be cool to be able to hook some album pics to the tab, but that sounds like a lo of work.
The profile and sig pics have their own locations within the database, and I'd like to stay away from any DB edits if possible. The album is what I was thinking of, but I haven't looked at the album code yet.


Quote:
Originally Posted by Jase2 View Post
Ummm, how would I make each category title bold in the tab? For example: CPU bold, Hard Drive bold ect ect.
You mean the Profile Field titles, not categories. I'm just using the standard memberinfo_profilefield template for them, just like the About Me tab uses.
Reply With Quote
  #41  
Old 05-27-2008, 10:11 AM
Jase2 Jase2 is offline
 
Join Date: Dec 2007
Location: USA
Posts: 1,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, no worries. Well, I did some testing and this seems to use two queries. Not a big deal, though I guess.
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 12:18 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.09264 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
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
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete