![]() |
Extra Profile Fields Tab
1 Attachment(s)
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! |
Version History:
1.0.0 - Initial Release for 3.7.x 1.0.1 - Cached template 1.1.0 - Updated for 3.8.x, no code changes made. 1.1.1 - Fixed typo. 1.1.2 - Category titles now show up, added template ------------------------------- 4.0.0 - vB 4.0 upgrade 4.0.1 - Fixed bug where specs would also show up in the About Me tab. Fixed by alexp999. |
If you don't like the title for the uncategorized profile fields (which is the same as the tab which all comes from $vbphrase["extra_options"]), find this code in the EPFP Tab plugin:
Code:
'title' => ( |
Reserved for future use.
|
tagged and thanks
|
WTF does tagging do anyway?
|
Thank you my good sir.. it works perfectly... :D
|
Quote:
/tagged |
Awesome work on this!
Installed and working perfectly! |
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.
|
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 |
Quote:
Quote:
|
1 Attachment(s)
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.
|
Can't duplicate it. Do you have any other mods installed that customize the profile?
|
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.
|
I'm afraid to say I'm experiencing the same issue. (I am using 4.0.4).
|
No possibility of a fix at this point?
|
any idea when that bug is gonna be fixed?
|
1 Attachment(s)
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"> Code:
<div id="view-EPFP_tab" class="<vb:if condition="$selected_tab == 'EPFP_tab'">selected_view_section<vb:else />view_section</vb:if>"> FIND Code:
'hook_location' => 'profile_tabs_last', Code:
'wrap' => false Save, import and be sure to check overwrite, so it updates the existing file. |
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. |
Quote:
|
Bloody hell, I think I just remembered what can cause this from some old 3.8.x development work. Are the profile fields in question in a category?
[Edit: just tried it, can't duplicate it, but try it anyway] |
I have some in a category, some not. All show up on about me tho. My fix sets the class to view_section instead of block which seemed to be the culprit.
|
Why is the question though. Doesn't happen on default install. Are you still on vB 4.0.0 as per your profile suggests?
|
No 4.0.6.
|
Quote:
4.0.1's being pushed up right now! |
Firstly I launched opera (as I find it really handy for debugging) and saw that the "Extra Tab" was having a class of "block" applied to it for the outermost div. All the other tabs were being given a class of "view-section". I changed the class to "view-section" and hit apply, low and behold it fixed it!
Now I had to find a way of having that code applied, not just modifying the incoming source for me locally. I looked through the XML, and compared to as many other plugins I could find which also added a tab to the profile. (one being downloadsII) and I found that they were all specifying their own outer div, to set the class as "view-section"). So I tried changing the template in your xml, (as shown in the first find and replace in my fix). But that alone, just caused nothing to appear in the tab at all. I found the vbulletin was adding the outermost div itself, outside the template you specify in the plugin. I looked a bit more and found that the other plugins using tabs, were telling vbulletin not to wrap the html output. So I added the line "'wrap' => false". Which stops vbulletin putting the outer most div on, therefore using the template, and having a class of "view-section". Hope that makes sense, gets a bit complicated trying to explain things like this, lol. |
Note to self: Test in Opera more often :) Thanks for the blow by blow, helped out a lot!
|
any plans on making a update for vb4.0.8 new tabs?
|
New tabs? I'll have to read up on that. Haven't looked at vB 4.0.x development in a while.
|
Is there a way for me to make it so that one can use HTML or BBCode to link text for the new fields?
Sadly my coding skills are lacking and I've not very familar with vB's inner workings. BTW liking this addon :) |
This mod (nor any of my other mods for that matter) change profile fields. Any added functionality to the fields themselves should be directed towards vB or another mod.
|
Wired,
I'm not too clear on this post: https://vborg.vbsupport.ru/showpost....34&postcount=3 Are you saying to change the name given to the phrase, "extra_options"...do we edit the plugin, or do we just search for the phrase and edit the phrase from within the Admin CP? Thanks, in advance... |
By the way...
Is this mod dependent on the User Profile fields being added to Extra Options? I have installed this mod, but haven't created any Profile Fields, as of yet. However, the tab is not showing up in the User's profile. I have already installed the Extra Profile Fields Page mod. Thanks, in advance... |
Tagged, and thanx
|
Regarding my last post: https://vborg.vbsupport.ru/showpost....8&postcount=34
Never mind...I found out after creating the Profile Fields... ;) |
How would I go about restricting the appearance of this extra tab to only specific usergroups?
|
Hello Wired1
Sir First Thanx For This Mod I Realy Need This Mod But I Dont Know Its Work For Vbulletin 4.1.4 or Not I My Vb Version Is 4.1.4 So Tell Me What Do I Do If This Is Not Supported With My Version Then What I Do To Work With My Forum I Realy Need This Mod. Thanx In Advanced |
just updated my test forum from 4.1.9 to 4.2.0. I had to reinstall the product along with the parent product and all seems to work correctly, but I'm getting a display issue in the profile tab. The first two items on the list are always indented. For example:
the way the profile field items appeared before the update to 4.2.0 was like this: Item 1 The list Item 2 its list Item 3 its list Item 4 its list Item 5 its list Now, I get the following type of display: (I use white periods to make the spaces here for illustration purposes. That space appears blank on the tab in the profile. I just couldn't figure out how to get spaces here when typing this message) .......Item 1 .......The list ..............Item 2 ..............its list Item 3 its list Item 4 its list Item 5 its list Any idea how to fix this display? I have reinstalled the edits and both products. I've even tested moving the fields in the admincp and no matter what the arrangement, the first one is indented and the second one is indented that much more. The remaining fields all appear normal. Thanks for your help. Kether. |
I'm getting the same behavior as kether1, except mine look like
.......Item 1 .......The list ..............Item 2 ..............its list ............................Item 3 ............................its list ..........................................Item 4 ..........................................its list However this is only when you are in edit mode. If you look at someone else's page, or or when not logged in, it looks fine. Also, would it be possible to customize the text on this tab, to say one thing to the owner (tell us about your computer..), and another thing to everyone else (terrymason's computer specs). Thanks for the great mod! |
All times are GMT. The time now is 10:17 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|