• Regolamento Macrocategoria DEV
    Prima di aprire un topic nella Macrocategoria DEV, è bene leggerne il suo regolamento. Sei un'azienda o un hosting/provider? Qui sono anche contenute informazioni per collaborare con Sciax2 ed ottenere l'accredito nella nostra community!

Problema risolto [Problema]Installazione spicefuse shoutbox

Stato
Discussione chiusa ad ulteriori risposte.

Skater

Utente Colossal
Autore del topic
18 Agosto 2007
3.161
76
Miglior risposta
0
Salve ho provato a installare SipceFuse AJAX Shoutbox, ma poi mi blocco ad un passaggio.
Posto qui la guida, se magari me la rendete più comprensibile, grazie ^^

Ecco:
Here we are, with a shoutbox plugin for MyBB that is fast and elegant. It uses the AJAX technology with fair usage of javascript and a mechanism that utilizes minimal resources while distributing the load between client side and server side.

Hopefully, you will find it faster than the shoutbox offered by other forum softwares in competition of MyBB.

Installation is simple, follow the steps below:

1. Download the SpiceFuse AJAX ShoutBox plugin.

2. Extract the zip and upload files as following:
spicefuse_shoutbox/sf_shoutbox.lang.php -> inc/languages/english/sf_shoutbox.lang.php
spicefuse_shoutbox/shoutbox.js -> jscripts/shoutbox.js
spicefuse_shoutbox/spicefuse_shoutbox.php -> inc/plugins/spicefuse_shoutbox.php
spicefuse_shoutbox/tpl_sf_sboxfull.txt -> inc/plugins/tpl_sf_sboxfull.txt
spicefuse_shoutbox/tpl_sf_shoutbox.txt -> inc/plugins/tpl_sf_shoutbox.txt

3. Log into admin cp and activate the plugin.
4. Edit the template 'headerinclude' and at the end, add:


Code:

<script type="text/javascript" src="jscripts/shoutbox.js?ver=121"></script>

5. Here you have an option now, follow a if you want a shoutbox only on index page, or follow b if you want a global shoutbox.

5a. Edit the template 'index' (under "Index Page Templates" template group), find:

Code:

{$header}
add below:

Code:

<sf_shoutbox>

5b. Edit the header template, and add <sf_shoutbox> somewhere towards the end, or wherever you would like the shoutbox to be displayed.

6. That's all, you're done with the installation, now you can go to the settings and configure as necessary.

Io mi blocco al 5, però non è che ci abbia capito poi molto xD

EDIT: Ho provato a modificare il template index e dove c'era headerinclude ho inserito il codice della shoutbox, però poi ho salvato selezionando senza volerlo l'opzione "Continue editing this template after submit" e ora l'index è sparito e nel forum è successo questo:
m8jyfl.jpg

Avendo anche installato mkportal e varie skin e plugins mi scoccia reinstallare tutto, quindi posso risolvere facendo ri-apparire l'index in qualche modo? :S
 
Ultima modifica:
Codice:
Perfavore, Entra oppure Registrati per vedere i codici!
Non ti assicuro niente ma dovrebbe essere cosi
<script type="text/javascript" src="jscripts/shoutbox.js?ver=121"></script>
Questo è il codice della shoutbox
apri il file che ti dice
cerca
{$header}
e aggiungi di seguito questo
<sf_shoutbox>
Poi modifica l header e dove vuoi la shoutbox metti questo
<sf_shoutbox>
Non sono sicuro che si faccia cosi xo
 
Re-Installa MyBB oppure scarica un template e applicalo per risolvere quel problema.

Manca tutto l'header :emoji_relieved:
 
Stato
Discussione chiusa ad ulteriori risposte.