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)

Wired1 09-27-2006 02:12 AM

Quote:

Originally Posted by Eagle Creek
But how? It's making NEW fields with NEW ID's. So my members have to fill in their profile again?

NEW fields will of course get NEW IDs, however the old fields are still there, still marked with the extra options code. IF they're not showing in admin, you haven't done all of the steps in the instructions, specifically a MANUAL edit of a PHP file.


Quote:

Originally Posted by The-Ensemble
Could someone please tell me how to insert the input fields without using the $conditions thingy, I mean I want to put a certain amount of fields in a top tds, then have a new box with new title and have more fields in that one, to make things neater.
How would I do that and still have working fields?

be more SPECIFIC. Do you mean splitting up the edit box, or splitting up the fields in the member page, or splitting up the fields in the dropdown?

The-Ensemble 09-28-2006 05:51 AM

I want to add my own INPUT fields on the extra page. so members can fill them in and submit them, But I want to be able to split them up and put them on certain parts of the page.

Also I'd like to split up input boxes, drop downs for the extra page.

DannyITR 10-20-2006 01:06 AM

Hi Wired,

I have the extra fields set to members list and searchable however they do not appear in the search members?advanced search page options nor in the members list. Can you help me?

MissKalunji 11-02-2006 05:21 AM

ok i did everything said here (i have multiple one)

But its not showing the title of the profile field...

what am i forgetting?

Neutral Singh 11-02-2006 07:49 AM

Fantastic addon!! Is it possible to show one of extra profile page if a use have selected a specific type of prfile field.

e.g. one user is buyer and another user is seller. Now based on selection a different set of fields show up in the extra profiles field.

Thanks for sharing this one.

Regards

Mookie 11-06-2006 01:44 PM

I have created a extra profile field page and it works fine, updating my info and all but what i would like to do is be able to change the below code to allow me to change the location of my fields?

Code:

<form action="profile.php" method="post">

<input type="hidden" name="s" value="$session[dbsessionhash]" />

<input type="hidden" name="do" value="updateextra" />

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">

<tr>

 <td class="thead">$vbphrase[extra_options]</td>

</tr>

<tr>

 <td class="panelsurround" align="center">

 <div class="panel">

  <div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">

$customfields[extra]



  </div>

 </div>

  <div style="margin-top:$stylevar[cellpadding]px">

  <input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" />

  <input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" />

 </div>

  </td>

</tr>

</table>

</form>



I know
Code:

$customfields[extra]
is what imports my fields that I have selected but what would be the code so that i can manually input my desired code into the location that i want it in? ie Like i would like field10 and field12 on the same line instead of below each other and field14 before field2. If that makes any since.

Snake 11-11-2006 05:23 PM

Wired, thanks for the hack again as I've re-installed it but is there a way to get rid of the redirect page when you later edit the extra infos? I really hate redirects.

adwade 11-20-2006 05:16 AM

Quote:

Originally Posted by DannyITR (Post 1100551)
Hi Wired,

I have the extra fields set to members list and searchable however they do not appear in the search members?advanced search page options nor in the members list. Can you help me?

I just noticed this flaw myself.:cry: In AdminCP, in Profile Field Manager I had to set Which page displays this option? back to Edit Profile otherwise they would not show up in my Members Listing.:dead:

Are others experiencing this same thing?

adwade 11-20-2006 05:25 AM

Quote:

Originally Posted by Wired1 (Post 1046588)
Thanks! Please post back if you're doing something cool with the mod :)

I run a Recumbent Bicycling Board and this allows us to have a page with Riders Information (mileage to date, longest ride, etc) which is GREAT. Thanxx for the Add-on!

adwade 11-20-2006 01:09 PM

Quote:

Originally Posted by TeamDevotion (Post 1083214)
any way to show these specs under the users name when they post like location, age, and post count do?

You might want to try this hack for doing that https://vborg.vbsupport.ru/showthread.php?t=123619

