Créer un fichier nommer "Francais" dans le dossier media/js/lang
Voici un début du miens smile

/**************************************************
 * ChatLite English translation.
 * @author Neck - http://www.eikylon.net
 **************************************************/
ek_chatLite.lang = {
title:'Chat Box',
loading:'Chargement...',
noMessage:'Pas de messages.',
delConfirm:'Etes-vous sure de vouloir effacer ce message ?',
waitImg_title:'Merci de patienter...',
waitImg_alt:'...',
date_today:'',
date_ystd:'hier ',
date_older:'date',
error:'<strong>Erreur:</strong> ',
error_con:'unable to establish connection.',
error_double:'Vous ne pouvez pas envoyer deux fois le même message.',
error_empty:'Vous ne pouvez pas envoyer de message vide.',
error_guest:'Les invités ne peuvent pas envoyer de message.',
error_admin:'Vous n\'avez pas la permission d\'effacer les messages.',
error_notFound:'cannot find target message.',
chatSend_value:'Entrer'
};

A modifier à ta guise smile

ha non ca je n'ai pas encore trouvé^^ ni cherché.
Ca doit pas être compliqué je pense.

Sympa le forum, comment as tu fais pour mettre un bloc avec les derniers messages?

28

(170 replies, posted in PunBB 1.3 extensions)

Thanks, it's perfect, i installed it, everything is working !!!!

29

(7 replies, posted in PunBB 1.3 extensions)

I really don't know how make an extension sad
If someone can help for this one it would be nice smile

Here is the line to have a map on a website:

<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.fr/?ll=48.86336,2.366524&amp;spn=0.110444,0.264187&amp;output=embed"></iframe>

We just have to change

ll=48.86336,2.366524
and
spn=0.110444,0.264187

to change the map so it should be something like

[maps ll=48.86336,2.366524 spn=0.110444,0.264187][maps]

XD
Il suffisait de demander^^
Aprés tu peux faire des modifs dans le manifest pour afficher ou non le chat aux visiteurs, permettre l'envoi ou non de message à ces derniers,...
Moi je l'affiche aux visiteurs mais il ne peuvent pas ecrire de message

if(substr(FORUM_PAGE, 0, 6) != 'admin-') {
//if(!$forum_user['is_guest']) { // this will remove the chat for users that aren't logged in
//    if($forum_user['g_id'] != $forum_config['o_default_user_group']) { // this removes the chat for the default group, but leaves it for every other group
        $forum_head['prototypejs'] = '<script type="text/javascript" src="'.$ext_info['url'].'/media/js/prototype.js"></script>';
if ($forum_user['style'] === 'Copper')
        $forum_head['ek_chatlitejs'] = '<script type="text/javascript" src="'.$ext_info['url'].'/media/js/chat_small.js?logged='.(($forum_user['is_guest']) ? 0 :(($forum_user['is_admmod']) ? 2 : 1)).'&amp;baseUri='.$base_url.'/&amp;extUri='.$ext_info['url'].'/"></script>';
else
        $forum_head['ek_chatlitejs'] = '<script type="text/javascript" src="'.$ext_info['url'].'/media/js/chat_std.js?logged='.(($forum_user['is_guest']) ? 0 :(($forum_user['is_admmod']) ? 2 : 1)).'&amp;baseUri='.$base_url.'/&amp;extUri='.$ext_info['url'].'/"></script>';

        if (file_exists($ext_info['path'].'/media/js/lang/'.$forum_user['language'].'.js')) {
            $forum_head['ek_chatlitelangjs'] = '<script type="text/javascript" src="'.$ext_info['url'].'/media/js/lang/'.$forum_user['language'].'.js"></script>';
        } else {
            $forum_head['ek_chatlitelangjs'] = '<script type="text/javascript" src="'.$ext_info['url'].'/media/js/lang/English.js"></script>';
        }

        $ek_chatlite_css = (file_exists($ext_info['path'].'/media/css/'.$forum_user['style'].'.css')) ? $forum_user['style'] : 'default';
        $forum_head['style_ek_chatlite'] = '<link rel="stylesheet" type="text/css" media="screen" href="'.$ext_info['url'].'/media/css/'.$ek_chatlite_css.'.css" />';
//    } // comment out this bracket if you remove the default group portion above
//} // comment out this bracket if you remove the guest (users not logged in) portion above
} // 

Post nous un liens vers ton forum qu'on voit le résultat

Tu peux essayer ca, ca avait résolu mon problème smile
Ouvre le fichier media/js/chat.js

Cherche vers la ligne 60 ca:

// launch refresher
        this.pe = new this.refresher(this.param['exturi']+'data/chat.dat', {
            method: 'post',    frequency: 2.5, decay: 1.1,
            onChange: this.updater.bind(this),
            onFailure: this.error.bind(this, 'con')
        });

Modifie le

method: 'post'

par

method: 'get'

En esperant que ca résolve ton problème:)
Tient moi au courant^^

