messed up config and tools in Admin

loginn

No avatar

2006-08-16 17:56

When I installed QC 1.2 I did something wrong but I don't remember what exactly. The result is that in admin I have Tools menu two times and I have no Configuration menu. Uder both Tools i have Plugins and Temlates. It did not bother me so far. But now I istalled Online Statistics 0.2 and I cannot see my statistics because there is not a menu under which I should see Validate and Online Statistics options. Please, help me to restore these!
Thanks

http://www.flamesart.com

Claps

Avatar: Claps

2006-08-16 18:02

loginn - Overwrite Quick.Cart templates/admin/page.tpl with the original one, and then repeat step 5 from OnlineStatistics Install section.

loginn

No avatar

2006-08-16 18:16

Hi again Claps
If I do that, I'm afraid I will lose all modifications made. I imported or replaced many times codes in templates/admin/page.tpl. But if there is the wrong thing I will check page.tpl in detail.

Claps

Avatar: Claps

2006-08-16 18:23

loginn - then send your page.tpl to qcloaded@gmail.com and I take a look, i have a little spare time now.

loginn

No avatar

2006-08-16 18:27

Ok

loginn

No avatar

2006-08-16 18:29

Actually I did not do mods in templates/admin/page.tpl but in templates/page.tpl but I will send it now.

loginn

No avatar

2006-08-16 18:33

I've sent it.

Here it is, just in case you don't receive it soon.

<!-- BEGIN HEAD -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$config[language]" lang="$config[language]">
<head>
<title>$config[title]</title>
<meta http-equiv="Content-Type" content="text/html; charset=$config[charset]" />
<meta name="Description" content="$config[description]" />
<meta name="Keywords" content="$config[keywords]" />
<meta name="Author" content="OpenSolution.org" />
<script type='text/javascript' src='$config[dir_js]standard.js'> </script>
<script type="text/javascript" src="$config[dir_js]adminGlobals.js"> </script>
<script type="text/javascript">
<!--
var cfBorderColor = "#76779B";
var cfLangNoWord = "$lang[cf_no_word]";
var cfLangMail = "$lang[cf_mail]";
var cfWrongValue = "$lang[cf_wrong_value]";
var cfToSmallValue = "$lang[cf_to_small_value]";
var cfTxtToShort = "$lang[cf_txt_to_short]";

var delShure = "$lang[operation_sure_delete]?";
//-->
</script>

<link rel="stylesheet" href="$config[dir_tpl]admin/style.css" type="text/css" />
<link rel="stylesheet" href="$config[dir_tpl]admin/menu.css" type="text/css" />
</head>

<body>
<div id="container">

<div id="header">
<a href="index.php"><img src="$config[dir_files]img/logo_os.jpg" alt="OpenSolution.org" /></a>
</div>


<div class="menuBar"><a class="menuButton" href="?p=attributesList"
onmouseover="return buttonClick(event, 'attributes'); buttonMouseover(event, 'attributes');"
>$lang[attributes]</a>
<a class="menuButton" href="?p=productsList" onmouseover="return buttonClick(event, 'products'); buttonMouseover(event, 'products');">$lang[products]</a>
<a class="menuButton" href="?p=categoriesList" onmouseover="return buttonClick(event,'categories'); buttonMouseover(event, 'categories');">$lang[categories]</a>
<a class="menuButton" href="?p=couriersList" onmouseover="return buttonClick(event, 'couriers'); buttonMouseover(event, 'couriers');">$lang[couriers]</a>
<a class="menuButton" href="?p=ordersList" onmouseover="return buttonClick(event, 'orders'); buttonMouseover(event, 'orders');">$lang[orders]</a>
<a class="menuButton" href="?p=otherConfig"
onmouseover="return buttonClick(event, 'tools'); buttonMouseover(event, 'tools');"
>$lang[tools]</a>
<a class="menuButton" onmouseover="return buttonClick(event, 'tools'); buttonMouseover(event, 'tools');">$lang[tools]</a>
<a class="menuButton" href="?p=logout" >$lang[logout]</a>
</div>
<div id="attributes" class="menu" onmouseover="menuMouseover( event );">
<a class="menuItem" href="?p=attributesForm"><span class="menuItemText">$lang[Add_attribute]</span></a>
</div>
<div id="tools" class="menu" onmouseover="menuMouseover( event );">
<a class="menuItem" href="?p=pluginsEdit"><span class="menuItemText">$lang[plugins]</span></a>
<a class="menuItem" href="?p=templatesList"><span class="menuItemText">$lang[templates]</span></a>
</div>
<div id="products" class="menu" onmouseover="menuMouseover( event );">
<a class="menuItem" href="?p=productsForm&amp;iCategory=$iCategory"><span class="menuItemText">$lang[Add_product]</span></a>
</div>

<div id="categories" class="menu" onmouseover="menuMouseover( event );">
<a class="menuItem" href="?p=categoriesForm"><span class="menuItemText">$lang[Add_category]</span></a>
</div>

<div id="orders" class="menu" onmouseover="menuMouseover( event );">
<a class="menuItem" href="?p=ordersList&amp;iStatus=1"><span class="menuItemText">$lang[Pendings]</span></a>
</div>

<div id="couriers" class="menu" onmouseover="menuMouseover( event );">
<a class="menuItem" href="?p=couriersForm"><span class="menuItemText">$lang[Add_courier]</span></a>
</div>

<div id="tools" class="menu" onmouseover="menuMouseover( event );">
<a class="menuItem" href="?p=otherValidate"><span class="menuItemText">$lang[Validate]</span></a>
<a class="menuItem" href="?p=statisticsList"><span class="menuItemText">$lang[stats_list]</span></a>
</div>
<!-- END HEAD -->
<!-- BEGIN HEAD_PRINT -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$config[language]" lang="$config[language]">
<head>
<title>$config[title]</title>
<meta http-equiv="Content-Type" content="text/html; charset=$config[charset]" />
<meta name="Description" content="$config[description]" />
<meta name="Keywords" content="$config[keywords]" />
<meta name="Author" content="www.OpenSolution.org" />
<link rel="stylesheet" href="$config[dir_tpl]admin/style.css" type="text/css" />
</head>
<body onload="window.print( );">
<div id="container_print">
<div>
<!-- END HEAD_PRINT -->

<!-- BEGIN FOOTER_PRINT -->
</div>
</div>
</body>
</html>
<!-- END FOOTER_PRINT -->
<!-- BEGIN FOOTER -->
</div>
</body>
</html>
<!-- END FOOTER -->

Claps

Avatar: Claps

2006-08-16 18:49

Solved (I hope!!!). I' ve send it back to you.

loginn

No avatar

2006-08-16 18:55

It is solved indeed!
Claps,thank you! You did great work for me!!!

Back to top
about us | contact