Slash_ 11-22-2006 07:14 AM

i am not understanding this part at all

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

The following code adds an extra area to:

User Profile Fields -> User Profile Field Manager

When a new profile field is added, in the Display Page area, select Options: Extra Options (or whatever you placed in the extra_options vB Phrase)

// *** open admincp/profilefield.php

find

"$vbphrase[options]: $vbphrase[other]"

replace with

"$vbphrase[options]: $vbphrase[other]",
"$vbphrase[options]: $vbphrase[extra_options]"

find

5 => "$vbphrase[options]: $vbphrase[other]",
add under

6 => "$vbphrase[options]: $vbphrase[extra_options]",

// *** save and close admincp/profilefield.php

// *** open includes/functions_user.php

find

case 5:
$customfields['other'] .= $tempcustom;
break;
add under

case 6:
$customfields['extra'] .= $tempcustom;
break;

// *** save and close includes/functions_user.php

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

Kadi 11-24-2006 02:19 PM

Great idea! I have a health forum and now we can have a page with members health info.

Does this work on 3.6.4?

Raw Sugar 11-27-2006 04:51 AM

I was wondering what template I go to to edit the way this Extra Info Page looks and the title of it and all that?

I've been wondering how the hell to do this, so thank you!

Thorlax402 12-08-2006 10:47 PM

Sorry maybe this is a stupid question but I'm having problems.
I'm new to modifying vBulletin so I'm learning.
When I go to user cp to edit it, it's blank.
I've attached an image.
Sorry if I'm a noob.
http://img91.imageshack.us/img91/3679/usercpid4.jpg


**edit*
Figured out more..I think something about postbit?
I'm earning vBulletin as I go along.
If it has anything to do with postbit can someone please tell me what needs to be changed?
Thanks.

Raw Sugar 12-10-2006 05:02 AM

Thorlax...

