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)

Jase2 04-29-2008 05:01 PM

This has stopped working in 3.7 gold -- just thought I'd let you know.

Wired1 04-29-2008 07:59 PM

How has it stopped exactly? What does not work?

Jase2 04-29-2008 08:51 PM

The profile fields do not show on the extra_options page. At first, I thought it may have been me installing it wrong, but I then upgraded my RC4 test board which had the system specs page working fine -- as soon as I updated to gold, the profile fields were not there. I've attached a screenshot below.

GameWizard 04-30-2008 11:06 AM

Quote:

Originally Posted by Jase2 (Post 1502705)
The profile fields do not show on the extra_options page. At first, I thought it may have been me installing it wrong, but I then upgraded my RC4 test board which had the system specs page working fine -- as soon as I updated to gold, the profile fields were not there. I've attached a screenshot below.

I think you may have forgotten to reapply the file edits. You must have overwritten them when you upgraded.

GameWizard 04-30-2008 11:25 AM

I'm having a problem. As soon as I move any profile field outside of my Edit Details into the new page, it stops being searchable on my Memberlist.

I am using this link:
/memberlist.php?do=getall&field23=test123

It works fine when the profile field is located inside the "edit details" page, but as soon as I move it into the new page I created with your hack, it stops working completely. Any suggesstions? I really need this functionality.

Jase2 04-30-2008 02:18 PM

Ok, I now have it working.

Wired, the "Reset" button doesn't seem to work with the other fields when you have a menu selection drop down. It works with the menu, but not the other profile fields on the same page.

Also, it seems to conflict with this hack: https://vborg.vbsupport.ru/showthrea...t=usercp+icons

Seems when you have that installed, the link in usercp.php disappears.

Thanks!

GameWizard 04-30-2008 11:19 PM

Quote:

Originally Posted by Jase2 (Post 1503433)
Ok, I now have it working.

Wired, the "Reset" button doesn't seem to work with the other fields when you have a menu selection drop down. It works with the menu, but not the other profile fields on the same page.

Also, it seems to conflict with this hack: https://vborg.vbsupport.ru/showthrea...t=usercp+icons

Seems when you have that installed, the link in usercp.php disappears.

Thanks!

The link disappears because it uses another template, not the default VB one which is where the modifications are being made in Wired1's hack. If you'd like to use that hack and Wired1's hack at the same time, you'll need to reapply the code to the template which the hack uses which is USERCP_SHELL_ICONS rather than the stock VB one which is USERCP_SHELL.

KHALIK 05-01-2008 02:57 AM

any chance of a 3.7.0 release ?

I have upgraded by forum and lost this brilliant mod.

GameWizard 05-01-2008 03:32 AM

Quote:

Originally Posted by KHALIK (Post 1504102)
any chance of a 3.7.0 release ?

I have upgraded by forum and lost this brilliant mod.

I have 3.7 and it works fine. Reapply all the file edits, should work.

Wired1 05-01-2008 05:26 AM

Quote:

Originally Posted by GameWizard (Post 1503264)
It works fine when the profile field is located inside the "edit details" page, but as soon as I move it into the new page I created with your hack, it stops working completely. Any suggesstions? I really need this functionality.

Search the thread, you'd have to edit the search code, and even then, it may not work, at least not most of the time in pre-3.7.0. No idea what changes were made in 3.7.0.


Quote:

Originally Posted by Jase2 (Post 1503433)
Wired, the "Reset" button doesn't seem to work with the other fields when you have a menu selection drop down. It works with the menu, but not the other profile fields on the same page.

Don't quite understand what you mean.

GameWizard, do you see this same issue?

GameWizard 05-01-2008 12:02 PM

Quote:

Originally Posted by Wired1 (Post 1504177)
Search the thread, you'd have to edit the search code, and even then, it may not work, at least not most of the time in pre-3.7.0. No idea what changes were made in 3.7.0.

Could you post this code for me? I have looked through many of the pages without any luck of finding it. I have 3.7 installed, but will try it regardless.

Quote:

Originally Posted by Wired1 (Post 1504177)
Don't quite understand what you mean.

GameWizard, do you see this same issue?

I have a similar issue, but for me the "reset fields" button (beside the submit button) does not work at all, thats including the stock vb pages and the pages created with your hack, and all they contain is regular text multi-line text boxes. But this could very well be as a result of all the template modifications I've made, I'd have to play around with it a bit to know for sure.

GameWizard 05-02-2008 09:44 AM

Alright, I have gone through your thread and managed to dig this code up:
https://vborg.vbsupport.ru/showpost....&postcount=137

Basically it allows me to show ALL the custom profile fields, and they become searchable. HOWEVER, I have 2 hidden fields that are appearing, which is the issue that has been made aware of here:
https://vborg.vbsupport.ru/showpost....&postcount=215

The problem is, I don't understand what he means by 'a new query'. I have tried different code variations and it simply does not work. Basically what I have discovered is that if I use only Form = 6, it will ONLY display the ones I need appropriately, and if they are hidden, it won't display them. However, as soon as I use the "form = 0 or 6" it completely ignores the hidden fields and shows them all, even though the hidden ones are not functional.

Please let me know if there is a remedy for this situation as it's important for me.

====== UPDATE =======


[high]* GameWizard pats himself on back[/high] :)

I figured it out, it should be:
form = 0 OR form = 6 rather than form = 0 OR 6
*this has to be done on both entries inside memberlist.php - Tested on 3.7 Gold
The result is that it displays the correct custom profile fields on your advanced member list search and keeps the unsearchable fields hidden as it should. In addition, the functionality I originally asked for is also there, which allows for search custom fields on another page (created by this hack) to be found via url:

/memberlist.php?do=getall&field23=test123 - where as field23 is located on the new page i created with this hack (previously this feature wasn't working until i fixed it with my modification above)

I will post any other issues as I find them.

stemmy 05-02-2008 10:39 AM

Please can somebody help me. I had this hack installed on an old version of vb.

I upgraded to 3.7.0 and wanted to install this hack.

I have deleted as much as I can remember and followed the instructions. Deleted the plug-in etc.

I deleted the extra fields from the users profile field section. I then re added them as I wanted them to show in members profiles.

The problem I have is this. The details only show once in the usercp etc - and on their profiles.

My problem is that on registration they are asked the same question twice -see attached image ??

What do I have to do to get rid of the old section (The bottom section)

Please help as I don't want to confuse my new members before they have even registered.

I have no customized templates that would affect this as far as I can see.

Thanks in advance

Ted S 05-02-2008 04:26 PM

All is working in 3.7 with just one other code edit and a few template changes & conditionals... Once again, great addon... thanks!

Wired1 05-03-2008 05:35 AM

Quote:

Originally Posted by GameWizard (Post 1505587)
[high]* GameWizard pats himself on back[/high] :)

I figured it out, it should be:
form = 0 OR form = 6 rather than form = 0 OR 6
*this has to be done on both entries inside memberlist.php - Tested on 3.7 Gold
The result is that it displays the correct custom profile fields on your advanced member list search and keeps the unsearchable fields hidden as it should. In addition, the functionality I originally asked for is also there, which allows for search custom fields on another page (created by this hack) to be found via url:

/memberlist.php?do=getall&field23=test123 - where as field23 is located on the new page i created with this hack (previously this feature wasn't working until i fixed it with my modification above)

I will post any other issues as I find them.

Well, that explains why it never worked lol! Can't believe I missed that syntax problem! Got a link to the custom search working live?


Quote:

Originally Posted by stemmy (Post 1505623)
I deleted the extra fields from the users profile field section. I then re added them as I wanted them to show in members profiles.

The problem I have is this. The details only show once in the usercp etc - and on their profiles.

My problem is that on registration they are asked the same question twice -see attached image ??

What do I have to do to get rid of the old section (The bottom section)

WAIT. You DELETED the Profile Fields, then re-created them? WHY? This mod does NOT touch the Profile fields AT ALL. It just changes how they're displayed! Not sure what you did exactly, but if you're seeing fields multiple times when registering, then you have multiple repeating fields in the Profile Fields in the AdminCP.


Quote:

Originally Posted by Ted S (Post 1505904)
All is working in 3.7 with just one other code edit and a few template changes & conditionals... Once again, great addon... thanks!

Did you make a code change for 3.7.0 that was not in the current instructions? If so, what did you do, and why?



TO ALL: Anyone using this on 3.7.0, please PM me a link ASAP! I was going to test some stuff this weekend, but hell, if it works already, then that'll save me some time! :)

I will be putting out a new thread in the 3.7.x area here, and probably cleaning up the instructions and whatnot. Any and all suggestions are appreciated!

stemmy 05-03-2008 02:31 PM

Please can somebody help me with my problem.



Quote:

Originally Posted by stemmy (Post 1505623)
Please can somebody help me. I had this hack installed on an old version of vb.

I upgraded to 3.7.0 and wanted to install this hack.

I have deleted as much as I can remember and followed the instructions. Deleted the plug-in etc.

I deleted the extra fields from the users profile field section. I then re added them as I wanted them to show in members profiles.

The problem I have is this. The details only show once in the usercp etc - and on their profiles.

My problem is that on registration they are asked the same question twice -see attached image ??

What do I have to do to get rid of the old section (The bottom section)

Please help as I don't want to confuse my new members before they have even registered.

I have no customized templates that would affect this as far as I can see.

Thanks in advance


Ted S 05-03-2008 08:00 PM

Quote:

Originally Posted by Wired1 (Post 1506495)
Did you make a code change for 3.7.0 that was not in the current instructions? If so, what did you do, and why?

TO ALL: Anyone using this on 3.7.0, please PM me a link ASAP! I was going to test some stuff this weekend, but hell, if it works already, then that'll save me some time!!

To achive the functionality shown in the screenshots from my last post I had to make another code hack and a template change. I've sent over a PM with my how to although I think with some work you could make this hack even more extensible and really take advantage of the new userprofilefield categories.

Thanks for the great product again!

Wired1 05-03-2008 08:49 PM

Quote:

Originally Posted by stemmy (Post 1506924)
Please can somebody help me with my problem.

Read the post above, I answered you!

Jase2 05-04-2008 04:07 PM

I have this running on 3.7 Wired.

Site: www.techsupportteam.org

stemmy 05-04-2008 06:07 PM

Hi and sorry I didnt see your reply.

I havent got any user defined profile fields in admin cp now and yet I still see the radio buttons.

I simply cant get rid of them.


Quote:

Originally Posted by Wired1 (Post 1507296)
Read the post above, I answered you!


Wired1 05-05-2008 02:20 AM

Quote:

Originally Posted by stemmy (Post 1508365)
Hi and sorry I didnt see your reply.

I havent got any user defined profile fields in admin cp now and yet I still see the radio buttons.

I simply cant get rid of them.

You need to follow all of the instructions. Sounds like you didn't edit the PHP files, and that leads to fields not being shown in the AdminCP, because they are in a category not in the PHP files.

MarkoXaser 05-06-2008 06:38 AM

for 3.7.0 is compatible this mod?

Wired1 05-06-2008 07:32 AM

Have you read any posts in this thread, or the description at the top?

MarkoXaser 05-06-2008 08:08 AM

yes but is impossible!!!! the mod works fine with 3.7.0 beta 4, now i have upgraded to 7.0 and is impossible to save the hardware profile....

why? you don't offer any support for this mod on the 3.7.0?

Wired1 05-06-2008 08:37 AM

Well, this isn't a 3.7.0 mod, so no, I can't support it for 3.7.0.

Tom_S 05-06-2008 08:44 AM

I have 3.7.0 Gold and it is working just fine.

g9g6.com 05-06-2008 10:14 AM

Thanks

alluidh 05-06-2008 02:00 PM

Quote:

Originally Posted by Wired1 (Post 1510189)
Well, this isn't a 3.7.0 mod, so no, I can't support it for 3.7.0.

Are you able to build this as a 3.7.0 mod? I'd like this hack very much in my 3.6.X and I want use it in 3.7.0 for the next time ... (with the postbit-AddOn)

Thanks for answer

MarkoXaser 05-06-2008 02:13 PM

Quote:

Originally Posted by Tom_S (Post 1510193)
I have 3.7.0 Gold and it is working just fine.

you don't have this error????......... :mad:

Ted S 05-07-2008 01:10 AM

Quote:

Originally Posted by MarkoXaser (Post 1510486)
you don't have this error????......... :mad:

Nope. No errors with 3.7. Took a few changes to make it appear how I wanted however but I'm sure an update will be out just as soon as the programmer has time to make it. Please remember, this is a free addon, upgrades sometimes take a backseat to life.

Wired1 05-07-2008 01:22 AM

Quote:

Originally Posted by g9g6.com (Post 1510238)
Thanks

Please hit INSTALL!


Quote:

Originally Posted by alluidh (Post 1510459)
Are you able to build this as a 3.7.0 mod? I'd like this hack very much in my 3.6.X and I want use it in 3.7.0 for the next time ... (with the postbit-AddOn)

Already in the works.


Quote:

Originally Posted by Ted S (Post 1511142)
Please remember, this is a free addon, upgrades sometimes take a backseat to life.

Exactamundo :)

