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
  #72  
Old 06-04-2008, 02:47 AM
kether1 kether1 is offline
 
Join Date: Jun 2006
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wired1 View Post
I made the tab from a tutorial here on vB.org, and there's no mention on how to do it there. I checked the HTML, and it all looks the same, so I don't know why it's not working. What's the link that works for the other tabs?

BTW, if you're just trying to get profile info in posts, check out my Dropdown mod.
The link for the other tabs are as follows:
Code:
For About Me: ?tab=aboutme  
For Contacts: ?tab=contact
For Friends:    ?tab=friends
For Statistics: ?tab=stats
I used firefox web browser and the Firebug Addon to inspect the links since they are basically hidden because the ajax changes the tabs but doesn't reload the page.

I see that the link for your mod's tab is supposed to be
Code:
?tab=EPFP_tab
But it will not work for some reason. It always loads the regular profile page.

I am using the link in the drop down of the profile. It was an easy template edit to put it in, but I still need to get the correct url to display the custom tab.

Thanks for any assistance you can offer. And again - excellent modification!

Thanks,
Kether
Reply With Quote
  #73  
Old 06-05-2008, 06:50 PM
kether1 kether1 is offline
 
Join Date: Jun 2006
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone know of a way to link to the tab that this mod creates? I still cannot get it to link directly to the specific tab. It always opens the profile's first tab and not the one this modification creates.

Thanks for any help!

Kether
Reply With Quote
  #74  
Old 06-05-2008, 07:05 PM
Wired1's Avatar
Wired1 Wired1 is offline
 
Join Date: Nov 2003
Location: Orlando, FL, USA
Posts: 1,361
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you have an example of a FULL URL link to a tab (that works)?

This does not work for me:
http://www.houseofhelp.com/forums/me...15?tab=contact
Reply With Quote
  #75  
Old 06-05-2008, 07:22 PM
kether1 kether1 is offline
 
Join Date: Jun 2006
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wired1 View Post
Do you have an example of a FULL URL link to a tab (that works)?

This does not work for me:
http://www.houseofhelp.com/forums/me...15?tab=contact
This is how it works for me:

Code:
http://www.yoursitename.com/forum/members/kether.html?tab=friends
or
http://www.yoursitename.com/forum/members/kether.html?tab=stats
etc...
Hope this helps!

Thanks,
Kether
Reply With Quote
  #76  
Old 06-05-2008, 07:31 PM
kether1 kether1 is offline
 
Join Date: Jun 2006
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have VBSEO so my urls are rewritten. Here is a link that works on your site.

Code:
http://www.houseofhelp.com/v3/member.php?u=15&tab=stats

Thanks,
Kether
Reply With Quote
  #77  
Old 06-07-2008, 12:38 AM
Wired1's Avatar
Wired1 Wired1 is offline
 
Join Date: Nov 2003
Location: Orlando, FL, USA
Posts: 1,361
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah, I typed in a ? before it instad of an &.

I think I know how to fix it, I'll do some testing.
Reply With Quote
  #78  
Old 06-07-2008, 02:07 PM
neologan neologan is offline
 
Join Date: Dec 2005
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

my apologies if this is already discussed, but i was wondering if this could handle multiple tabs? i use this for system specs, but had the idea of another tab with extra details for console user names and all that stuff.

I'd also really like a way to edit each fields look, with images etc. At the moment you are using some nice code, but it makes it hard to edit. I'm quite happy to just throw some less advanced code to get the fields to show up in the template, and then edit them all with images etc, and use the <if> to make them not disply if it's not filled in etc.

I love this mod, but i really think it needs these sort of options in there so it can be customised more.

any thoughts on ways to do this?
Reply With Quote
  #79  
Old 06-09-2008, 02:53 PM
neologan neologan is offline
 
Join Date: Dec 2005
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i added a custom User Profile Field and wanted it to be second inline, but it's pushing in front of the system specs plugin. I assume it's using the same hook here, so how to i get the pc specs tab to display in front of it.

the custom field is "gaming": http://forums.pureoverclock.com/member.php?u=1
Reply With Quote
  #80  
Old 06-09-2008, 04:42 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 neologan View Post
i added a custom User Profile Field and wanted it to be second inline, but it's pushing in front of the system specs plugin. I assume it's using the same hook here, so how to i get the pc specs tab to display in front of it.

the custom field is "gaming": http://forums.pureoverclock.com/member.php?u=1
Try editing the plugin and changing the Execution Order # of the plugin.
Reply With Quote
  #81  
Old 06-09-2008, 05:09 PM
neologan neologan is offline
 
Join Date: Dec 2005
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i've changed them to 1, but it hasn't changed things.
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 11:16 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.10735 seconds
  • Memory Usage 2,312KB
  • 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
  • (4)bbcode_code
  • (3)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