You need to edit the USERCP_SHELL template... I think. All you need to do is look at the coding for the menu and then, depending on how the coding is, add a link to the new page (which I believe would be /profile.php?do=extra. If you show me the coding for that template I could edit it in for you?

Thorlax402 12-10-2006 10:08 PM

I actually finally got the words to show up, but its just a blank page now.
Sorry, this was my first addon, I'm not as stupid anymore but still I don't remember what I even did with this one...

Heres a template we're using it with..Its the USERCP_SHELL

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
        <title>$vboptions[bbtitle] - $pagetitle</title>
</head>
<body$onload>
$header
$navbar

<!-- table to support left column nav -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr valign="top">
<td>
       
<!-- usercp nav -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0">
<tr>
        <td class="tcat"><a href="usercp.php$session[sessionurl_q]">$vbphrase[control_panel]</a></td>
</tr>
<tr>
        <td class="thead">$vbphrase[settings_and_options]</td>
</tr>
<if condition="$show['siglink']">
        <tr>
                <td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td>
        </tr>
</if>
<tr>
        <td class="$navclass[password]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editpassword">$vbphrase[edit_email_and_password]</a></td>
</tr>
<!-- v3 Arcade -->
<tr>
        <td class="$navclass[arcade]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editarcade">$vbphrase[edit_arcade_options]</a></td>
</tr>
<!-- /v3 Arcade -->
<tr>
        <td class="$navclass[profile]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td>
</tr>
<tr>
        <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>
<tr>
        <td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td>
</tr>
<if condition="$show['avatarlink']">
        <tr>
                <td class="$navclass[avatar]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td>
        </tr>
</if>
<if condition="$show['profilepiclink']">
        <tr>
                <td class="$navclass[profilepic]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a></td>
        </tr>
</if>
<if condition="$show['pmmainlink']">
        <tr>
                <td class="thead" nowrap="nowrap">
                        <span id="nav_pmfolders">$vbphrase[private_messages] <if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("nav_pmfolders"); </script></if></span>
                        <if condition="$show['popups']">                       
                                <div class="vbmenu_popup" id="nav_pmfolders_menu" style="display:<if condition="$show['popups']">none<else />block</if>">
                                        <table cellpadding="4" cellspacing="1" border="0">
                                        <tr>
                                                <td class="thead" nowrap="nowrap">$vbphrase[folders]</td>
                                        </tr>
                                        $cpnav[pmfolders]
                                        </table>
                                </div>
                        </if>
                </td>
        </tr>
        <tr>
                <td class="$navclass[pm_messagelist]" nowrap="nowrap"><a class="smallfont" href="private.php$session[sessionurl_q]">$vbphrase[list_messages]</a></td>
        </tr>
        <if condition="$show['pmsendlink']">
        <tr>
                <td class="$navclass[pm_newpm]" nowrap="nowrap"><a class="smallfont" href="private.php?$session[sessionurl]do=newpm">$vbphrase[send_new_message]</a></td>
        </tr>
        </if>
        <if condition="$show['pmtracklink']">
                <tr>
                        <td class="$navclass[pm_trackpm]" nowrap="nowrap"><a class="smallfont" href="private.php?$session[sessionurl]do=trackpm">$vbphrase[track_messages]</a></td>
                </tr>
        </if>
        <tr>
                <td class="$navclass[pm_editfolders]" nowrap="nowrap"><a class="smallfont" href="private.php?$session[sessionurl]do=editfolders">$vbphrase[edit_folders]</a></td>
        </tr>
</if>
<tr>
        <td class="thead" nowrap="nowrap">
                <span id="nav_subsfolders">$vbphrase[subscribed_threads] <if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("nav_subsfolders"); </script></if></span>
                <if condition="$show['popups']">
                        <div class="vbmenu_popup" id="nav_subsfolders_menu" style="display:<if condition="$show['popups']">none<else />block</if>">
                                <table cellpadding="4" cellspacing="1" border="0">
                                <tr>
                                        <td class="thead" nowrap="nowrap">$vbphrase[folders]</td>
                                </tr>
                                $cpnav[subsfolders]
                                </table>
                        </div>
                </if>
        </td>
</tr>
<tr>
        <td class="$navclass[substhreads_listthreads]" nowrap="nowrap"><a class="smallfont" href="subscription.php?$session[sessionurl]do=viewsubscription">$vbphrase[list_subscriptions]</a></td>
</tr>
<tr>
        <td class="$navclass[substhreads_editfolders]" nowrap="nowrap"><a class="smallfont" href="subscription.php?$session[sessionurl]do=editfolders">$vbphrase[edit_folders]</a></td>
</tr>
<if condition="$show['deleteditems'] OR $show['moderateditems']">
<tr>
        <td class="thead">$vbphrase[moderation]</td>
</tr>
        <if condition="$show['deleteditems']">
        <tr>
                <td class="$navclass[deletedthreads]" nowrap="nowrap"><a class="smallfont" href="moderation.php?$session[sessionurl]do=viewthreads&amp;type=deleted">$vbphrase[deleted_threads]</a></td>
        </tr>
        <tr>
                <td class="$navclass[deletedposts]" nowrap="nowrap"><a class="smallfont" href="moderation.php?$session[sessionurl]do=viewposts&amp;type=deleted">$vbphrase[deleted_posts]</a></td>
        </tr>
        </if>
        <if condition="$show['moderateditems']">
        <tr>
                <td class="$navclass[moderatedthreads]" nowrap="nowrap"><a class="smallfont" href="moderation.php?$session[sessionurl]do=viewthreads&amp;type=moderated">$vbphrase[moderated_threads]</a></td>
        </tr>
        <tr>
                <td class="$navclass[moderatedposts]" nowrap="nowrap"><a class="smallfont" href="moderation.php?$session[sessionurl]do=viewposts&amp;type=moderated">$vbphrase[moderated_posts]</a></td>
        </tr>
        </if>       
</if>
<tr>
        <td class="thead">$vbphrase[miscellaneous]</td>
</tr>
<tr>
        <td class="$navclass[event_reminders]" nowrap="nowrap"><a class="smallfont" href="calendar.php?$session[sessionurl]do=viewreminder">$vbphrase[event_reminders]</a></td>
</tr>
<if condition="$show['paidsubscriptions']">
<tr>
        <td class="$navclass[paid_subscriptions]" nowrap="nowrap"><a class="smallfont" href="payments.php$session[sessionurl_q]">$vbphrase[paid_subscriptions]</a></td>
</tr>
</if>
<if condition="$show['publicgroups']">
<tr>
        <td class="$navclass[usergroups]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editusergroups">$vbphrase[group_memberships]</a></td>
</tr>
</if>
<tr>
        <td class="$navclass[buddylist]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editlist">$vbphrase[buddy_ignore_lists]</a></td>
</tr>
<if condition="$show['attachments']">
<tr>
        <td class="$navclass[attachments]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editattachments">$vbphrase[attachments]</a></td>
</tr>
</if>
</table>
<!-- / usercp nav -->
       
</td>
<td>&nbsp;&nbsp;</td>
<td width="100%">

<!-- main page contents -->
$HTML
<!-- / main page contents -->
       
</td>
</tr>
</table>
<!-- / table to support left column nav -->
$footer
</body>
</html>


Raw Sugar 12-11-2006 03:41 AM

What's a blank page? The whole thing or just when you click on it? I created a new style on my board and used that code that you gave me and it seems to be working fine now.

The only thing that I can suggest is, if you're not going to have an arcade... copy the code I have below to get rid of the ugly gray space between the 'Edit Email & Password' link and the 'Edit Profile' link.

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
        <title>$vboptions[bbtitle] - $pagetitle</title>
</head>
<body$onload>
$header
$navbar

<!-- table to support left column nav -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr valign="top">
<td>
       
<!-- usercp nav -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0">
<tr>
        <td class="tcat"><a href="usercp.php$session[sessionurl_q]">$vbphrase[control_panel]</a></td>
</tr>
<tr>
        <td class="thead">$vbphrase[settings_and_options]</td>
</tr>
<if condition="$show['siglink']">
        <tr>
                <td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td>
        </tr>
</if>
<tr>
        <td class="$navclass[password]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editpassword">$vbphrase[edit_email_and_password]</a></td>
</tr>

<tr>
        <td class="$navclass[profile]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td>
</tr>
<tr>
        <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>
<tr>
        <td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td>
</tr>
<if condition="$show['avatarlink']">
        <tr>
                <td class="$navclass[avatar]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td>
        </tr>
</if>
<if condition="$show['profilepiclink']">
        <tr>
                <td class="$navclass[profilepic]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a></td>
        </tr>
</if>
<if condition="$show['pmmainlink']">
        <tr>
                <td class="thead" nowrap="nowrap">
                        <span id="nav_pmfolders">$vbphrase[private_messages] <if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("nav_pmfolders"); </script></if></span>
                        <if condition="$show['popups']">                       
                                <div class="vbmenu_popup" id="nav_pmfolders_menu" style="display:<if condition="$show['popups']">none<else />block</if>">
                                        <table cellpadding="4" cellspacing="1" border="0">
                                        <tr>
                                                <td class="thead" nowrap="nowrap">$vbphrase[folders]</td>
                                        </tr>
                                        $cpnav[pmfolders]
                                        </table>
                                </div>
                        </if>
                </td>
        </tr>
        <tr>
                <td class="$navclass[pm_messagelist]" nowrap="nowrap"><a class="smallfont" href="private.php$session[sessionurl_q]">$vbphrase[list_messages]</a></td>
        </tr>
        <if condition="$show['pmsendlink']">
        <tr>
                <td class="$navclass[pm_newpm]" nowrap="nowrap"><a class="smallfont" href="private.php?$session[sessionurl]do=newpm">$vbphrase[send_new_message]</a></td>
        </tr>
        </if>
        <if condition="$show['pmtracklink']">
                <tr>
                        <td class="$navclass[pm_trackpm]" nowrap="nowrap"><a class="smallfont" href="private.php?$session[sessionurl]do=trackpm">$vbphrase[track_messages]</a></td>
                </tr>
        </if>
        <tr>
                <td class="$navclass[pm_editfolders]" nowrap="nowrap"><a class="smallfont" href="private.php?$session[sessionurl]do=editfolders">$vbphrase[edit_folders]</a></td>
        </tr>
</if>
<tr>
        <td class="thead" nowrap="nowrap">
                <span id="nav_subsfolders">$vbphrase[subscribed_threads] <if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("nav_subsfolders"); </script></if></span>
                <if condition="$show['popups']">
                        <div class="vbmenu_popup" id="nav_subsfolders_menu" style="display:<if condition="$show['popups']">none<else />block</if>">
                                <table cellpadding="4" cellspacing="1" border="0">
                                <tr>
                                        <td class="thead" nowrap="nowrap">$vbphrase[folders]</td>
                                </tr>
                                $cpnav[subsfolders]
                                </table>
                        </div>
                </if>
        </td>
</tr>
<tr>
        <td class="$navclass[substhreads_listthreads]" nowrap="nowrap"><a class="smallfont" href="subscription.php?$session[sessionurl]do=viewsubscription">$vbphrase[list_subscriptions]</a></td>
</tr>
<tr>
        <td class="$navclass[substhreads_editfolders]" nowrap="nowrap"><a class="smallfont" href="subscription.php?$session[sessionurl]do=editfolders">$vbphrase[edit_folders]</a></td>
</tr>
<if condition="$show['deleteditems'] OR $show['moderateditems']">
<tr>
        <td class="thead">$vbphrase[moderation]</td>
</tr>
        <if condition="$show['deleteditems']">
        <tr>
                <td class="$navclass[deletedthreads]" nowrap="nowrap"><a class="smallfont" href="moderation.php?$session[sessionurl]do=viewthreads&amp;type=deleted">$vbphrase[deleted_threads]</a></td>
        </tr>
        <tr>
                <td class="$navclass[deletedposts]" nowrap="nowrap"><a class="smallfont" href="moderation.php?$session[sessionurl]do=viewposts&amp;type=deleted">$vbphrase[deleted_posts]</a></td>
        </tr>
        </if>
        <if condition="$show['moderateditems']">
        <tr>
                <td class="$navclass[moderatedthreads]" nowrap="nowrap"><a class="smallfont" href="moderation.php?$session[sessionurl]do=viewthreads&amp;type=moderated">$vbphrase[moderated_threads]</a></td>
        </tr>
        <tr>
                <td class="$navclass[moderatedposts]" nowrap="nowrap"><a class="smallfont" href="moderation.php?$session[sessionurl]do=viewposts&amp;type=moderated">$vbphrase[moderated_posts]</a></td>
        </tr>
        </if>       
</if>
<tr>
        <td class="thead">$vbphrase[miscellaneous]</td>
</tr>
<tr>
        <td class="$navclass[event_reminders]" nowrap="nowrap"><a class="smallfont" href="calendar.php?$session[sessionurl]do=viewreminder">$vbphrase[event_reminders]</a></td>
</tr>
<if condition="$show['paidsubscriptions']">
<tr>
        <td class="$navclass[paid_subscriptions]" nowrap="nowrap"><a class="smallfont" href="payments.php$session[sessionurl_q]">$vbphrase[paid_subscriptions]</a></td>
</tr>
</if>
<if condition="$show['publicgroups']">
<tr>
        <td class="$navclass[usergroups]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editusergroups">$vbphrase[group_memberships]</a></td>
</tr>
</if>
<tr>
        <td class="$navclass[buddylist]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editlist">$vbphrase[buddy_ignore_lists]</a></td>
</tr>
<if condition="$show['attachments']">
<tr>
        <td class="$navclass[attachments]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editattachments">$vbphrase[attachments]</a></td>
</tr>
</if>
</table>
<!-- / usercp nav -->
       
</td>
<td>&nbsp;&nbsp;</td>
<td width="100%">

<!-- main page contents -->
$HTML
<!-- / main page contents -->
       
</td>
</tr>
</table>
<!-- / table to support left column nav -->
$footer
</body>
</html>

If you let me know what you mean by 'its just a blank page' then perhaps I can help you out a bit more?

Konstantinos 12-19-2006 09:28 PM

why using this instead of creating custom fields using vb built system ?

Kadi 12-20-2006 10:17 PM

Hi,

I'm installing this but I don't know where admincp/profilefield.php or includes/functions_user.php is for this part:

Quote:

// *** open admincp/profilefield.php

find

"$vbphrase[options]: $vbphrase[other]"

replace with

"$vbphrase[options]: $vbphrase[other]",
"$vbphrase[options]: $vbphrase[extra_options]"

find

5 => "$vbphrase[options]: $vbphrase[other]",
add under

6 => "$vbphrase[options]: $vbphrase[extra_options]",

// *** save and close admincp/profilefield.php




// *** open includes/functions_user.php



find

case 5:
$customfields['other'] .= $tempcustom;
break;
add under

case 6:
$customfields['extra'] .= $tempcustom;
break;


// *** save and close includes/functions_user.php

timetunnel 12-21-2006 04:46 PM

Hello.

Open these files onto your PC and use your file editor to search for e.g. $vbphrase[options]: $vbphrase[other]

then follow the instructions you quoted in your thread post. When done, re-upload these 2 files (admincp/profilefield.php and includes/functions_user.php)

HTH

Raw Sugar 12-22-2006 11:04 PM

Alright since no one really responded to my question, I'm going to post it again. :)

How can you edit the template of this page? It doesn't really look all that great on my board, so I need to make it look better. Which template is it?

The dman 12-23-2006 09:43 AM

OK I'm confused.

Could someone tell me (in simple terms) #1 how to change the title of "Extra Edit Options" to my own title and #2 how to add my own fields. I know it's user error but I would love to implement this and I'm not grasping the vbphrase concept. I already have 3 frustrating hours into this and no luck.:confused:

Thanks

Great mod by the way just what my site needs

Kadi 12-24-2006 07:40 AM

Quote:

Originally Posted by timetunnel (Post 1142911)
Hello.

Open these files onto your PC and use your file editor to search for e.g. $vbphrase[options]: $vbphrase[other]

then follow the instructions you quoted in your thread post. When done, re-upload these 2 files (admincp/profilefield.php and includes/functions_user.php)

HTH

I'm really sorry but I still don't get it.

I don't know where those files are.

The dman 12-24-2006 09:46 AM

Kadi

profilefield.php is in your admin folder

functions_user.php is in your includes folder

The dman 12-24-2006 11:44 AM

Sorry to be a pain but I have it all installed and I'm at a standstill. "Edit Extra Options" shows up and when I click on it it goes to an "Extra Options" page which has "save changes" and "reset fields" buttons but as far as entering my own fields I'm lost. Please can you explain a little bit more specifically on how to do this ?

I've read through this thread several times and and this mod is still kicking my butt.:confused:

Thanks

Raw Sugar 12-26-2006 11:36 PM

Quote:

Originally Posted by The dman (Post 1144407)
Sorry to be a pain but I have it all installed and I'm at a standstill. "Edit Extra Options" shows up and when I click on it it goes to an "Extra Options" page which has "save changes" and "reset fields" buttons but as far as entering my own fields I'm lost. Please can you explain a little bit more specifically on how to do this ?

I've read through this thread several times and and this mod is still kicking my butt.:confused:

Thanks

Dman...

To add your own profile fields to the new page, you need to EDIT the fields you want there (or create a new one) and at the bottom of that page, it has a section called "Display Page". You need to change the drop down menu to say this: "Options: Extra Options". The address to the page you created is "/profile.php?do=extra". You can easily create a link to this page in the User CP by editing the usercp_shell template.

...Now... how do I edit the template???

The dman 12-27-2006 12:26 AM

Quote:

and at the bottom of that page, it has a section called "Display Page".
I see the light now:banana:

I'll have to take this up in the morning but thanks for the help and don't be surprised if I do ask that proverbial question:

...Now... how do I edit the template???

I know how to edit templates but I don't know if I specifically know how to do this edit,tomorrow will tell..:confused:

Thanks you've been a big help:cool:

Raw Sugar 12-28-2006 03:21 PM

No problem, I love makin' myself feel smart so thank you for that opportunity, haha

Well, have ya figured it out? Any help would be so very greatly appreciated!

FrankP 01-02-2007 07:03 AM

*Argh* ;-)

