Thread subject: muscapaul's PHP-Fusion website :: Extended Profile v3.XX

Posted by muscapaul on 15-08-2008 18:46
#1

Maybe it is an issue with nested tables inside opentable.

Posted by Pieka on 13-09-2008 00:25
#2

Polish locale attached (iso/utf-8).


Notice: Undefined index: post_edituser in /home/muscapal/public_html/print.php on line 114
Edited by Pieka on 13-09-2008 00:25

Posted by muscapaul on 18-09-2008 13:01
#3

Added to download.

Posted by Harly on 27-09-2008 15:10
#4

Hi muscapaul!

Just to let you, and the danish users, know:
In the danish local, in the infusion "Extended_Profile-v3.03", there is a typingerror!
This is how it's written:
Code
// other
$locale['xpf300'] = "Ikke defineret";
// temporary language
$locale['xpf999'] = "Ekstra information";




But this is how it should be written (corrections in blue):
Code
// other
$locale['xpf_300'] = "Ikke defineret";
// temporary language
$locale['xpf_999'] = "Ekstra information";




I wondered why the text over the additional information was missing, so I looked it up. Now it works fine, with these corrections!

By the way: Very nice infusion/mod!

Posted by gnckampus on 27-09-2008 16:35
#5

hi musca this version fusionBoard 4.0 ?

Posted by muscapaul on 27-09-2008 17:06
#6

I will correct the errors sometime tomorrow or the day after tomorrow.
And the extended profile is not integrated with fusionBoard. You will have to do that yourself.

Posted by gnckampus on 27-09-2008 17:12
#7

no no..

/public_html/infusions/fusionboard4/usercp.php open file.

search .
include LOCALE.LOCALESET."user_fields.php";

add after.
@include INFUSIONS."extended_profile/includes/edit_profile.php";

ok finish ;)

Posted by oKawa on 01-10-2008 00:03
#8

Hi,
I have installed v7.00-Misc-Extended_Profile-v3.03, and I just noticed that it's not saving.

Any suggestions?

Posted by muscapaul on 01-10-2008 00:10
#9

When is it not saving? When you create new fields or when enter data into these fields while you edit a profile?

Posted by oKawa on 01-10-2008 00:20
#10

muscapaul wrote:
When is it not saving? When you create new fields or when enter data into these fields while you edit a profile?


When I input data in the edit profile it's not saving. The other edit profile stuff is saving, just not the extended profile.

I looked at my other sites, and all of them are working, just not this one site.

Posted by muscapaul on 01-10-2008 00:49
#11

Make certain you copied all the modded files. In this case usually it means that ../includes/update_profile_include.php is not updated.

Posted by oKawa on 01-10-2008 00:58
#12

muscapaul wrote:
Make certain you copied all the modded files. In this case usually it means that ../includes/update_profile_include.php is not updated.


Thanks! :)

Posted by helmuth on 01-10-2008 14:12
#13

revised Danish locale attached (thx Harly) ;)

EDIT
thx Paul ;)


Notice: Undefined index: post_edituser in /home/muscapal/public_html/print.php on line 114
Edited by helmuth on 01-10-2008 16:24

Posted by muscapaul on 01-10-2008 16:01
#14

You can attach it now. ;)

Posted by helmuth on 01-10-2008 16:25
#15

Done (#33)

Posted by Frankenstein on 19-11-2008 00:49
#16

1. Quotes are displayed with a backslashes (see attachment).
2. And how it works with a FusionBoard?

Posted by muscapaul on 19-11-2008 01:30
#17

1. I'll need to attend to that.
2. I have no idea as I don't use the FusionBoard.

Posted by gnckampus on 25-12-2008 20:11
#18

hi muscapaul,
fusionboard all the fusion users..New version please.

bad english sorry :P

Posted by muscapaul on 05-01-2009 17:35
#19

I don't do anything with FusionBoard, so what do you want me to do?

Posted by muscapaul on 16-12-2009 05:05
#20

New version: v3.04

Remark:
Don't forget to read the first post in the thread for updating from v2.xx and additional information.

Update from v3.03:
Upload the modified files mentioned under the changes below. Next upload the infusion.php file and update the infusion in Admin Panel -> System Admin -> Infusions. Please note that you need to modify core files you are to upload manually following the instructions in the read-me file if you modified a core file for other reasons.

Changes in v3.04:
- Modified core files ../profile.php, ../administration/members.php, ../administration/updateuser.php and ..includes/update_profile_include.php updated to PHP-Fusion v7.00.06.
- Error fixed: Upgrade script was faulty for updating the admin rights in the admin table. If you experience any problems related to admin rights, please run the code as given in the forum on http://www.muscapaul.com/forum/viewthread.php?thread_id=38.

If you are currently using v3.00 or v3.01, you may eventually run into a problem because of an incorrect setting in the admin table. Previewing the code below in a Custom Page should correct it:
Code
<?php
$result = dbquery ("UPDATE ".DB_ADMIN." SET admin_rights = 'TER' WHERE admin_link='../infusions/terms/terms_admin.php'");
?>



v3.02 and v3.03 can simply be updated by overwriting the existing files and running the infussion upgrade in Admin Panel -> System Admin -> Infusions.

DOWNLOAD (last version: 15.12.2009)


Notice: Undefined index: post_edituser in /home/muscapal/public_html/print.php on line 114
Edited by muscapaul on 16-12-2009 05:11