Hello... After installation this Joomla template using Quickstart package could not get access to the administrator backend!!! (Of course I am printed the same all as when i am installed the site... Something like that for example : login: admin and the password:123456 :)) But after that i see: "Username and password do not match or you do not have an account yet." (Installed on a local server at first)... In what may be the problem? Please!! Help me...
AS Templates
POSTED: 2012-09-19
Hello SBURLAKOV,
Try to use another username in installation mode , like administrator.
We will check this issue asap.
Regards, AS Team.
sburlakov
POSTED: 2012-09-20
Hello... I want to insert a counter code in your template 002040, but could not find where i can do it... In template manager (where i can change and edit main page template) i saw just a few lines (<?php
if (class_exists('T3Template')) {
$tmpl = T3Template::getInstance();
$tmpl->setTemplate($this);
$tmpl->render();
return;
} else {
//Need to install or enable JAT3 Plugin
echo JText::_('MISSING_JAT3_FRAMEWORK_PLUGIN');
})
Sorry, but i dont know PHP very well... So... Can you help me... WHERE I CAN FIND THE CODE OF MAIN PAGE TEMPLATE (and paste the code of counter between <body> and </body> tags... :)) Thank You...
AS Templates
POSTED: 2012-09-20
Hello SBURLAKOV,
Go to templates / as_002040 / blocks / head.php
You can put your code in head.php file. Let us know if you still have problems.
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
Try to use another username in installation mode , like administrator.
We will check this issue asap.
Regards, AS Team.
if (class_exists('T3Template')) {
$tmpl = T3Template::getInstance();
$tmpl->setTemplate($this);
$tmpl->render();
return;
} else {
//Need to install or enable JAT3 Plugin
echo JText::_('MISSING_JAT3_FRAMEWORK_PLUGIN');
})
Sorry, but i dont know PHP very well... So... Can you help me... WHERE I CAN FIND THE CODE OF MAIN PAGE TEMPLATE (and paste the code of counter between <body> and </body> tags... :)) Thank You...
Go to templates / as_002040 / blocks / head.php
You can put your code in head.php file. Let us know if you still have problems.
P.S. Ignore last comment .
Regards, AS Team.