the user have a avatar ...

the page is in index...

..membre.php
..forums/
..forums/index.php
.
.
.

yes i havre including the common.php file ... but 'No avatars" is show ....

I not arrive... hmm

He never shows the avatar ...

i don't Understand

Hello,

I want to show the avatar, with the Login of the member in a page php, the login there is no problem, but for the avatar I do not arrive has to show it. 

if ($pun_config['o_avatars'] == '1')
    {
        if ($user['use_avatar'] == '1')
        {
            if ($img_size = @getimagesize($pun_config['o_avatars_dir'].'/'.$id.'.gif'))
                $avatar_field = '<img src="'.$pun_config['o_avatars_dir'].'/'.$id.'.gif" '.$img_size[3].' alt="" />';
            else if ($img_size = @getimagesize($pun_config['o_avatars_dir'].'/'.$id.'.jpg'))
                $avatar_field = '<img src="'.$pun_config['o_avatars_dir'].'/'.$id.'.jpg" '.$img_size[3].' alt="" />';
            else if ($img_size = @getimagesize($pun_config['o_avatars_dir'].'/'.$id.'.png'))
                $avatar_field = '<img src="'.$pun_config['o_avatars_dir'].'/'.$id.'.png" '.$img_size[3].' alt="" />';
            else
                $avatar_field = $lang_profile['No avatar'];
        }
        else
            $avatar_field = $lang_profile['No avatar'];
    }
<?php echo $avatar_field ?>

What is the code to show the avatar of a member?

I pass by GET (members.php?id=10 for example)

thx
(sorry for bad English i am french...)

30

(1 replies, posted in PunBB 1.2 discussion)

>> http://punbb.org/forums/viewforum.php?id=34 :s

Show off
Running PunBB? Let the world know.

31

(142 replies, posted in PunBB 1.2 discussion)

Hello 

PunBB version PunBB 1.2.5 - Check for upgrade

Nombre total d'utilisateurs enregistrés: 6698
Nombre total de sujets: 4245
Nombre total de messages: 48182
Rows: 446924
Size: 26.54 MB

© Copyright 2002, 2003, 2004, 2005 Rickard Andersson Server load Not available (11 users online)
Environment Operating system: Linux
PHP: 4.3.10 - Show info
Accelerator: N/A Database MySQL 4.1.7-log

I just want the code has to integrate to be able to put the colour and cut it with list:)


// Do the more complex BBCodes (and strip excessive whitespace)
    $a = array( '#\[url=(.*?)\]\s*#i',
                '#\[url\]\s*#i',
                '#\s*\[/url\]#i',
                '#\[email=(.*?)\]\s*#i',
                '#\[email\]\s*#i',
                '#\s*\[/email\]#i',
                '#\[size=(.*?)\]\s*#i',
                '#\[size\]\s*#i',
                '#\[img\]\s*(.*?)\s*\[/img\]#is',
                '#\[colou?r=(.*?)\](.*?)\[/colou?r\]#is');

    $b = array(    '[url=$1]',
                '',
                '
',
                '[email=$1]',
                '',
                '
',
                '[size=$1]$2',
                '[/size]',
                '[img]$1[/img]',
                '[color=$1]$2[/color]');

****

$pattern = array('#\[b\](.*?)\[/b\]#s',
                     '#\[i\](.*?)\[/i\]#s',
                     '#\[u\](.*?)\[/u\]#s',
                     '#\[url\](.*?)\[/url\]#e',
                     '#\[url=(.*?)\](.*?)\[/url\]#e',
                     '#\[email\](.*?)\[/email\]#',
                     '#\[email=(.*?)\](.*?)\[/email\]#',
                     '#\[size=(.*?)\](.*?)\[/size\]#s',
                     '#\[color=([a-zA-Z]*|\#?[0-9a-fA-F]{6})](.*?)\[/color\]#s');

    $replace = array('<strong>$1</strong>',
                     '<em>$1</em>',
                     '<span class="bbu">$1</span>',
                     'handle_url_tag(\'$1\')',
                     'handle_url_tag(\'$1\', \'$2\')',
                     '<a href="mailto:$1">$1</a>',
                     '<a href="mailto:$1">$2</a>',
                     '<font size="$1">$2</font>',
                     '<span style="color: $1">$2</span>');

Code for the post.php ???

HeLLo

I wlould know what is the code for have BBcode with Size and Color when we post a message.

ThX

n3Twork

up tongue

Hello

I would a modifications in extern.php with RSS /forums/extern.php?action=active&type=RSS  i have try but bug ...

result in ma index (y have phpnuke) its the 10 last topic only

·Title Post 1
·Title Post 2
·Title Post 3
·Title Post 4
·Title Post 5
·Title Post 6
·Title Post 7
·Title Post 8
·Title Post 9
·Title Post 10

Ii would this result :

·Title Post 1 - Posted by LOGIN - 21 Mars 2005 21h39
·Title Post 2 - Posted by LOGIN - 21 Mars 2005 21h31
·Title Post 3 - Posted by LOGIN - 21 Mars 2005 21h19
·Title Post 4 - Posted by LOGIN - 21 Mars 2005 20h39
·Title Post 5 - Posted by LOGIN - 21 Mars 2005 17h39
·Title Post 6 - Posted by LOGIN - 21 Mars 2005 16h50
·Title Post 7 - Posted by LOGIN - 21 Mars 2005 16h45
·Title Post 8 - Posted by LOGIN - 21 Mars 2005 16h39
·Title Post 9 - Posted by LOGIN - 21 Mars 2005 16h32
·Title Post 10- Posted by LOGIN - 21 Mars 2005 16h30


ThX
N3tWork

Thx smile

I can test send Email only for Admin & Moderators before all Users ?

arfff ... hmm

