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
User Comments
Add a Comment
Sharing is good. If you have a comment about this entry, please feel free to share. The comments might be reviewed by our staff, and may require approval before being posted. Questions posted will not be answered. Please submit a Ticket for support requests.
Image Verification Required
Please enter the characters that appear to the right in the space provided. This is just to verify that you are a human.
Fullname:
Email: (Optional)
Comments:
Back
Login
[Lost Password]
Email:
Password:
Remember Me:
Search
-- Entire Support Site --
Knowledgebase
Downloads
Article Options
Add Comment
Print Article
PDF Version
Email Article
Add to Favorites
Home
|
Register
|
Submit a Ticket
|
Knowledgebase
|
Downloads
Language:
English (U.S.)