Tom_S 05-07-2008 02:40 AM

Quote:

Originally Posted by MarkoXaser (Post 1510486)
you don't have this error????......... :mad:

No. I have no errors.

alluidh 05-07-2008 05:35 AM

Quote:

Originally Posted by Wired1 (Post 1511155)
Already in the works.

I'll keep my fingers crossed. :D

Dave-M 05-11-2008 05:43 PM

Would anyone like to reveal what they did to get this working on 3.7.0 please?

:)

Edit: Sorry, its the dropdown thing I want to know about, I will post in the other thread :)

Wired1 05-12-2008 01:32 AM

Just as a quick update:

I'm working on the dropdown mod ATM, and it's looking like it may have NO edits necessary. So, the same may be possible for this mod. Looks like a lot of hooks were added.

ATM though, it's either leave some edits in, and remove the SQL query, or keep the SQL query in, and remove some manual edits. I'm going the 2nd route, as if Jelsoft listens to the modders, and makes a tweak, then the SQL query will no longer be necessary.

Conner85 05-14-2008 10:29 AM

Any news on the 3.7 in the last 2 days? I'm waiting to open my forum until this is updated because I run a site for bands and fans that require different profile fields. No rush.. just waiting.

Wired1 05-14-2008 02:12 PM

Any comment on my last post?

Conner85 05-14-2008 04:57 PM

I'd say go for the 2nd option, or whichever is easier. Sorry about that. I didn't know you were looking for any input from us.

viper357 05-14-2008 05:05 PM

From my side I would be happy just to have the drop down box in the postbit_legacy, I'm not too concerned about the info being on the members profile page.

Wired1 05-15-2008 12:00 AM

Hopefully I'll have the 3.7.x version done this weekend. Technically it's no longer needed, as the dropdown mod is a full product now (no manual edits, yay!) and doesn't rely on any of the edits from it. Yes, the dropdown product is done, just gotta double check it, clean up some stuff, but it's fully functional.


All times are GMT. The time now is 08:58 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.01580 seconds
  • Memory Usage 1,849KB
  • 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
  • (23)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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