pain wrote:Oh btw, description and keywords were added in Settings > SEO some while ago.
addk2:
Could you please describe your issue again, not sure what's going on but im 100% sure its not related to index.gallery.phtml you edited, the files in your start folder does not have descriptions:
http://www.vihrogone.com/content/start/folderdata.xml
thanks Carl, Exactly that was my question. Also when I prompt my key words in search engine does not appear my site (but the topic in the forum here)
I have just updated to "imagevuex2.1.5_25092009"
nick,
the link above shows all the params that exist in the start folder of my gallery. There I have left empty the field "description" as I don't want description text to appear on the design of my first page.
on the server I go to public_html, imagevue, templates,index.gallery.phtml
and it looks like:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<?php
$conf = &ivPool::get('conf');
$keywords = $conf->get('/config/imagevue/seo/keywords');
$description = $conf->get('/config/imagevue/seo/description');
$counters = $conf->get('/config/imagevue/seo/counters');
?>
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<meta name="Keywords" content="accuracy in 3D, digital design consultancy, generative 3D, algorithmic shapes, product design, precise 3D modeling for production or marketing, luxury realistic renderings">
<meta name="description" content="VIHROGONE | Accuracy in 3D, precise 3D modeling for production or marketing, product and interior deisgn, algorithmic shapes and generative 3D, luxury realistic renderings">
<title><?php echo $this->siteTitle; ?></title>
<link href="<?php echo IV_PATH; ?>css/forAdmin.css" rel="stylesheet" type="text/css" />
<link href="<?php echo IV_PATH; ?>css/forImagevue.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html" />
<script type="text/javascript" src="<?php echo IV_PATH; ?>javascript/swfobject.js"></script>
<script type="text/javascript" src="<?php echo IV_PATH; ?>javascript/swfaddress.js"></script>
<style type="text/css">
* { margin: 0; padding: 0; }
html { height: 100%; }
table { border-collapse: collapse;}
#imagevue { height: 100%; }
body { background-color: #<?php echo $this->bkGrColor; ?>;
height: 100%; line-height: 0px;}
</style>
</head>
<body>
<table height="100%" width="100%">
<!-- #forAdmin -->
<?php if (ivAcl::isAdmin()): ?>
<tr>
<td>
<div id="forAdmin">
<div class="right"><?php echo htmlspecialchars(ivAuth::getCurrentUserLogin()) ?>
<a href="imagevue/?c=cred&a=logout" title="Logout and close admin bar">Close »</a>
</div>
<a id="editPageLink" href="imagevue/?path=<?php echo $this->placeholder->get('currentPath'); ?>" title="Gallery Admin / File Management">Edit this page »</a>
<a id="htmlVersionLink" href="?<?php echo $this->placeholder->get('currentPath'); ?>">HTML version »</a>
<a id="makeThumbsLink" href="imagevue/?a=makethumbs&path=<?php echo $this->placeholder->get('currentPath'); ?>" title="Recreate thumbnails in this folder or for this image">Recreate thumbs »</a>
<a href="imagevue/?c=config" title="Change <?php echo $this->siteTitle; ?> settings">Settings »</a>
<!-- <a href="?a=index">API Reference »</a> -->
</div>
<script type="text/javascript">
//<![CDATA[
SWFAddress.addEventListener(SWFAddressEvent.CHANGE, function(event) {
var path = SWFAddress.getPath().substr(1);
document.getElementById('editPageLink').href = 'imagevue/?path=' + path;
document.getElementById('htmlVersionLink').href = '?' + path;
var makeThumbsLink = document.getElementById('makeThumbsLink');
if (/[^\/]+\.[^\/]+\/$/.test(path)) {
makeThumbsLink.style.display = 'none';
} else {
makeThumbsLink.style.display = '';
makeThumbsLink.href = 'imagevue/?a=makethumbs&path=' + path;
}
});
// ]]>
</script>
</td>
</tr>
<?php endif; ?>
<!-- /forAdmin -->
<tr>
<td height="100%">
<div style="height: 100%">
<div id="imagevue">
<div id="na">
<h1>
Oops! - This page requires Flash Player and Javascript
</h1>
<br/>
Please make sure you have latest Flash Player installed and javascript is enabled in your browser.<br/>
» <a href="?p=gallery">Flash gallery</a><br/>
» <a href="
http://get.adobe.com/flashplayer/">Get Flash Player</a><br/>
<br>
<?php if ($this->enabledHTML): ?>Optionally, you can view the HTML gallery page instead:<br/>
» <a href="?p=html">HTML Gallery</a><br/>
» <a href="?p=sitemap">HTML Sitemap</a><br/>
<br>
<?php endif; ?> Gallery software by:<br/>
»
<h1>
<a href="
https://www.photo.gallery" title="Flash online photo gallery and slideshow">
www.photo.gallery - flash photo gallery and slideshow</a>
</h1>
</div>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
<?php if (count($this->vars)): ?>
var flashVars = {
foreground_color: '<?php echo $this->frGrColor; ?>',
background_color: '<?php echo $this->bkGrColor; ?>'
};
<?php foreach ($this->vars as $key => $value): ?>
flashVars.<?php echo $key; ?> = '<?php echo $value; ?>';
<?php endforeach; ?>
<?php endif; ?>
swfobject.embedSWF("<?php echo IV_PATH; ?>imagevue2.swf", "imagevue", "100%", "100%", "8.0.0", "<?php echo IV_PATH; ?>expressInstall.swf", flashVars, {allowScriptAccess: 'always', allowFullScreen: true, bgcolor: '#<?php echo $this->bkGrColor; ?>'}, {id: 'imagevue', name: 'imagevue'});
// ]]>
</script>
</td>
</tr>
</table>
<?php echo $counters; ?>
</body>
</html>