Thread subject: muscapaul's PHP-Fusion website :: Extended Profile v2.xx
#1
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 :(
In the old version you also could set how many characters there should be.
Can you please help me?
Sorry for my english
#2
I am not quite certain what you mean... Can you illustrate using screenshots?
#3
I can try :)
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 :(
I hope you understand :)
http://img504.ima...filto5.png
http://img504.ima...minxu8.png
#4
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.
#5
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. :D
#7
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)
Notice: Undefined index: post_edituser in
/home/muscapal/public_html/print.php on line
114
Edited by
muscapaul on 17-08-2007 19:00
#8
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 ?
Notice: Undefined index: post_edituser in
/home/muscapal/public_html/print.php on line
114
Edited by
Smokeman on 17-08-2007 14:47
#9
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.
#10
Hi again.
Now it works fine! B)
Great infusion btw - thumbs up!
#11
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
Notice: Undefined index: post_edituser in
/home/muscapal/public_html/print.php on line
114
Edited by
Smokeman on 18-08-2007 02:42
#12
I could probably put stripslashes() in. I will look into it next week or so.
#14
this should do it: extract and upload to the appropriate folder on the server. I will soon update the full package.
#16
heyy turkish character isn't becoming ? "ş??şğı-Ş??ŞĞİ" Do you look at pls. ;)
#18
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)
Posted by
Aszcoy on 30-09-2007 09:59
#19
Thank you very much! :)