21 Nov 2009 
Support Center » Knowledgebase » Cannot add infobox in creloaded 6.3 store admin
 Cannot add infobox in creloaded 6.3 store admin
Solution CRE loaded 6.3 has a bug that does not display template specific infoboxes unless they have corresponding files in the default boxes directory. If you add a custom infobox to the admin infobox configuration, it appears that it does not get added to the list. To correct the issue, you need to edit the admin/infobox_configuration.php file. Search for the following line:

if (!file_exists(DIR_FS_TEMPLATES."/default/boxes/".$configuration['infobox_file_name'])) {
continue;
}

REPLACE with :

if (!file_exists(DIR_FS_TEMPLATES."/default/boxes/".$configuration['infobox_file_name'])) {
// continue;
}



Article Details
Article ID: 60
Created On: 30 Apr 2009 01:49 AM

 This answer was helpful  This answer was not helpful

 Back
 Login [Lost Password] 
Email:
Password:
Remember Me:
 
 Search
 Article Options
Home | Register | Submit a Ticket | Knowledgebase | Downloads
Language: