March 29 2024 11:32:39
Navigation
· Home
· Articles
· Downloads
· FAQ
· Discussion Forum
· News Categories
· Contact Me
· Search
Demos
· Glossary
Users Online
· Guests Online: 1

· Members Online: 0

· Total Members: 1,892
· Newest Member: skalsted
Last Seen Users
· muscapaul 6 days
· Unforgiven 8 weeks
· Wheeler11 weeks
· batbaru116 weeks
· MM97 weeks
· Zippo119 weeks
· hyperkolyok121 weeks
· Wivern174 weeks
· Sinders293 weeks
· Froberg337 weeks
Support sites
Fusion Sites
PHP-Fusion
View Thread
 Print Thread
Extended Profile v3.XX
muscapaul
Maybe it is an issue with nested tables inside opentable.
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
Pieka
Polish locale attached (iso/utf-8).
Pieka attached the following file:
polish_locale_iso-utf8_3.zip
Edited by Pieka on 13-09-2008 00:25
 
muscapaul
Added to download.
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
Harly
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:
Download source  Code
// other
$locale['xpf300'] = "Ikke defineret";
// temporary language
$locale['xpf999'] = "Ekstra information";




But this is how it should be written (corrections in blue):
Download source  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!
Best regards, Harly.
 
http://php-fusion.openworld.dk/
gnckampus
hi musca this version fusionBoard 4.0 ?
campus student platform
 
http://www.gnckampus.com
muscapaul
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.
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
gnckampus
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 Wink
campus student platform
 
http://www.gnckampus.com
oKawa
Hi,
I have installed v7.00-Misc-Extended_Profile-v3.03, and I just noticed that it's not saving.

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

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
oKawa
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.
 
muscapaul
Make certain you copied all the modded files. In this case usually it means that ../includes/update_profile_include.php is not updated.
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
oKawa
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! Smile
 
helmuth
revised Danish locale attached (thx Harly) ;)

EDIT
thx Paul ;)
helmuth attached the following file:
danish_16.zip
Edited by helmuth on 01-10-2008 16:24
 
http://helmuth.dk/
muscapaul
You can attach it now. Wink
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
helmuth
Done (#33)
 
http://helmuth.dk/
Frankenstein
1. Quotes are displayed with a backslashes (see attachment).
2. And how it works with a FusionBoard?
Frankenstein attached the following image:


[4.53kB]
 
muscapaul
1. I'll need to attend to that.
2. I have no idea as I don't use the FusionBoard.
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
gnckampus
hi muscapaul,
fusionboard all the fusion users..New version please.

bad english sorry Pfft
campus student platform
 
http://www.gnckampus.com
muscapaul
I don't do anything with FusionBoard, so what do you want me to do?
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
muscapaul
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:
Download source  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)
Edited by muscapaul on 16-12-2009 05:11
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
Jump to Forum:
Donate
Please help to make
muscapaul.com
possible and enable
further improvements!
Login
Username

Password



Forgotten your password?
Request a new one here.
Temporary email addresses
Please note: While activating new accounts I usually check them out. If I notice an account registered with a temporary email address it will be deleted.
Newsletter
Newsletters are for registered members only.
Shoutbox
You must login to post a message.

01/12/2021 16:45
Szép napot

13/06/2021 07:01
I found this site again!

21/04/2020 18:32
Barely...

11/11/2013 00:48
Cool! This site is still around!

18/10/2013 20:28
hey! Smile

25/06/2011 01:40
My name is Andreo, I'm new member Smile

25/06/2011 01:39
Hello Muscapaul, is there anyone here ?

13/09/2010 01:02
nice mod thanks Smile

10/07/2010 15:01
Paul, hows thing?

07/07/2010 03:47
Who becomes the world champion on football? We wil

Render time: 0.13 seconds 9,149,842 unique visits