Hello there,
I was just working on a customised installation of miniBB RC4 and found that when I change the array in setup_options.php to match my DB structure the show email is not working corectly. I have tried this several times and can't find any other reason why this is nog working other than it being a bug.
If someone can please check this and let me know would be great
Thanks and regards,
Denre
This is the array as used by me:
$dbUserSheme=array( 'username'=>array(1,'login','login'), 'user_password'=>array(3,'password','passwd'), 'user_email'=>array(4,'email','email'), 'user_icq'=>array(5,'photo','icq'), 'user_website'=>array(6,'user_website','website'), 'user_occ'=>array(7,'name','occupation'), 'user_from'=>array(8,'location','from'), 'user_interest'=>array(9,'about','interest'), 'user_viewemail'=>array(10,'hide_email','user_viewemail'), 'user_sorttopics'=>array(11,'user_sorttopics','user_sorttopics'), 'language'=>array(14,'language','language'), 'num_topics'=>array(16,'num_topics',''), 'num_posts'=>array(17,'num_posts',''), 'user_custom1'=>array(18,'zex','user_custom1'), 'user_custom2'=>array(19,'age','user_custom2'), 'user_custom3'=>array(20,'avatar','user_custom3') ); $dbUserId='id'; $dbUserDate='joined'; $dbUserDateKey=2; $dbUserAct='activity'; $dbUserNp='user_newpasswd'; $dbUserNk='user_newpwdkey'; |