vb.org Archive

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

Wired1 07-27-2006 01:32 PM

When you use this hack, it removes the specified profiles from the member.php. If you're looking for the fields to show up in the bottom right quadrant, you need to install the associated hack:

https://vborg.vbsupport.ru/showthread.php?t=98753

Jeordie015 07-29-2006 04:46 PM

I'm having a problem. Profile fields won't show up on the extra options page. I've tried making a new profile field and setting it to go in there. I've also tried moving a default profile field into the extra options page. What could be the problem?

Wired1 07-29-2006 10:03 PM

Quote:

Originally Posted by Jeordie015
I'm having a problem. Profile fields won't show up on the extra options page. I've tried making a new profile field and setting it to go in there. I've also tried moving a default profile field into the extra options page. What could be the problem?

Does it disappear when you move it, in otherwords does it move from their member page into oblivion, or does it stay where it is?

What vB version do you have? Have you done all the steps in the text file?

Jeordie015 07-29-2006 11:59 PM

If I move a profile field from Edit Profile into the Extra Options, it will disappear from Edit Profile.

I'm running vB3.5.4. And I believe I've done everything required in the text file. Going to the Extra Options page just shows a collapsed table where the fields should be, if that tells you anything.

Wired1 07-30-2006 05:06 AM

Dunno, got me! Got any other hacks installed? If so, may want to disable one plugin at a time and see if one of them causes the problem.

Post (or PM me) the URL to the site and I'll set up a test account (unless you have one already). Only thing else I can really suggest would be to uninstall the product, reverse the text hacks, and re-do it.

Jeordie015 07-30-2006 07:46 AM

Well, I do have quite a few hacks installed, but I disabled all the ones I thought might be the problem and it didn't help.

I've tried uninstalling and reinstalling and that didn't work either. But I might have overlooked something twice.

Here's the URL. http://www.theawesomebbs.com

Do you need to be an admin to see/fix the problem?

Wired1 07-30-2006 04:37 PM

Quote:

Originally Posted by Jeordie015
Well, I do have quite a few hacks installed, but I disabled all the ones I thought might be the problem and it didn't help.

I've tried uninstalling and reinstalling and that didn't work either. But I might have overlooked something twice.

Here's the URL. http://www.theawesomebbs.com

Do you need to be an admin to see/fix the problem?

May need it, don't know yet.

Which Edit page is the hack? Account is test.

Jeordie015 07-30-2006 04:45 PM

<a href="http://www.theawesomebbs.com/profile.php?do=extra" target="_blank">http://www.theawesomebbs.com/profile.php?do=extra</a>

Jeordie015 07-30-2006 05:49 PM

Alright, I got it. It was my fault. I missed the functions_user.php edit apparently.

Jeordie015 07-30-2006 05:53 PM

I do have a question though. My extra profile fields page is going to be for video game online usernames and codes. Is there some way I can make groups in this page the same way the Edit Options page does? Like it has Login & Privacy, Messaging & Notification, etc.

Wired1 07-30-2006 11:31 PM

Quote:

Originally Posted by Jeordie015
I do have a question though. My extra profile fields page is going to be for video game online usernames and codes. Is there some way I can make groups in this page the same way the Edit Options page does? Like it has Login & Privacy, Messaging & Notification, etc.

Yep, it'd be similar to the code I recently posted about creating a second page. Read the attached file, groups.txt. It should explain everything for you.

Jeordie015 07-31-2006 12:47 AM

Quote:

Originally Posted by Wired1
Yep, it'd be similar to the code I recently posted about creating a second page. Read the attached file, groups.txt. It should explain everything for you.

Alright, I did the edits in the php files, but am not sure what to do next.

Wired1 07-31-2006 01:49 AM

Did you also update the page file and customize it as needed, and then associate various fields to each group?

Jeordie015 07-31-2006 01:52 AM

What page file? In the instructions, it just gives a sample template or whatever, but I have no idea what to do with it.

Wired1 07-31-2006 02:21 AM

Replace the page template that the product made with that, although you MUST customize it.

Jeordie015 07-31-2006 02:24 AM

What page template? I could never find a template for it.

Wired1 07-31-2006 02:41 AM

it's called Page :) PM'd you one to try w/ two groups. After you update it, The first extra options will be for the first group, the second for the second.

gator777 08-04-2006 03:22 AM

Hi Wired1,

I upggraded to 3.6, and it will no longer accept

Code:

Open member.php

FIND:

