Back to top

Visualizza post

Questa sezione ti permette di visualizzare tutti i post inviati da questo utente. N.B: puoi vedere solo i post relativi alle aree dove hai l'accesso.


Post - yxyxyxyxyaw45

Pagine: [1]
1
Gestione e-commerce / Come inserire separatore?
« il: 23 Giu 2006, 17:36:58 »
Edit.
Come faccio alasciare un pò di spazio tra un menù e l'altro?

2
Gestione Forum / Re: Aiuto. Sito inaccessibile
« il: 22 Giu 2006, 01:48:41 »
hai provato a disinstallare il bridge?
Ho risolto .
Ho disinstallato tutto e reinstallato.
Grazie^_^

3
Gestione e-commerce / Re: Domanda host
« il: 21 Giu 2006, 09:45:17 »
Risolto da solo.
Ho disinstallato tutto e reinstallato.
Grazie mille a tutti.
Forse è meglio ritentare però facendo una copia del database.
Come posso farla?

4
Gestione Forum / Re: Aiuto. Sito inaccessibile
« il: 20 Giu 2006, 21:11:22 »
non mi hai ancora detto se riesci ad accedere all'amministrazione per disinstallare il bridge e se il forum da solo funziona!  ::)
Si, riesco ad accedere.
Sono riuscito anche a disinstalalre il forum ma il problema persiste :(

5
Gestione Forum / Re: Aiuto. Sito inaccessibile
« il: 20 Giu 2006, 14:09:51 »
primo aspetto) tutte le volte che segnalate un errore è INDISPENSABILE che forniate TUTTI I DATI relativi all'installazione: versione di J!, del forum, tipo e versione del bridge, ecc ecc

secondo aspetto) quando installate componenti così "delicati" come il forum E' FONDAMENTALE FARE PRIMA IL BACKUP DI SITO E DB.

una volta faccio ciò sarebbe opportuno descrivessi esattamente i passaggi che hai effettuato. Hai provato a verificare se il forum stand alone è installato correttamente? Hai provato ad accedere all'amministrazione per disinstallare il bridge?
Ciao!
Joomla è la versione 1.0.9, il forum è lo stesso presente nel 3d in rilievo http://www.joomla.it/index.php?option=com_smf&Itemid=128&topic=6289.0
Il resto delle info non le so purtroppo.
Per quanto riguarda il backup hai ragione, ma non pensavo andasse tutto a farsi benedire ;D
COme posso risolvere?
Grassie

6
Gestione e-commerce / Re: Domanda host
« il: 20 Giu 2006, 14:07:22 »
ciao xy,

guarda che un sito web non è una calcolatrice, che si spegne e riaccende, devi capire perchè non funziona, e cosa significa si è impallato tutto?

ciao e grazie per la domanda,

(magari dovevi ringraziare tu per la risposta)

giancarlo

Ciao!
Sò che un sito web non si accende e non si spegne :D
Se sapessi il motivo per cui il sito non è più visualizzabile risolverei da solo  ;)
Questo è il punto...non sò proprio cosa possa essere accaduto.
Con "si è impallato tutto" intendo dire che tentando di accedere al mio sito http://bostik80.altervista.org/index.php  appare un errore e non si visualizza nulla.
Ho joomla 1.0.9 e il problema in questione si è verificato dopo averinstallato il forum (presente  in un post in rilievo).
P.S il Grazie è sottintesto ^_^

7
Gestione e-commerce / Re: Domanda host
« il: 20 Giu 2006, 11:33:09 »
Ecco dato che adesso si è impallato tutto e non funziona più nulla, come devo fare per reinstallare?
Perdo i dati inseriti?

8
Gestione Forum / Aiuto. Sito inaccessibile
« il: 20 Giu 2006, 06:18:58 »
Ciao.
non sò cosa sia successo!
Stavoseguendo passo passola guida in rilievo su come installare il forum.
Ho installato il componente correttamente e all'improvviso mi è apparso un errore e non riesco + a visualizzare il mio sito.
L'errore è questo:

Fatal error: smf_header_include() [function.require]: Failed opening required '../forum..forum/SSI.php' (include_path='.:') in /membri/bostik80/mambots/system/SMF_header_include.php on line 63

Sono entrato nella cartella mensionata in questo errore e ho cercato di capire cosa fosse successo ma non riesco a risolvere.
Questo è il codice attuale.