Yesterday we started the migration from 3.5.4 to current 3.6.4. I also updateded this Mod and I still have a problem which makes me crazy :confused:

In UserCP the link to the extra fields page is available, and a user is able to edit/save all the definied fields.

But I cannot find a way how to show the content of the fields inside the MEMBERINFO.

Using 3.5.4, we had a reference like

<td>$customfields2</td>

inside the template

Using this now in 3.6.4 shows absolutly nothing.

So I changed it to

<td>$customfields[extra]</td>

but all what's showing is a single "<"

It's a long time ago when we installed this mod into 3.5.4, so I cannot remember what we did that time.....

Maybe somebody is able to help me to show the content of those fields inside the member's profile (readable for everybody who has permissions to access the profile....)

Thanks in advance,

Frank

or

adwade 01-03-2007 11:29 AM

Quote:

Originally Posted by adwade (Post 1121336)
I just noticed this flaw myself.:cry: In AdminCP, in Profile Field Manager I had to set Which page displays this option? back to Edit Profile otherwise they would not show up in my Members Listing.:dead:

Are others experiencing this same thing?

Any ideas on what's happened to Wired1? Says he's not been online since back in NOV06.

The bug I referred to above is serious enough that if I set the page that displays this option to "Extra Edit Options" then NONE of my Custom Profile Fields will show up in the Member List. By none, I'm not just referring to the ones used in this MOD, but I mean it prevents ALL Custom Data Fields from showing up in the members listing.

