Quote:
Originally Posted by NeutralizeR
|
Hum, I'll check that out for the next version buddy. But I don't have this problem at home on IE7 or IE6. With which version of IE did you encountered that ?
Quote:
Originally Posted by ragtek
yes mysqli
|
Hum I don't really know mysqli unfortunately. You encountered that problem with the installation of the bitfield product or the chatbox product ?
To try to solve this problem, could you remove the $db->hide_errors(); and $db->show_errors(); from the product files and do the import.
Then tell me if it shows any new error ?
Quote:
Originally Posted by NeutralizeR
How to call a custom user profile field in the chatbox template?
HTML Code:
<img src="$stylevar[imgdir_misc]/$post[field8].gif" alt="$post[field8]" />
<img src="$stylevar[imgdir_misc]/$userinfo[field8].gif" alt="$userinfo[field8]" />
These didn't work.
|
The userinfo is not an available variable in the templates

You must use the $bbuserinfo variable instead, so it would be for you: $bbuserinfo[field8].