Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

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

Category: Profile Enhancements - Version: 4.0.6 Rating:
Released: 06-08-2010 Last Update: 08-14-2010 Installs: 112
Uses Plugins
Re-useable Code Is in Beta Stage  
No support by the author.

Don't forget to hit INSTALL!

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

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

NOTE: Support will only be given to those who have hit install.

Don't forget to hit INSTALL!

Download Now

File Type: xml product-extratab.xml (6.7 KB, 402 views)

Screenshots

File Type: jpg tab.jpg (32.2 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
kevius

Comments
  #12  
Old 06-13-2010, 07:29 PM
Charlie98902 Charlie98902 is offline
 
Join Date: Dec 2006
Posts: 1,156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The following dependencies were not met:

1. The product wired1_epfp must be installed before this product may be installed. (Compatible starting with 4.0.0)

Using 4.0.3 PL1
Reply With Quote
  #13  
Old 06-13-2010, 11:14 PM
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 marrr View Post
I think i found a bug.. When i load a profile page it defaults to "visitor messages" however at the bottom of the page its loading my extra profile info too.
Please post a screenshot. Not 100% sure what you mean.

Quote:
Originally Posted by Charlie98902 View Post
The following dependencies were not met:

1. The product wired1_epfp must be installed before this product may be installed. (Compatible starting with 4.0.0)


Using 4.0.3 PL1
The version number refers to the version of the EPFP mod, not your vB install.
Reply With Quote
  #14  
Old 06-14-2010, 09:38 AM
nutcase nutcase is offline
 
Join Date: Oct 2009
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I will post it. when you first go to a profile it will do the below. after you hit any other Tab, it is fine.
Attached Images
File Type: jpg vb4.jpg (40.4 KB, 0 views)
Reply With Quote
  #15  
Old 06-19-2010, 07:03 PM
Wired1's Avatar
Wired1 Wired1 is offline
 
Join Date: Nov 2003
Location: Orlando, FL, USA
Posts: 1,361
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can't duplicate it. Do you have any other mods installed that customize the profile?
Reply With Quote
  #16  
Old 06-20-2010, 12:39 AM
marrr marrr is offline
 
Join Date: Oct 2007
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Only plugins i have installed are Separate Sticky and Normal Threads,Usergroup Color Bar,Wired1's Extra Profile Field Page and this one. If you want i'll give you the info so you can check out on my site.
Reply With Quote
  #17  
Old 06-20-2010, 09:37 PM
LostForWords LostForWords is offline
 
Join Date: Mar 2010
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm afraid to say I'm experiencing the same issue. (I am using 4.0.4).
Reply With Quote
  #18  
Old 06-26-2010, 07:50 PM
LostForWords LostForWords is offline
 
Join Date: Mar 2010
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No possibility of a fix at this point?
Reply With Quote
  #19  
Old 07-16-2010, 02:56 PM
marrr marrr is offline
 
Join Date: Oct 2007
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any idea when that bug is gonna be fixed?
Reply With Quote
  #20  
Old 08-14-2010, 04:43 PM
alexp999 alexp999 is offline
 
Join Date: Jul 2010
Location: Dorset, UK
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have fixed the bug where the system specs were being shown on the "About me" tab.

To fix follow the instructions below, or download the attachment which already has the fix applied.

OPEN

product-extratab.xml

FIND
Code:
			<div class="subsection">
				{vb: raw block_data.EPFP_tab}
			</div>
REPLACE WITH
Code:
<div id="view-EPFP_tab" class="<vb:if condition="$selected_tab == 'EPFP_tab'">selected_view_section<vb:else />view_section</vb:if>">
			<div class="subsection">
				{vb: raw block_data.EPFP_tab}
			</div>
</div>

FIND
Code:
    'hook_location' => 'profile_tabs_last',
ADD AFTER
Code:
    'wrap' => false

Save, import and be sure to check overwrite, so it updates the existing file.
Attached Files
File Type: xml product-extratab.xml (6.7 KB, 11 views)
Reply With Quote
  #21  
Old 08-14-2010, 10:22 PM
Wired1's Avatar
Wired1 Wired1 is offline
 
Join Date: Nov 2003
Location: Orlando, FL, USA
Posts: 1,361
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Still can't reproduce it. Just nuked my whole site / DB, rebuilt from scratch. Default 4.0.6 install, installed EPFP then the tab mod. Created 1 field and filled it out. No issues whatsoever. Cannot duplicate.

Everyone please list your extra mods.
Reply With Quote
Reply

Thread Tools

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 10:39 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04621 seconds
  • Memory Usage 2,331KB
  • 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
  • (4)bbcode_code
  • (2)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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)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