As such, I had to revert back to using the Edit Profile page in order to keep my members listing working correctly. However doing so means that one can no longer access the Custom Data Fields for this MOD. Neither to edit, or even see them.:disappointed:

RedGTiVR6 01-03-2007 01:27 PM

I've gotten this mod working without a hitch. Now I just need to tailor the wording.

In the options window, it lists this as 'Edit Extra Options' and the title of the window as 'Extra Options'.

I'd like to change this to 'Edit CarPC Specs' and 'CarPC Specs'.

Based on the screen shots Wired1 posted, it's $vbphrase[edit_extra_options] and $vbphrase[extra_options]...however...I don't know what do to beyond that. I've changed the first to: $vbphrase[edit_carpc_specs] and $vbphrase[CarPC_Specs] only to find that the page dissapears when I refresh. So I gather that's not right...so where do I find where [edit_extra_options] and [extra_options] are determined?

RedGTiVR6 01-03-2007 02:59 PM

got it!

wonderful mod!

nikki712 01-10-2007 01:53 PM

What am I doing wrong? I installed this and I see the "Edit Extra Options" in my User CP, but I can't see the extra profile fields when VIEWING my profile. Can anyone help me out on this?

I also have the "Friends and Buddies" modification installed. Could this be the reason my extra profile fields aren't viewable, except for when editing the profile?