// END CUSTOM PROFILE FIELDS
// *************************

AFTER IT ADD:

($hook = vBulletinHook::fetch_hook('member_extras')) ? eval($hook) : false;

without getting database errors. Can you help piz? :)

Wired1 08-04-2006 12:10 PM

probably because the hack's for vB 3.5.x and not 3.6 :)

Installing vB 3.6.x on a test server this weekend. Did they change how hooks are implemented?

gator777 08-05-2006 03:00 AM

Quote:

Originally Posted by Wired1
probably because the hack's for vB 3.5.x and not 3.6 :)

Installing vB 3.6.x on a test server this weekend. Did they change how hooks are implemented?

I'm not sure Wired1, because I'm not a coder, but I think it has something to do with the Infraction system. :alien: :)

lanc3lot 08-05-2006 01:49 PM

Hello, if it can be changed so it will work with 3.6, it will be sweet :)

Ty in advance

Wired1 08-06-2006 04:12 AM

It'll be updated. Guys, PLEASE hit install :)

BTW, gator, that code is for the other hack, not this one.

This hack works fine w/ 3.6.0, no changes needed. Going to check out Additional Section within Profile and Dropdown within Posts now.

gator777 08-06-2006 06:11 AM

Quote:

Originally Posted by Wired1
It'll be updated. Guys, PLEASE hit install :)

BTW, gator, that code is for the other hack, not this one.

This hack works fine w/ 3.6.0, no changes needed. Going to check out Additional Section within Profile and Dropdown within Posts now.

Sorry Wired1, I think I am losing my mind. I also use this hack as well, but I got it to work. Will you be abble to fix the other on as well? :D

Wired1 08-06-2006 07:47 PM

Yep, got the other one to work, just want to clean up the instructions and stuff a bit. That and I was doing it at 3 AM, so I want to check it over lol.

Wired1 08-07-2006 02:03 AM

Link to 3.6.0 version:
https://vborg.vbsupport.ru/showthread.php?t=123253

legionofangels 01-10-2008 10:19 PM

Hello Wired,

I am not sure which add on we have, as i"ll have to check with the coder but we either have this or Zac's version on our forum which is 3.6.8 PL2.

I am currently experiencing a small problem and was wondering if you could tell me anything about it or what we could do to fix the problem:

Quote:

We use 3.6.8 PL2 at the moment. I'm wondering if there are any comapitiblity issues?

Our current problem is that we used it to give an option to members to Show or Hide the Inferno Shoutbox we have. The buttons and everything works fine for registered members.

Our problem is though that while logged out, guests cannot view the shoutbox and I don't understand why. Is there an option that comes with this mod that would affect that?

Or is there some coding I need to add to make the shoutbox show for those not logged in, but that upon logging into an account it of course accepts the accounts choice of Show or Hide?

It's set to default Show in the profile field for a new member so I don't know why it won't show automatically for everyone prior to log in.

Please help if anyone can, and thank you in advance,

Legion of Angels

Wired1 01-11-2008 03:19 PM

This mod is NOT for 3.6.x, it is for 3.5.4. My profile contains links to the 3.6.8 versions.

legionofangels 01-11-2008 09:22 PM

EDIT: Nevermind, we used a code to get what we want, not an add on. Sorry for any confusion.

MarkoXaser 05-04-2008 10:06 PM

PLEASE help me now with 3.7 i get an error when any user try to save the field...

Quote:

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
PLEASE HELP ME!!!!!!!!!!

Wired1 05-05-2008 02:18 AM

Quote:

Originally Posted by MarkoXaser (Post 1508655)
PLEASE help me now with 3.7 i get an error when any user try to save the field...



PLEASE HELP ME!!!!!!!!!!

THIS IS A 3.5.x VERSION OF THIS PLUGIN, NOT 3.7.x!

MarkoXaser 05-05-2008 06:46 AM

and what can i do now?

MarkoXaser 05-05-2008 07:40 PM

there's nothing can i do?

i will remove this hack? :(

MarkoXaser 05-22-2008 06:19 PM

now works but i have a little problem, you have a pm...please help me

Wired1 05-22-2008 07:05 PM

I will only say this ONE more time. This thread is for the 3.5.x version of this mod. DO NOT USE IT WITH 3.7.X. Uninstall it by reversing the instructions, and install the 3.7.x version!


All times are GMT. The time now is 07:02 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.01407 seconds
  • Memory Usage 1,809KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (34)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