<?php
/******************************************************************************
* SMF_header_include.php   (Mambo/Joomla Bridge)                                                               *
*******************************************************************************
* SMF: Simple Machines Forum                                                  *
* Open-Source Project Inspired by Zef Hemel (zef@zefhemel.com)                *
* =========================================================================== *
* Software Version:           SMF 1.1 RC2                                     *
* Software by:                Simple Machines (http://www.simplemachines.org) *
* Copyright 2001-2006 by:     Lewis Media (http://www.lewismedia.com)         *
* Support, News, Updates at:  http://www.simplemachines.org                   *
*******************************************************************************
* This program is free software; you may redistribute it and/or modify it     *
* under the terms of the provided license as published by Lewis Media.        *
*                                                                             *
* This program is distributed in the hope that it is and will be useful,      *
* but WITHOUT ANY WARRANTIES; without even any implied warranty of            *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                        *
*                                                                             *
* See the "license.txt" file for details of the Simple Machines license.      *
* The latest version can always be found at http://www.simplemachines.org.    *
******************************************************************************/

// no direct access
defined( '_VALID_MOS' ) or die( 'Restricted access' );

global $db_name;

$_MAMBOTS->registerFunction( 'onAfterStart', 'SMF_header_include' );

function SMF_header_include( ) {

   global $mainframe, $database, $scripturl, $db_connection, $db_passwd, $maintenance, $db_server, $options;
   global $db_name, $db_user, $db_prefix, $db_persist, $db_error_send, $db_last_error, $sc, $context;
   global $settings, $mosConfig_db, $sourcedir, $mosConfig_live_site, $mosConfig_sef, $mosConfig_dbprefix;
   
   
   if (!defined('SMF') && $_REQUEST['option'] != 'com_smf'){
      // Get the configuration. This will tell Mambo where SMF is, and some integration settings
      $database->setQuery("
         SELECT `variable`, `value1`
         FROM #__smf_config
         ");
      $variables = $database->loadAssocList();

      foreach ($variables as $variable){
         $variable_name = $variable['variable'];
         $$variable_name = $variable['value1'];
      }

      $result = mysql_query("
         SELECT id
         FROM {$mosConfig_dbprefix}menu
         WHERE link = 'index.php?option=com_smf'");

      if ($result !== false)
         list($menu_item['id']) = mysql_fetch_row($result);
      else
         $menu_item['id'] = 1;   

      $myurl = basename($_SERVER['PHP_SELF']) . '?option=com_smf&amp;Itemid=' . $menu_item['id'] . '&amp;';
         
      require_once ($smf_path.'..forum/SSI.php');
      
      $mainframe->addCustomHeadTag( '<script language="JavaScript" type="text/javascript" src="'. $settings['default_theme_url']. '/script.js?rc2"></script>' );
      $mainframe->addCustomHeadTag( '<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
         var smf_theme_url = "'. $settings['theme_url']. '";
         var smf_images_url = "'. $settings['images_url']. '";
         var smf_scripturl = "'. ( $mosConfig_sef == 1 ? sefReltoAbs($myurl) : $mosConfig_live_site . '/'. $myurl ) . '";
         var smf_session_id = "'. $context['session_id'] . '";
         // ]]></script>' );
      $mainframe->addCustomHeadTag( '<link rel="stylesheet" type="text/css" href="'. $settings['theme_url']. '/style.css?rc2" />' );
      $mainframe->addCustomHeadTag( '<link rel="stylesheet" type="text/css" href="'. $settings['default_theme_url']. '/print.css?rc2" media="print" />' );
      $mainframe->addCustomHeadTag( '<link rel="help" href="'. ( $mosConfig_sef == 1 ? sefReltoAbs($myurl. 'action=help') : $mosConfig_live_site . '/'. $myurl  . 'action=help' ) .'" target="_blank" />' );
      $mainframe->addCustomHeadTag( '<link rel="search" href="' . ( $mosConfig_sef == 1 ? sefReltoAbs($myurl. 'action=search') : $mosConfig_live_site . '/'. $myurl . 'action=search' ) .'" />' );
      $mainframe->addCustomHeadTag( '<link rel="contents" href="'. ( $mosConfig_sef == 1 ? sefReltoAbs($myurl) : $mosConfig_live_site . '/'. $myurl ) . '" />' );
      // If RSS feeds are enabled, advertise the presence of one.
      if (!empty($modSettings['xmlnews_enable'])) 
         $mainframe->addCustomHeadTag( '<link rel="alternate" type="application/rss+xml" title="'. $context['forum_name']. ' - RSS" href="'. ( $mosConfig_sef == 1 ? sefReltoAbs($myurl. 'type=rss;action=.xml') : $mosConfig_live_site . '/'. $myurl . 'type=rss;action=.xml') . '" />' );

      // If we're viewing a topic, these should be the previous and next topics, respectively.
      if (!empty($context['current_topic'])){
         $mainframe->addCustomHeadTag( '<link rel="prev" href="'. ( $mosConfig_sef == 1 ? sefReltoAbs($myurl. 'topic='. $context['current_topic']. '.0&amp;prev_next=prev') : $mosConfig_live_site . '/'. $myurl . 'topic='. $context['current_topic']. '.0;prev_next=prev') . '" />');
         $mainframe->addCustomHeadTag( '<link rel="next" href="'. ( $mosConfig_sef == 1 ? sefReltoAbs($myurl. 'topic='. $context['current_topic']. '.0&amp;prev_next=next') : $mosConfig_live_site . '/'. $myurl . 'topic='. $context['current_topic']. '.0;prev_next=next') . '" />');
      }
      // If we're in a board, or a topic for that matter, the index will be the board's index.
      if (!empty($context['current_board']))
         $mainframe->addCustomHeadTag( '<link rel="index" href="' . ( $mosConfig_sef == 1 ? sefReltoAbs($myurl . 'board=' . $context['current_board'] . '.0') :  $mosConfig_live_site . '/' . $myurl . 'board=' . $context['current_board'] . '.0') .'" />');

      // We'll have to use the cookie to remember the header...
      if ($context['user']['is_guest'])
         $options['collapse_header'] = !empty($_COOKIE['upshrink']);

      // Output any remaining HTML headers. (from mods, maybe?)
      $context['html_headers'] = str_replace($scripturl, $mosConfig_live_site . '/'. $myurl, $context['html_headers']);
      
      $mainframe->addCustomHeadTag( $context['html_headers'] . '
         <script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
         var current_header = ' . (empty($options['collapse_header']) ? 'false' : 'true') . ';
 
          function shrinkHeader(mode)
          {' . ($context['user']['is_guest'] ? ' document.cookie = "upshrink=" + (mode ? 1 : 0);' : ' smf_setThemeOption("collapse_header", mode ? 1 : 0, null, "'. $context['session_id']. '");') .
         '   document.getElementById("upshrink").src = smf_images_url + (mode ? "/upshrink2.gif" : "/upshrink.gif");
 
               document.getElementById("upshrinkHeader").style.display = mode ? "none" : "";
               document.getElementById("upshrinkHeader2").style.display = mode ? "none" : "";
 
               current_header = mode;
            }
            // ]]></script>');
 
      // the routine for the info center upshrink
      $mainframe->addCustomHeadTag('
          <script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
               var current_header_ic = '. (empty($options['collapse_header_ic']) ? 'false' : 'true') . ';
 
               function shrinkHeaderIC(mode)
               {');
 
      if ($context['user']['is_guest'])
         $mainframe->addCustomHeadTag( '
                    document.cookie = "upshrinkIC=" + (mode ? 1 : 0);');
      else
         $mainframe->addCustomHeadTag( '
                    smf_setThemeOption("collapse_header_ic", mode ? 1 : 0, null, "'. $context['session_id']. '");');
 
      $mainframe->addCustomHeadTag( '
                    document.getElementById("upshrink_ic").src = smf_images_url + (mode ? "/expand.gif" : "/collapse.gif");
 
                    document.getElementById("upshrinkHeaderIC").style.display = mode ? "none" : "";
 
                    current_header_ic = mode;
               }
          // ]]></script>');          

   }

   $sc = &$context['session_id'];
   $_SESSION['USER_AGENT'] = $_SERVER['HTTP_USER_AGENT'];

   mysql_select_db($mosConfig_db);
   
   return true;
}

9
Gestione e-commerce / Re: Domanda host
« il: 20 Giu 2006, 00:37:21 »
ciao yxyxyxyxyaw45 e benvenuto fra questa allegra combriccola,

e allora perchè non lo prendi su joomlahost.it lo spazio? sicuramente joomla e virtuemart girano, è fatto per quello...

personalmente lo trovo performante e con gli ultimi upgrade dei server fatti dal "padrone di casa" alexred, non ha niente da invidiare ad altri hoster, e... soprattutto qui trovi l'assistenza disinteressata di altri utenti che come te hanno iniziato e ora proseguono su questa piattaforma joomla/virtuemart. Io stesso sono un utilizzatore professionale delle risorse di joomlahost

ciao
giancarlo

Ok, quasi quasi prendo quello.Almeno vado sul sicuro.
Il problema è che ho ancora molte difficoltà con il software.
Ho visitato il tuo sito e devo dire che è davvero bello.Complimenti.
Avevo intenzione di inserire la voce "aggiungi ai preferiti" nella home page del mio sito però non saprei come fare :'(
Poi vorrei togliere il menù SYINDICATE che è alquanto inutile ma anche qui mi sono inceppato.
Sigh puoi aiutarmi?

10
Gestione e-commerce / Domanda host
« il: 19 Giu 2006, 23:51:11 »
Ciao, sono un nuovo utente:)
Un paio di giorni fà ho attivato un account con alterv**** ed ho installato Joomla 1.0.9 (se non erro).
Successivamente ho scoperto dell'esistenza di VirtueMart 1.0.5 ed ho installato anche questo.
Essendo soddisfatto del risultato ottenuto ho deciso di comprare un host abbandonando lo spazio gratuito.
Tra i vari host ho notato topho** e volevo sapere se su di esso è possibile installare joomla + virtuemart.
Grazie mille. ;)

Pagine: [1]


Web Design Bolzano Kreatif