| Re: Extended Profiles Module: Is there a better way? |
| by draj on 2005/12/28 14:24:50 Hi! Here is how I solved the problem without big headaches: Change the property of the column pm_link from xoops_users_profile into VARCHAR (255) and enter the link as default! You may have to use the language that fits within 255 characters. Not a decent solution, but works until some new code comes out. |
| Re: Extended Profiles Module: Is there a better way? |
| by draj on 2005/12/28 13:15:54 Hallo! How do I change the code so that it can import? $pm_link = "<a href='javascript:openWithSelfMain('{X_URL}/modules/pm/pmlite.php?send2=1&to_userid={X_UID}', 'pmlite', 550, 450);' title='Eine Nachricht schreiben an {X_UNAME}'><img src='{X_URL}/modules/pm/images/pm.gif' alt='Eine Nachricht schreiben an {X_UNAME}' ></a>"; |
| Extended Profiles Module: Is there a better way? |
| by draj on 2005/12/28 12:20:26 Hallo! In the Field pm_link from xoops_user_profile there exists a following link: <a href="javascript:openWithSelfMain('{X_URL}/modules/pm/pmlite.php?send2=1&to_userid={X_UID}', 'pmlite', 550, 450);" title="Eine Nachricht schreiben an {X_UNAME}"><img src="{X_URL}/modules/pm/images/pm.gif" alt="Eine Nachricht schreiben an {X_UNAME}" /></a> I fail to gulp this! This link is a data space generater which does nothing much! Is'nt there a better way to do this? I am doing import of users and should possibily do an import of this as default. Thats why! |