Or only The Login it's Possible with Broadcast Email ?

******************
Exemple

Hello , LOGIN

Text oh mailing bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla

Your Login is : LOGIN
Your email is : LOGIN@FAI.COM

If you have forgotten your password click on the appropriate link below  : http://punbb.org/forums/login.php?action=forget

**************

n3Twork

Heloo

I want know ig already Exist a hack where the mailing list for le Punbb User il Send With login & pass

Exemple

Hello , LOGIN

Text oh mailing bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla

Your Login is : LOGIN
Your Password is : PASSWORD

-------------

It's possible to make or downlowd this Hack ?

ThX
N3tWork  [French]

39

(4 replies, posted in Archive)

Bonjour,

sa serez pour savoir si on peu (et comment faire) pour que dans l'email de masse soit mi le pseudo et le mot de passe du destinataire ?

Exemple

Salut Pseudo 

Le texte blablabla blablabla blablabla blablabla blablabla blablabla blablabla blablabla blablabla blablabla blablabla blablabla blablabla blablabla blablabla blablabla blablabla blablabla blablabla blablabla blablabla blablabla blablabla 

Vos informations de connections sont :
Pseudo : 
Mot de passe : 

AU revoir

Il faudrai que tu mete une petite condition du genre

<?php

if (($pun_user['is_guest']))
else
{
ton message de refus d'accés
}

?>

coucou

Depuis peu j'ai du passer a punbb ayant phpbb mais le nombre de visiteur et de membres demander trops de ressources a mon serveur d'autant plus que j'ai PhpNuke avec 11 550 Membres ...

Donc je voudrai savoir si il y a des motiver pour construire une sorte de CMS PunBB avec differente section comme  :

- Messages Privés
- Forums (punbb smile )
- Livre d'or
- News
- Archives
- Téléchargements (avec categories, bris de lien, top)
- Liens Web (avec categories, bris de lien, top)
- Galerie d'images (coppermine)

Avec la possiblité au membre de partisper au site
Ajouter une soirée
Ajouter une image
Ajouter un Téléchargement
Ajouter un lien
Proposer un Article

De mon coté nous sommes 2 a etre opérationnel nous nous i connaissons pas mal mais bon a plusieurs le resultat ne sera que meilleurs.

je voudrai savoir si il y a des motiver et si Rickard voudrai bien nous aider smile

n3Twork

Hello, sorry for my bad english.

I have a Phpnuke (v7.6) and punBB last version .

There is 2 month a made a convertion With the converter for all table (post, topic, user, rang) with successsfull smile I had bloked subscribe il my forum and no in my phpnuke.

now I want convert my last users phpnuke in ma punBB and i dont made it.

Exemple :

at the convertion there is 2 month i have 10 000 Users in phpnuke and after convertion a have 10 000 Users + topic etc ...  in my punbb. since today i have 12 000 users in phpNuke and i would like converte only the 2000 last users in my  punBB .

I want the "ID" of phpnuke = "ID" of punBB

phpnuke is install in "Tablenuke" and punBB in "TablepunBB" the two Table are in LOCALHOST.

I need Help for writing this script smile.

ThX

n3Twork

Coucou

You can Find MOD to : ftp://igarderoben.no-ip.com/punBB/most_users/

44

(15 replies, posted in Archive)

Yes sa le fait smile

Merci !!

bonjour,

Je voudrai savoir ou mettre la ligne :
include('mod_active_topics.php'); dans l'index.php

ou comment lemettre pour que sa fasse un tableau propre car actulement le tableau fait 50 % de la page alors que je voudrai ke sa fasse 100 % et je narrive pas a faire comme je veut hmm

je voudrai faire comme ce site > http://www.shuttertalk.com/  qlq peut t'il m'expliker ?

Merci

46

(1 replies, posted in Archive)

Jai pas comrpis ceux qe tu voulais faire !! :s

47

(7 replies, posted in Archive)

Concretement si on veut quelle s'ouvre dans une nouvelle fenete comment faire et quel fichier modifié ?

Je ne c'est pas si u MOD existe, mais avant sous phpbb j'avais fait une categorie dans le forum dans lakel je deplacé tous les msg que je voulai plus ... cette categorie poubelle n'été visible que par les admin et modo (j'ai refait ce system la avec mon forum punbb smile je pense q'on peu a vraiment faire plus simple !!

n3Twork

49

(3 replies, posted in Archive)

coucou,

il fau enlever un bout de code dans le fichier /userlist.php

Vers la ligne 70 du fichier suprime les lignes :

<label class="conl"><?php echo $lang_ul['User group']."\n" ?>
                    <br />
                                        
                    <select name="show_group">
                        <option value="-1"<?php if ($show_group == -1) echo ' selected="selected"' ?>><?php echo $lang_ul['All users'] ?></option>
<?php

$result = $db->query('SELECT g_id, g_title FROM '.$db->prefix.'groups WHERE g_id!='.PUN_GUEST.' ORDER BY g_id') or error('Unable to fetch user group list', __FILE__, __LINE__, $db->error());

while ($cur_group = $db->fetch_assoc($result))
{
    if ($cur_group['g_id'] == $show_group)
        echo "\t\t\t\t\t\t".'<option value="'.$cur_group['g_id'].'" selected="selected">'.pun_htmlspecialchars($cur_group['g_title']).'</option>'."\n";
    else
        echo "\t\t\t\t\t\t".'<option value="'.$cur_group['g_id'].'">'.pun_htmlspecialchars($cur_group['g_title']).'</option>'."\n";
}

?>
                    </select>
                    <br /></label>

n3Twork

50

(7 replies, posted in Archive)

respecte les majuscules et miniscules : d-m-Y

Mais sa donne que des chffre du veut la date comme ceci exemples: mardi 20 mars 2005" ???