J ai pas de portal, on est directement ur l index du forum punbb, j ai installé l'extension et hop, après si tu as des thèmes sur le forum tu adaptes la position via le css. Quel est ton problème?

Here: http://www.weeboo.fr/
Working smile

34

(7 replies, posted in PunBB 1.3 extensions)

Waiting for this too big_smile

35

(76 replies, posted in PunBB 1.3 extensions)

Working to me on google webmaster tools...
http://nsa14.casimages.com/img/2010/04/12/100412094319520158.jpg

36

(4 replies, posted in PunBB 1.3 extensions)

Would be nice :=)

37

(1 replies, posted in PunBB 1.3 extensions)

http://punbb.informer.com/forums/topic/ … otag-v020/

38

(41 replies, posted in PunBB 1.3 extensions)

It's perfect and the video icon was already there big_smile

Thanks

39

(41 replies, posted in PunBB 1.3 extensions)

Hi, thanks for this extension.
Is it possible to add a button to put the video tag easily :=)?

same problem here, option show images in user signatures is on

smile
let me know if it works or not.

If it doesn't work with that, let me know, i will search more in my code smile

I will just copy/past my code because i really don't remember how i did that^^
The css file from your style: (mine is oxygen.css or copper.css depends of the style)

#ek_chatLite {
/*width:240px;
top:215px;
left:0px;
position:fixed;*/
}

#ek_chatLite .chatBox {
    background-color:#f4f9fd;
    border-color:#cbd1d8;
    border-style:solid;
    border-width:1px;
}

#ek_chatLite .chatContent {
    height:200px;
    color:#00579c;
}

.chatBox input {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid #CCC;
    font-size: 13px;
    background-color: #296fa5;
}

.chatBox input:hover {
    background-color: #FFF;
}

.chatBox input:focus {
    border: 1px solid #000;
    background-color: #FFF;
}

The manifest file from chat box, i just change this line:

    <hooks>
        <hook id="hd_head" priority="4"><![CDATA[

// add javascript and style files on the Index
if(substr(FORUM_PAGE, 0, 6) != 'admin-') {
//if(!$forum_user['is_guest']) { // this will remove the chat for users that aren't logged in
//    if($forum_user['g_id'] != $forum_config['o_default_user_group']) { // this removes the chat for the default group, but leaves it for every other group
        $forum_head['prototypejs'] = '<script type="text/javascript" src="'.$ext_info['url'].'/media/js/prototype.js"></script>';
if ($forum_user['style'] === 'Copper')
        $forum_head['ek_chatlitejs'] = '<script type="text/javascript" src="'.$ext_info['url'].'/media/js/chat_small.js?logged='.(($forum_user['is_guest']) ? 0 :(($forum_user['is_admmod']) ? 2 : 1)).'&amp;baseUri='.$base_url.'/&amp;extUri='.$ext_info['url'].'/"></script>';
else
        $forum_head['ek_chatlitejs'] = '<script type="text/javascript" src="'.$ext_info['url'].'/media/js/chat_std.js?logged='.(($forum_user['is_guest']) ? 0 :(($forum_user['is_admmod']) ? 2 : 1)).'&amp;baseUri='.$base_url.'/&amp;extUri='.$ext_info['url'].'/"></script>';

        if (file_exists($ext_info['path'].'/media/js/lang/'.$forum_user['language'].'.js')) {
            $forum_head['ek_chatlitelangjs'] = '<script type="text/javascript" src="'.$ext_info['url'].'/media/js/lang/'.$forum_user['language'].'.js"></script>';
        } else {
            $forum_head['ek_chatlitelangjs'] = '<script type="text/javascript" src="'.$ext_info['url'].'/media/js/lang/English.js"></script>';
        }

        $ek_chatlite_css = (file_exists($ext_info['path'].'/media/css/'.$forum_user['style'].'.css')) ? $forum_user['style'] : 'default';
        $forum_head['style_ek_chatlite'] = '<link rel="stylesheet" type="text/css" media="screen" href="'.$ext_info['url'].'/media/css/'.$ek_chatlite_css.'.css" />';
//    } // comment out this bracket if you remove the default group portion above
//} // comment out this bracket if you remove the guest (users not logged in) portion above
} // 
        ]]></hook>

But this, i think you don't need smile to change, it was just for allow everyone to see the chat but guest can't talk, just read.

I don't remember how i did that, i will look my files this evening and tell you.
If you change the style on weeboo.fr, you put oxygen, you will see the chatbox at the top of index.
I guess you can easily put it at the bottom.
I will have a look and tell you later smile

45

(25 replies, posted in Feature requests)

Wainting a mobile style too but can't make it by myself sad

Look here for an example: www.weeboo.fr
It is possible, for the help look here: http://punbb.informer.com/forums/topic/ … -by-daris/

Nice, thanks!

Thks smile

49

(15 replies, posted in PunBB 1.3 extensions)

I don't have error log on my webhosting (1&1) sad

50

(1 replies, posted in PunBB 1.3 additions)

Un peu tard mais ca peu servir smile
Francais c'est le mieux