Quote:
Originally posted by Guidster
Ok, I got through the install process and all of the templates are listed and I have the config stuf in the admin CP. However, try as I might, I do NOT have anything in the forums. After reading the thread, I have checked and rechecked the index.php file and I have the last biut of code ABOVE the get template--forum home line. The file permissions on the shoutbox_config.php is 777. Any ideas out there???
As a picture is worth 10,000 words, I have attached the index.php file.....Thanks
|
:angry: Have you seen your templaset variable ??????
Quote:
$templatesused='forumhome_birthdaybit,error_noperm ission,forumhome_pmloggedin,forumhome_welcometext, forumhome_logoutcode,forumhome_newposts,forumhome_ todayposts,forumhome_logincode,forumhome_loggedinu ser,forumhome_loggedinusers,forumhome_lastpostby,f orumhome_moderator,forumhome_forumbit_level1_nopos t,forumhome_forumbit_level1_post,forumhome_forumbi t_level2_nopost,forumhome_forumbit_level2_post,for umhome,forumhome_unregmessage';
// ##################################### shoutbox par p0s3id0n
$templatesused .= ',shoutbox,shoutbox_bit,shoutbox_bit_me,shoutbox_b it_vide,shoutbox_chat,shoutbox_fermee,shoutbox_fra me,shoutbox_popup_smilbox,shoutbox_popup_smilboxbi ts,shoutbox_saisie,shoutbox_vbcodes';
require("./admin/shoutbox_config.php");
// ##################################### shoutbox par p0s3id0n
|
Replace it by
Quote:
$templatesused='forumhome_birthdaybit,error_noperm ission,forumhome_pmloggedin,forumhome_welcometext, forumhome_logoutcode,forumhome_newposts,forumhome_ todayposts,forumhome_logincode,forumhome_loggedinu ser,forumhome_loggedinusers,forumhome_lastpostby,f orumhome_moderator,forumhome_forumbit_level1_nopos t,forumhome_forumbit_level1_post,forumhome_forumbi t_level2_nopost,forumhome_forumbit_level2_post,for umhome,forumhome_unregmessage,shoutbox,shoutbox_bi t,shoutbox_bit_me,shoutbox_bit_vide,shoutbox_chat, shoutbox_fermee,shoutbox_frame,shoutbox_popup_smil box,shoutbox_popup_smilboxbits,shoutbox_saisie,sho utbox_vbcodes';
require("./admin/shoutbox_config.php");
// ##################################### shoutbox par p0s3id0n
|
It would be better, i didn't look if you commit other mistakes ..
|