vb.org Archive

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

KHALIK 05-24-2008 01:47 PM

Thanks Wired

Installed.

shlomot 05-24-2008 03:41 PM

Hello, as my former colleagues, I installed this MOD in order to avoid custom fields from showing both on a field-category tab and in the About-Me tab.

After installation, I couldn't find any vBulletin option for this MOD, nor any difference in how my profile page is showing.

Can you please expend your instructions for the thick and dummies:) Thanks.

=========================================

Sorry, all is well :)

Only now did I understand that this MOD converts the extra page in Extra Profile Fields Page mod into extra tab.

Thanks for this great mod.

Chadi 05-24-2008 03:56 PM

Wouldn't it make sense to combine your two mods into one since they're both supposed to work together?

shlomot 05-24-2008 04:57 PM

A must-have request:

vBulletin provides only two permission options for a field display: private or public, and no consideration to permissions is given in field-category setting.

One permission option is lacking and could only be found in vBadvanced Dynamics: viewable by friends (buddies).

One answer to this limitation was given to me here, but the truth is that your product is the natural container to manage such conditional: the ability to display the tab to myself and friends only.

Please consider adding this feature to your product. It will add great functionality and desirability to it.

Many thanks in advance.

Wired1 05-24-2008 08:16 PM

Khalik, ShlomoT: You're welcome!


Quote:

Originally Posted by TalkPhotography (Post 1529862)
Ignore me, I was looking at a user who hadn't filled the extra fields in.

LOL, been there, done that! I just always look at my own profile now :)


Quote:

Originally Posted by alluidh (Post 1529868)
Is there a way to use your hacks twice? (User-CP and Profile)

Gotta manually hack it a bit, I'll throw something together this weekend.


Quote:

Originally Posted by Jase2 (Post 1529910)
Where would I be able to edit to stop the system specs selection drop menu showing in the block_tab ?

I'll look into it, I think I already know how to do it. Ultimately, ideas like this and some others I have lend themselves to doing an adminCP page for the mods, so that's another project on the horizon, just gotta figure out HOW to make an easy to install AdminCP page. I'd want to make a side menu for all the Products, but ultimately I think it may just be a dropdown in the main vB options.


Quote:

Originally Posted by chadi (Post 1530143)
Wouldn't it make sense to combine your two mods into one since they're both supposed to work together?

I was thinking of doing that, but some people don't use the info publicly, or just don't have a need for this mod at all, so this way they don't need to add on extra code to their vB.


Quote:

Originally Posted by shlomot (Post 1530193)
A must-have request:

vBulletin provides only two permission options for a field display: private or public, and no consideration to permissions is given in field-category setting.

One permission option is lacking: viewable by friends (buddies).

Good idea, I'll see what I can do!

Jase2 05-24-2008 08:46 PM

Ok, wired -- thanks!

You can see the tab here. Basically, I just want to remove: System Specs YES -- which is at the top. Hmmm....

Wired1 05-24-2008 09:16 PM

Quote:

Originally Posted by Jase2 (Post 1530387)
Ok, wired -- thanks!

You can see the tab here. Basically, I just want to remove: System Specs YES -- which is at the top. Hmmm....

OH, you just want to stop showing that particular field, not the whole tab?

Ok, here's what you'd have to do. Create a new Profile Category in the AdminCP. Assign the profile field that category. NOTE the Category ID!

EDIT plugin: Extra Profile Fields Tab

FIND:
Code:

WHERE pf.form = 6
REPLACE WITH:
Code:

WHERE pf.form = 6 AND pf.profilefieldcategoryid != <INSERT CATEGORY ID # HERE>
It'll then pull up all EPFP fields that are NOT in that category.

Deepdog009 05-24-2008 09:25 PM

Good Deal Wired1
Its good 2 see many folks working on tabs these days... Excellent


Keep the ball ROLLING!!! :up:

Jase2 05-24-2008 09:47 PM

That produces a database error. I just want to remove the Single-Selection Menu. :)

Wired1 05-24-2008 09:58 PM

Deepdog009: Thanks!

Quote:

Originally Posted by Jase2 (Post 1530430)
That produces a database error. I just want to remove the Single-Selection Menu. :)

Don't use the <>, example:

Code:

WHERE pf.form = 6 AND pf.profilefieldcategoryid != 5


All times are GMT. The time now is 08:22 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.01196 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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