vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Profile Enhancements - Extra Profile Fields Tab (https://vborg.vbsupport.ru/showthread.php?t=208358)

Wired1 03-14-2009 10:00 PM

Extra Profile Fields Tab
 
1 Attachment(s)
Note to all: Yes I will be upgrading this mod if needed to work with vB 4.0, but not before it goes gold on or around the ETA of December 21st. I personally wouldn't recommend anyone upgrade their forum for a couple weeks after it comes out so that the modding community has a chance to test their code on the gold version.

=============================
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 -> [Add/Import Product]
3) Browse to wherever you saved the file.
4) Import!


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

Don't forget to hit INSTALL!

Wired1 03-14-2009 10:34 PM

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

Wired1 03-14-2009 11:01 PM

Reserved for future use.

gator777 03-15-2009 04:50 AM

Hey Wired, tried to install, but I'm getting this error message

Quote:

The product wired1_epfp_38x must be installed before this product may be installed. (Compatible starting with 3.0.0)
I have 3.8.1 installed...

Wired1 03-15-2009 07:52 AM

Download the product file again and upload it, fixed a typo.

der_darkon 03-15-2009 12:22 PM

Great Mod (together with Extra Profile Fields Page of course ;) )

There are just two tiny things i?m missing...

First, it would be perfect if the users could use their privacy settings on this extra-tab , like for any other tab on the profile.

Second, i have my profile fields ordered in multiple categories. Two of these categories are shown in the extra tab. It would be a good thing if the name of the categorie could be displayed before the first field of this category.

exyuteam 03-15-2009 12:55 PM

I just downloaded this product and I have this error:eek:

Quote:

The following dependencies were not met:
The product wired1_epfp must be installed before this product may be installed. (Compatible starting with 3.0.0)
I use VB 3.8.1 PL1. What is wired1_epfp?

gator777 03-15-2009 04:02 PM

Thanks for the fix, and great mod. :)

Wired1 03-15-2009 06:41 PM

Quote:

Originally Posted by der_darkon (Post 1768625)
First, it would be perfect if the users could use their privacy settings on this extra-tab , like for any other tab on the profile.

Second, i have my profile fields ordered in multiple categories. Two of these categories are shown in the extra tab. It would be a good thing if the name of the categorie could be displayed before the first field of this category.

1. Never used the privacy settings myself, I'll look into it. I built the tab straight from the article here.
2. Do you have an example of this?


Quote:

Originally Posted by exyuteam (Post 1768643)
I just downloaded this product and I have this error:eek:

I use VB 3.8.1 PL1. What is wired1_epfp?

The product linked to and mentioned in the top of this thread. This is an add-on to that mod.

Jasem 03-19-2009 02:33 AM

Great mod. , thank you!

Installed

Wired1 03-19-2009 04:44 AM

Quote:

Originally Posted by Jasem (Post 1771577)
Great mod. , thank you!

Installed

Not installed, you need to hit the INSTALL button on the thread. You too gator and exyuteam :)

Blackhat 03-20-2009 07:51 PM

Is there a way to add anything into this tab ? I would like to publish each users wordpress articles in there by using rss feed ?

Thanks

repaire 03-22-2009 02:44 PM

Hello Wired1
Great job, nice hack !

my question
By default, the extra tab is the last one on the right of the bar. would it be possible to place it at the 3rd place, after the "Additional Information" one ?

I don't know how to make it...:confused:

Thanks

Wired1 03-22-2009 05:17 PM

Quote:

Originally Posted by Blackhat (Post 1772842)
Is there a way to add anything into this tab ? I would like to publish each users wordpress articles in there by using rss feed ?

Please hit install for support.

It's possible I'd imagine, but you'd have to recode the tab. I'd recommend reading the article here on how to create a tab, and then modify it to what you need.


Quote:

Originally Posted by repaire (Post 1774236)
By default, the extra tab is the last one on the right of the bar. would it be possible to place it at the 3rd place, after the "Additional Information" one ?

You can only place new tabs before or after the default ones, not in the middle as per the hook locations.

reverse1312 03-22-2009 06:32 PM

Thank you for this good mod !

RedKilla 03-22-2009 07:16 PM

Cant install..get the following error..

The following dependencies were not met:

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

Wired1 03-22-2009 08:20 PM

The error contains the solution, as does the description of this mod...

Please hit install.

Atakan KOC 03-25-2009 04:40 PM

open file product-extratab.xml and find

PHP Code:

<dependency dependencytype="product" parentproductid="wired1_epfp" minversion="3.0.0" maxversion="" /> 

replace

PHP Code:

<dependency dependencytype="vbulletin" parentproductid="wired1_epfp" minversion="3.0.0" maxversion="3.9.9 Alpha 1" /> 


Wired1 03-25-2009 06:11 PM

That is not correct. His problem is that he doesn't have the EPFP product installed...

Atakan KOC 03-25-2009 08:39 PM

I've also reviewed many other code. example, Paul M code.

Code:

<dependency dependencytype="vbulletin" minversion="3.8.0" maxversion="3.8.99" />

Wired1 03-25-2009 11:52 PM

What does that have to do with this?

Atakan KOC 03-26-2009 04:16 PM

Quote:

The product wired1_epfp must be installed before this product may be installed. (Compatible starting with 3.0.0)
the above error message during installation of plug-in was reported. I changed a line in the file if it will fix the problem wrote. That's it. I think I got it wrong I want to tell you.

Wired1 03-26-2009 10:21 PM

When you got that error, did you have EPFP installed?

Atakan KOC 03-27-2009 04:26 PM

Yes, I've uploaded for testing. The first load I saw this error. The code I provided above was compared with the change.

der_darkon 03-29-2009 08:46 AM

Quote:

Originally Posted by Wired1 (Post 1768971)
1. Never used the privacy settings myself, I'll look into it. I built the tab straight from the article here.

Any news about that?

I think it?s really important since members can choose the privacy-setting for everything else in the profilepage.

der_darkon 04-21-2009 09:43 AM

O guess it won´t matter if i´, asking or not.... *sigh*

Any news about the privacy-settings?

Wired1 04-21-2009 01:25 PM

Thanks for the bump, forgot about that :) Reading up on it right now.

Actually, just tested it, and it worked for me. I marked a field on my test bed as private, and guests were no longer able to see it on the tab. Do you have the permissions set correctly in the usergroup manager?

Wired1 04-22-2009 06:37 AM

Quote:

Originally Posted by der_darkon (Post 1768625)
Second, i have my profile fields ordered in multiple categories. Two of these categories are shown in the extra tab. It would be a good thing if the name of the categorie could be displayed before the first field of this category.

Category titles now show up as of v1.1.2.

der_darkon 04-23-2009 08:20 AM

1. Privacy Settings won´t work for me. I´ve set the two categories on "friends only" and any guest can see them.
Wich settings in the usergroup-manager should i change or take a look at?

2.The category titles are showing up at the profilpage, but not in die user-CP.

Wired1 04-23-2009 02:14 PM

1. FYI to all, if you're running 3.8.1 you can't set permissions to categories. Apparently it worked in 3.8.0, broken in 3.8.1 (line of code went missing), and was fixed in 3.8.2. My test bed is of course 3.8.1 lol!

There's currently no way to enable privacy settings on custom tabs. A hook request was posted in January to extend the privacy settings, and I bumped it today.

2. To clarify, you are asking for the EPFP page to show categories? If so, that's something I've been working on, but haven't been able to get on the EPFP page as of yet. I'm getting closer though :)

der_darkon 05-07-2009 11:25 AM

Ok, so i just have to wait and hope for the best :)

Wired1 05-07-2009 04:50 PM

Hopefully they fix it in vB 4.0.

Travis641 05-23-2009 12:34 AM

Is there anyway to hide the fields that haven't had anything imputed into them? Thanks :)

Wired1 05-23-2009 01:49 AM

YOU can see those fields in your own profile, but you can't see empty fields in the profiles of others.

Saviour 07-07-2009 02:44 PM

Hmmm...

I've run into an issue and not sure what's causing it. I use vb 3.8.3 and created custom profile fields for a user's PC Specs. While the PC Specs category is in my Admin CP/User Profile Fields/User Profile Field Categories...I don't see any of the fields there...just the category.

I can edit the category...but don't see where to edit the fields currently in that category.

Any suggestions?

Wired1 07-07-2009 04:52 PM

Regardless of category the fields should still be available to edit in the Extra Profile Fields page.

Saviour 07-07-2009 05:17 PM

Quote:

Originally Posted by Wired1 (Post 1844600)
Regardless of category the fields should still be available to edit in the Extra Profile Fields page.

So where is the Extra Profiles Field Page in the Admin Control Panel?

I need to modify a field by adding an additional radio button to that particular field.

Wired1 07-07-2009 05:39 PM

Oh, I thought you meant the user couldn't edit it. All fields should still be under the User Profile Field Manager.

Saviour 07-07-2009 05:55 PM

Quote:

Originally Posted by Wired1 (Post 1844627)
Oh, I thought you meant the user couldn't edit it. All fields should still be under the User Profile Field Manager.

I know...but they're not there. The PC Specs is in the User Profile Field Category Manager...and it states there's 18 fields there, but for the life of me do not see them anywhere.

Wired1 07-07-2009 06:04 PM

Not a clue. What changed recently?


All times are GMT. The time now is 07:59 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.01295 seconds
  • Memory Usage 1,818KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete