Quote:
Originally Posted by Zachariah
- as a guest there is only 1 image
- loged in all the images are there w/o a problem?
|
Ok, it looks like a common problem?
Quote:
Originally Posted by Zachariah
Did you make the file edits to the cmps_index.php (or whatever its called now) ?.
|
Here is the tail of index.php:
PHP Code:
// ============================================
// No Further Editing Necessary!
// ============================================
//$phrasegroups = array('adv_gallery');
//$globaltemplates = array();
//$actiontemplates = array();
//$specialtemplates = array('adv_gallery_opt','gallery_c_cache','gallery _ugroups');
$phrasegroups = array('adv_gallery');
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array('gallery_c_cache','adv_gallery_opt','gallery_ugroups');
require_once('./global.php');
print_portal_output($home);
?>
Quote:
Originally Posted by Zachariah
Did you know there are some logout issues you also have with your forums?
- "An error occurred while attempting to log you out"
- on a quick vb.com search this is from a problem in the navbar template.
|
Eeeeek :surprised: will investigate, thanks Chris.