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:
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:
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
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.
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:
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: