March 28 2024 15:42:31
Navigation
· Home
· Articles
· Downloads
· FAQ
· Discussion Forum
· News Categories
· Contact Me
· Search
Demos
· Glossary
Users Online
· Guests Online: 4

· Members Online: 0

· Total Members: 1,892
· Newest Member: skalsted
Last Seen Users
· muscapaul 5 days
· Unforgiven 8 weeks
· Wheeler10 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 v2.xx
Diabelez
After I have downloaded the newest update (v2,13) there is no "boxes" in edit_profile, only fields. In the old version you could chose between fields or boxes (lige the signature box). I can not do that anymore Sad
In the old version you also could set how many characters there should be.
Can you please help me?

Sorry for my english
 
muscapaul
I am not quite certain what you mean... Can you illustrate using screenshots?
Paul

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

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
Diabelez
I can try Smile
I want a box, where you can write a little about yourself or your tattoos. A box like the signature-box and not a field like the four fields above the signatur-box (See first picture)

In the old version, i could set how many characters people should be able to write (Second picture). I can not do that anymore Sad

I hope you understand Smile

http://img504.ima...filto5.png
http://img504.ima...minxu8.png
 
muscapaul
In that respect nothing has changed. The second picture depicts the old situation and the new situation. You cannot set the number of characters, but you can set the position. There is no reason why you should not be able to write some more about yourself. The only thing is that you have a small field to enter the data, but all data should be printed on the profile page. You cannot use html code, though. See for example: http://www.dipter...p?lookup=1.
Paul

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

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
muscapaul
luxperpetua wrote:
It would be really nice to be able to get a report based on the new fields you've added - like, to be able to see a list of users sorted by the extended profile fields.

Would it be terribly hard to do something like that?


I have got this sorted for the most part. It will be a page with three drop-down menus at the top. The first giving a number of regular profile fields (like email address, msn, icq, etc.) and the fields listed in the extended profile. The second gives the choice on which to sort (profile property, user id or user name). The third gives the option to sort ascending or desceding. A few of the regular fields are admin only (like user theme, ip). I only have to make certain that members who ticked to 'hide email' box will not be shown in the list.

The list will come as a folder in the infusions folder. I have not yet decided whether I will include an infusion file which will automatically add the link to the navigation panel. That would be the only reason to create the infusion file because no new database table or fields are created for this panel. Any feedback on this is welcome.

Please note that it will be possible to use the panel even if the Extended Profile infusion is not used. Grin
Paul

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

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
muscapaul
Item posted here: http://www.muscap...read_id=14.
Paul

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

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
muscapaul
I discovered an old bug that was corrected in a branched of version by colgate but was still present in the version that was available from this site (field order was not saved when a field was edited). It is now fixed. In addition I have corrected a few code errors that did not influence the way the infusion worked but were errors nonetheless. Finally, I changed the locale files a little to prevent undue stretching of the table with infusions on administration/infusions.php and updated the version number in infusion.php.

Updating from previous versions can be done by just copying the contents of the php-files/infusions/extended_profile folder over the existing one.

DOWNLOAD (last version: 17.08.2007)
Edited by muscapaul on 17-08-2007 19:00
Paul

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

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
Smokeman
Hi - does this infusion work with v6.01.11 ?

I have installed it but get the following fail when i click on the icon in administration/infusions:

Warning: main(BASEDIRfooter.php): failed to open stream: No such file or directory in C:\WM\www\infusions\extended_profile\extended_profile_admin.php on line 215

Warning: main(BASEDIRfooter.php): failed to open stream: No such file or directory in C:\WM\www\infusions\extended_profile\extended_profile_admin.php on line 215

Warning: main(): Failed opening 'BASEDIRfooter.php' for inclusion (include_path='.;c:\php4\pear') in C:\WM\www\infusions\extended_profile\extended_profile_admin.php on line 215


Line 215 said:
include BASEDIR."footer.php";


Any solution to this - or does it not work with newest ver. PHP-F ?
Edited by Smokeman on 17-08-2007 14:47
 
http://www.phpfusion-tips.dk/
muscapaul
Oops! Silly mistake when I updated the file header. Please, download it again and replace extended_profile_admin.php in the infusions/extended_profile folder. No need to take any other actions. Should work then.
Paul

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

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
Smokeman
Hi again.

Now it works fine! Cool

Great infusion btw - thumbs up!
 
http://www.phpfusion-tips.dk/
Smokeman
I just discovered that I can't use the characters " or ' in the fields when I edit my profile. Any solutions to this problem?

Eks.: When I will write that I have a 21" TV - then if I save the profile, it will look like this instead: 21\" and not 21"

Not ok
Ok
Edited by Smokeman on 18-08-2007 02:42
 
http://www.phpfusion-tips.dk/
muscapaul
I could probably put stripslashes() in. I will look into it next week or so.
Paul

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

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
Smokeman
Ok I will wait so Wink
 
http://www.phpfusion-tips.dk/
muscapaul
this should do it: extract and upload to the appropriate folder on the server. I will soon update the full package.
muscapaul attached the following file:
extended_profile_prelim_update.zip
Paul

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

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
Smokeman
Thanks! Pfft
 
http://www.phpfusion-tips.dk/
gnckampus
heyy turkish character isn't becoming ? "ş??şğı-Ş??ŞĞİ" Do you look at pls. Wink
 
http://www.gnckampus.com
gnckampus
hi buddys turkish pack v.2.15 update versiyon Wink
download link: http://rapidshare...h.rar.html
Phpfusion Turkey team: http://www.phpfus...

nice Wink
Edited by gnckampus on 29-08-2007 19:43
 
http://www.gnckampus.com
muscapaul
Changes:
- All special characters are now displayed properly in the Extended Profile fields and escape slashes are striped. (It may not work on sites with PHP versions before 4.3.0.)
(Note: The Turkish support site also distributed a v2.15 that should display all Turkish special characters properly. The full version here displays ALL special characters and strips slashes.)
- Turkish locale file added.

Updating from previous versions can be done by just copying the contents of the php-files/infusions/extended_profile folder over the existing one.

DOWNLOAD (last version: 27.09.2007)
Paul

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

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
Aszcoy
Thank you very much! Smile
 
muscapaul
You're welcome. Wink
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.14 seconds 9,147,700 unique visits