Thread subject: muscapaul's PHP-Fusion website :: Extended Profile v2.xx

Posted by muscapaul on 12-01-2008 04:01
#1

Actually, the bug is in IE period. My own site even has it but I never realised that it might be browser dependent and, like a good boy, I never really use IE. ;)


Notice: Undefined index: post_edituser in /home/muscapal/public_html/print.php on line 114
Edited by muscapaul on 12-01-2008 04:05

Posted by muscapaul on 12-01-2008 23:12
#2

Found the problem and solved it. Update will follow soon.

For those who are deparate, there is the attachment. It will be removed when the package is updated.


Notice: Undefined index: post_edituser in /home/muscapal/public_html/print.php on line 114
Edited by muscapaul on 13-01-2008 01:22

Posted by DOOM on 13-01-2008 01:34
#3

these are the ones i have.

Code

Clanmember Panel 1.2.0 RedDragon

Event Calendar 0.7.0 Artur Wiebe

Extended Profile 2.17 Initial idea by Ronald Iwema (v5.00),
                                this version by muscapaul (v6.01.xx)

Forum Polls 1.23 xandra

Forum Rank System 1.00 weedorbeat (5.01), mistermartin75 

Fusion Arcade 5.2 AusiMods Supported Starglowone 

Users by Profile Attribute Panel 0.10 muscapaul

ZWar - Warscript 1.5 Zezoar - 1.5 modified by Elactos



Posted by DOOM on 13-01-2008 01:40
#4

i see what you mean it will show the other fields in opera also. side by side

Posted by muscapaul on 13-01-2008 04:17
#5

Download the version in attached two posts above and I think it should be right.

Posted by muscapaul on 14-01-2008 17:59
#6

New version: v2.19

Changes:
- Bug corrected: In some browsers Extended Profile fields after the first one did not show in the infusion's admin panel.
- Code updated to comply with both HTML 4.01 Transitional and XHTML 1.01 Transitional standards.
- Query code optimised and adapted to PHP-Fusion standards in ../includes/edit_profile.php, ../includes/edit_profile_admin.php and ../includes/profile.php.

Updating from version 2.18 can be done by just copying the contents of the php-files/ folder over the existing ones.

DOWNLOAD (last version: 06.02.2008)


Notice: Undefined index: post_edituser in /home/muscapal/public_html/print.php on line 114
Edited by muscapaul on 07-02-2008 17:00

Posted by Plukky9 on 19-01-2008 16:56
#7

If I defuse the infusion, will de new fields stay?

Posted by muscapaul on 19-01-2008 20:34
#8

Nope. If you want to keep the fields to add them again at a later date, you'll need to make a backup using the admin panel. Just add the fields starting with _extended_profile_.

Posted by Plukky9 on 20-01-2008 15:27
#9

ok thanks

Posted by ingale on 28-01-2008 01:39
#10

I just installed this infusion and I did the file alterations manually. I seem to be having the same bud you described in v2.18, where I add new profile fields, but only the first field shows up in the infusion admin panel.

Also, none of the new fields show when I go to the 'edit user' panel.

I'm using IE7. I also double-checked that I did the file alterations correctly.

Any ideas?

Thanks!

Posted by muscapaul on 28-01-2008 12:46
#11

I'll check.

Posted by oscarr on 06-02-2008 22:12
#12

EP 2.19 is not working on my site. there is problem with display of defined fields (in Profile View and in Edit window). I see only two bars.
EP 2.18 is working well.

Posted by muscapaul on 07-02-2008 00:39
#13

What browser are you using?

Posted by muscapaul on 07-02-2008 17:04
#14

Apparently a cock-up on my side of not updating one of the files correctly in the download package. I updated the download linked to in the PPOST ABOVE. So. if your download was the package with the date 14.01.2008 in the file name, then please download again. You only need to re-upload the file ../infusions/extended_profile/extended_profile_admin.php.

BTW: The only people that probably experienced the error were the ones using IE7.

Posted by Miras on 10-02-2008 03:25
#15

Hi Paul

I think that you have the mistake in files ROOT/infusions/extended_profile/includes/edit_profile.php and ROOT/infusions/extended_profile/includes/edit_profile_admin.php. The DB query will always return 0 rows for new user. Therefore, you will be never able to add the value for new fields. It is in v2.19.

Miras

Posted by muscapaul on 10-02-2008 04:18
#16

I'll check.

Posted by muscapaul on 10-02-2008 14:16
#17

When editing your profile as superadmin the problem is not visible, oddly enough. I'll see what's up.

Posted by berto1 on 11-02-2008 03:01
#18

Hello,
2.19 doesn't work. I'm using 2.18 which works quite fine except PA/infusions when I see only one field and I can't change order.
I have two additional questions:

1. Is it possible to add drop down list and not only text boxes? (It would be good to have in this list generated from DB.
2. How to make those fields necessary in register formular?

Posted by muscapaul on 11-02-2008 03:55
#19

I found several erros in v2.19. I will make the necessary changes to v2.18 to get it working with the right display in IE v7 and go over all the code changes I made for v2.19 again. Something definitely is not right there. Sorry for the trouble I might have caused anyone.

I disable the download.


Dropdrown lists have not been incorporated. That means adding a whole new part to the admin section and I'd rather wait till I know what the whole profile part of PHP-Fusion v7 will look like.
Adding fiels in the register form only works when members are added to the database directly. That is also the case for usual member registrations, where profile fields can only be edited after registration is complete. Normally only username, password and email address are available on registration and these are not stored in the database becuase there is no user id number. Only after acivation the user id is asigned and only then it would be possible to add data for the extended profile. I don't hink that the coding effort will be wordth my while to do it for those very few sites that have no member activation at all.


Notice: Undefined index: post_edituser in /home/muscapal/public_html/print.php on line 114
Edited by muscapaul on 11-02-2008 03:57

Posted by muscapaul on 11-02-2008 17:43
#20

New version: v2.20

Changes:
- Optimisation query code in ../includes/edit_profile.php, ../includes/edit_profile_admin.php, ../includes/profile.php and ../includes/profile_admin.php was REVOKED.

Updating from version 2.18/2.19 can be done by just copying the contents of the php-files/ folder over the existing ones.

DOWNLOAD (last version: 01.04.2008)
Updates after initial release:
Addition of Turkish and Polish locales.
First lines of ../infusion.php and ../extended_profile_admin.php changed from <? to <?php


Notice: Undefined index: post_edituser in /home/muscapal/public_html/print.php on line 114
Edited by muscapaul on 01-04-2008 19:04