nikki712 01-10-2007 02:22 PM

Quote:

Originally Posted by adwade (Post 1149799)
Any ideas on what's happened to Wired1? Says he's not been online since back in NOV06.

The bug I referred to above is serious enough that if I set the page that displays this option to "Extra Edit Options" then NONE of my Custom Profile Fields will show up in the Member List. By none, I'm not just referring to the ones used in this MOD, but I mean it prevents ALL Custom Data Fields from showing up in the members listing.

As such, I had to revert back to using the Edit Profile page in order to keep my members listing working correctly. However doing so means that one can no longer access the Custom Data Fields for this MOD. Neither to edit, or even see them.:disappointed:

I just checked my member list and see that I'm experiencing the same thing you experienced. I'm removing this mod. It's a great concept, but it's definitely not working for me.

kafi 01-10-2007 03:42 PM

Thank you Wired1 for this nice add-on.

I wish to save timestamp along with userfield. I want to display date when these userfield were edited. How will I achieve this?

Thank you!!!

Neutral Singh 02-03-2007 12:06 AM

Is there anyway to do this without the core file edit? I am sure there must be.

Wired1 02-03-2007 05:14 AM

I'm back. I'm responding to ones that I don't think have gotten answered yet, although the bast majority of these have already been answered in various forms in this thread, as well as the previous thread.


Quote:

Originally Posted by RedGTiVR6 (Post 1149864)
I've gotten this mod working without a hitch. Now I just need to tailor the wording.

In the options window, it lists this as 'Edit Extra Options' and the title of the window as 'Extra Options'.

I'd like to change this to 'Edit CarPC Specs' and 'CarPC Specs'.

Based on the screen shots Wired1 posted, it's $vbphrase[edit_extra_options] and $vbphrase[extra_options]...however...I don't know what do to beyond that. I've changed the first to: $vbphrase[edit_carpc_specs] and $vbphrase[CarPC_Specs] only to find that the page dissapears when I refresh. So I gather that's not right...so where do I find where [edit_extra_options] and [extra_options] are determined?

Those are exactly what they state they are... VBPHRASES.

ADMINCP -> Languages & Phrases -> Search in Phrases

look for "extra_options". Edit how you like. In order to change the phrase variables to "$vbphrase[CarPC_Specs]", you first have to CREATE them.


Quote:

Originally Posted by nikki712 (Post 1155476)
What am I doing wrong? I installed this and I see the "Edit Extra Options" in my User CP, but I can't see the extra profile fields when VIEWING my profile. Can anyone help me out on this?

I also have the "Friends and Buddies" modification installed. Could this be the reason my extra profile fields aren't viewable, except for when editing the profile?

