Quote:
Originally Posted by Merjawy
I didn't change that.. what I put there is what is in your hack.. and that line is there
all custom field I added are the same as in your install file..
but in my reply before you.. that line is in your install.html for the DC applates, it says profil and I didn't know if that was a mistake or not.. ofcourse I used whatever in your install.html as it is. I just noticed that vairiable and wanted to ask you about it
as for the icons, yes I see all chaticons in usercp

|
Hello Merjawy,
this is correct. It has to be $profil. I used german variable names. This is the definition of this variable:
PHP Code:
if ( !$homepage || $homepage == "http://") {
$profil="$vboptions[bburl]/member.php?s=&action=getinfo&userid=$bbuserinfo[userid]";
}
else
{
$profil=$homepage;
}
What it does ? It checks if your homepage entry field is empty or if the field has "http://" in there. If yes, then it will link all users to your forum profile. If it is not empty it will link all users to your defined homepage from your forum profile homepage. This should be correct and should work.
Question: What version of DigiChat are you using ? What is the URL of your board so i can have a look please ?
Cheers,