vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Profile Enhancements - Extra Profile Fields Page (https://vborg.vbsupport.ru/showthread.php?t=123253)

rabbits slayer 10-18-2007 07:09 PM

thankyou. :)

bandare 10-19-2007 10:16 AM

ok, I am lost. I added everything and then went in to the adminCP to create a couple of extra fields for users to add. I then added them in my profile and then went to see it listed. However, it doesn't show. I have just read up about going somewhere else to then install something and change a load of templates.

What I don't understand is what is the point of this particular addition if nobody will see anything as a result, until you download and change something else?????

Or am I doing something wrong so the profile will show the extra data?

thanks in advance....

Wired1 10-19-2007 11:58 AM

Quote:

Originally Posted by bandare (Post 1363654)
ok, I am lost. I added everything and then went in to the adminCP to create a couple of extra fields for users to add. I then added them in my profile and then went to see it listed. However, it doesn't show. I have just read up about going somewhere else to then install something and change a load of templates.

What I don't understand is what is the point of this particular addition if nobody will see anything as a result, until you download and change something else?????

Or am I doing something wrong so the profile will show the extra data?

thanks in advance....

Read The Description Post @ The Top. For What You Want You ALSO Need To Install The Addon.

bandare 10-19-2007 02:25 PM

I am trying to work out how to change the text on the left where it currently says edit Extra Options. I have been in to the USERCP Shell and tried to change this line:

Quote:

<td class="$navclass[extra]" style="white-space:nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=extra">$vbphrase[edit_extra_options]</a></td>
</tr>
so that it will read:

Quote:

<td class="$navclass[extra]" style="white-space:nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=extra">$vbphrase[edit_System_Spec]</a></td>
</tr>
but that didn't seem to do it. Could you assist pls.

Wired1 10-19-2007 06:39 PM

That won't do it at all, unless you have a vbphrase with that new name. You need to go into the AdminCP options, search for the var, and edit the phrase. The vBulletin manual on their website has the instructions on how to do that.

kafi 10-28-2007 10:24 AM

Hello Wired1,

I am upgrading my board from 3.6.4 to 3.6.8 and I see that in functions_user.php is hook at the place you edit the file:

PHP Code:

                      {
                                switch (
$profilefield['form'])
                                {
                                        case 
1:
                                                
$customfields['login'] .= $tempcustom;
                                                break;
                                        case 
2:
                                                
$customfields['messaging'] .= $tempcustom;
                                                break;
                                        case 
3:
                                                
$customfields['threadview'] .= $tempcustom;
                                                break;
                                        case 
4:
                                                
$customfields['datetime'] .= $tempcustom;
                                                break;
                                        case 
5:
                                                
$customfields['other'] .= $tempcustom;
                                                break;
                                        default:
                                                (
$hook vBulletinHook::fetch_hook('profile_fetch_profilefields_loc')) ? eval($hook) : false;
                                }
                        }
                } 

Is it possible to take advantage of this hook and get rid of manual file edits with each upgrade?

Thanks for your add-on!!!

Wired1 10-28-2007 03:14 PM

Nope, won't work.

CoryNickerson 11-05-2007 02:19 AM

Hello wired1

does this support BB code posting into these extra fields? please let me know. thanks!

Wired1 11-06-2007 02:30 AM

Quote:

Originally Posted by CoryNickerson (Post 1375979)
Hello wired1

does this support BB code posting into these extra fields? please let me know. thanks!

This is just a modification of editing profile fields, so they have the same limitations.

Audentio 11-06-2007 06:00 AM

Im guessing this doesnt work with 3.6.8? I dont see where to edit any of this stuff, nor does it show up in usercp nor anywhere in the acp that I can see. I checked vb options, everywhere.


All times are GMT. The time now is 02: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.01384 seconds
  • Memory Usage 1,758KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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