No. Read the first post again, CAREFULLY. There is an ADDON that does this.


Quote:

Originally Posted by nikki712 (Post 1155512)
I just checked my member list and see that I'm experiencing the same thing you experienced. I'm removing this mod. It's a great concept, but it's definitely not working for me.

Read the 3.5.x hack instructions. There's BETA search code in there (which is really just vB's search code w/ one minor change). Search for the new code in 3.6.x (they changed like 1 minor thing in it IIRC), and it should work fine. A proper way to do this would involve a heavy rewrite, which I simply don't have the time for (hence why I haven't been around much).



Quote:

Originally Posted by kafi (Post 1155561)
I wish to save timestamp along with userfield. I want to display date when these userfield were edited. How will I achieve this?

That's outside the scope of this hack.


Quote:

Originally Posted by Neutral Singh (Post 1173356)
Is there anyway to do this without the core file edit? I am sure there must be.

uummmm..... NO. There are hacks similar to it, that don't require core hacks, but they require SQL edits, which is not something this hack needs. Neither are perfect, choose your poison.

UaeStar 02-03-2007 08:21 AM

but not showing Extra Options why? no space!!!!!!!

i have vBulletin V3.6.4

UaeStar 02-04-2007 09:42 AM

some help?

Wired1 02-06-2007 06:29 PM

Can you be more specific?


All times are GMT. The time now is 04:05 PM.

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.01615 seconds
  • Memory Usage 1,949KB
  • 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
  • (4)bbcode_code_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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