Rispondi 
chatbox ovunque
Autore Messaggio
KuBO Offline
Utente
***

Messaggi: 207
Registrato: Dec 2010
Reputazione: 2
Versione: MyBB 1.6.1
Messaggio: #1
chatbox ovunque
salve esiste un modo per avere la chat anche all'interno dei forum/subforum ?

servono admin e mod Smile QUI
27-01-2011 15:47
Visita il sito web di questo utente Trova tutti i messaggi di questo utente Cita questo messaggio nella tua risposta
metonator Offline
Utente
***

Messaggi: 166
Registrato: May 2010
Reputazione: 5
Versione: MyBB 1.6.0
Messaggio: #2
RE: chatbox ovunque
metti codice del forum dentro il Footer, ma prima di tutto il codice, non alla fine
27-01-2011 18:44
Visita il sito web di questo utente Trova tutti i messaggi di questo utente Cita questo messaggio nella tua risposta
KuBO Offline
Utente
***

Messaggi: 207
Registrato: Dec 2010
Reputazione: 2
Versione: MyBB 1.6.1
Messaggio: #3
RE: chatbox ovunque
non ho capito

servono admin e mod Smile QUI
27-01-2011 19:18
Visita il sito web di questo utente Trova tutti i messaggi di questo utente Cita questo messaggio nella tua risposta
metonator Offline
Utente
***

Messaggi: 166
Registrato: May 2010
Reputazione: 5
Versione: MyBB 1.6.0
Messaggio: #4
RE: chatbox ovunque
spiego con i codici


DEFAULT FOOTER CODE:
Codice PHP:
            <br />
            <
div class="bottommenu">
                <
div class="float_right">{$lang_select}</div>
                <
div>
                    <
span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
                </
div>
            </
div>
            </
div>
        <
hr class="hidden" />
            <
div id="copyright">
                <
div id="debug"><debugstuff></div>Media Embeding by <a href="http://www.mybbhacks.com" target="_blank">Simple Audio Video Embeder</a><br />
                <!-- 
MyBB is free software developed and maintained by a volunteer community
                     
It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact
                     
to show your support for MyBB.  If you choose to remove or modify the copyright below
                     
you may be refused support on the MyBB Community Forums.
                     
                     
This is free softwaresupport us and well support you. -->
{
$lang->powered_by} <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.<br />
                <!-- 
End powered by -->
                <
br />
<
br class="clear" />
<!-- 
The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<br>{$sitemaparsiv_code} <!-- End task image code -->
{
$auto_dst_detection}<!-- FACEBOOK CORE -->{$fbcore}<!-- /FACEBOOK CORE -->
        </
div>
        </
div

E QUESTO E` CON AGGIUNTA DI SPICEFUSE

Codice PHP:
<sf_shoutbox> <--- QUESTO DEVE ESSERE AL INIZIO DI FOOTER HTML


            
<br />
            <
div class="bottommenu">
                <
div class="float_right">{$lang_select}</div>
                <
div>
                    <
span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
                </
div>
            </
div>
            </
div>
        <
hr class="hidden" />
            <
div id="copyright">
                <
div id="debug"><debugstuff></div>Media Embeding by <a href="http://www.mybbhacks.com" target="_blank">Simple Audio Video Embeder</a><br />
                <!-- 
MyBB is free software developed and maintained by a volunteer community
                     
It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact
                     
to show your support for MyBB.  If you choose to remove or modify the copyright below
                     
you may be refused support on the MyBB Community Forums.
                     
                     
This is free softwaresupport us and well support you. -->
{
$lang->powered_by} <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.<br />
                <!-- 
End powered by -->
                <
br />
<
br class="clear" />
<!-- 
The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<br>{$sitemaparsiv_code} <!-- End task image code -->
{
$auto_dst_detection}<!-- FACEBOOK CORE -->{$fbcore}<!-- /FACEBOOK CORE -->
        </
div>
        </
div

Spero che cosi hai capito
(Questo messaggio è stato modificato l'ultima volta il: 27-01-2011 21:48 da metonator.)
27-01-2011 21:46
Visita il sito web di questo utente Trova tutti i messaggi di questo utente Cita questo messaggio nella tua risposta
KuBO Offline
Utente
***

Messaggi: 207
Registrato: Dec 2010
Reputazione: 2
Versione: MyBB 1.6.1
Messaggio: #5
RE: chatbox ovunque
nn ce Sad

servono admin e mod Smile QUI
29-01-2011 13:28
Visita il sito web di questo utente Trova tutti i messaggi di questo utente Cita questo messaggio nella tua risposta
metonator Offline
Utente
***

Messaggi: 166
Registrato: May 2010
Reputazione: 5
Versione: MyBB 1.6.0
Messaggio: #6
RE: chatbox ovunque
se hai SpiceFuse SB aggiungi
se hai altro, scrivi wua wuale hai
29-01-2011 19:04
Visita il sito web di questo utente Trova tutti i messaggi di questo utente Cita questo messaggio nella tua risposta
willy994 Offline
Utente
***

Messaggi: 137
Registrato: Jun 2009
Reputazione: 2
Versione: MyBB 1.6.0
Messaggio: #7
RE: chatbox ovunque
ma xk footer? LOL

devi mettere quel codice in header! qualsiasi codice della chat nella categoria Header!
29-01-2011 20:57
Visita il sito web di questo utente Trova tutti i messaggi di questo utente Cita questo messaggio nella tua risposta
KuBO Offline
Utente
***

Messaggi: 207
Registrato: Dec 2010
Reputazione: 2
Versione: MyBB 1.6.1
Messaggio: #8
RE: chatbox ovunque
allora vorrei che la myshoutbox venga vista all'interno dei forum/subF come xD

servono admin e mod Smile QUI
30-01-2011 09:46
Visita il sito web di questo utente Trova tutti i messaggi di questo utente Cita questo messaggio nella tua risposta
metonator Offline
Utente
***

Messaggi: 166
Registrato: May 2010
Reputazione: 5
Versione: MyBB 1.6.0
Messaggio: #9
RE: chatbox ovunque
io mettevo sempre sotto, cmq chiama trinit che io con MyShoutBox non so capace fare niente
30-01-2011 12:39
Visita il sito web di questo utente Trova tutti i messaggi di questo utente Cita questo messaggio nella tua risposta
cydron Offline
Gnu/Linux
Super Moderatori

Messaggi: 483
Registrato: May 2010
Reputazione: 76
Versione: MyBB 1.6.1
Messaggio: #10
RE: chatbox ovunque
edita:
Header Templates - header
e inserisci {myshoutbox} in mezzo tra {$pending_joinrequests} e <navigation>
ovviamente toglilo dall'index template
Ciao03

Solo due cose sono infinite: l'universo e la stupidità umana e non sono sicuro della prima. (Albert Einstein)
R.I.P http://www.p2pforum.it
Scusate se non ho risposto a tutti o rispondo a rate ma sono un po incasinato con il lavoro,sorry
30-01-2011 13:17
Visita il sito web di questo utente Trova tutti i messaggi di questo utente Cita questo messaggio nella tua risposta
Rispondi 


Vai al forum:


Utente(i) che stanno guardando questa discussione: 4 Ospite(i)