Archives FluxBB.fr

Les archives de FluxBB.fr

Vous n'êtes pas identifié(e).

#1 26-01-2009 16:25:34

djjoys
Membre

upload avatar disparu? besoin d'aide SVP

bonjour a tous,

voila j'ai terminer le forum d'une amie aujourd'hui et je me suis rendu compte que l'option pour l'avatar avais légérement changée mdr

pour eviter un long discours voici le screen:
sanstitrehc1.jpg

et voici le Profile.php que j'ai: Pour le telecharger

si vous pouviez m'aider ce serait le top ^^

merci


[img align=c]http://img510.imageshack.us/img510/511/simpsonsmatrixdjjoysvn0.jpg[/img]

Hors ligne

#2 26-01-2009 16:34:27

fanf73
Wik-wiki

Re : upload avatar disparu? besoin d'aide SVP

Tu as du te planter en installant une mod.

Ligne 1394

<div><input type="hidden" name="form_sent" value="1" /></div>
<?php if ($pun_config['o_avatars'] == '1'): ?>                <div class="inform">
                    <fieldset id="profileavatar">
                        <legend><?php echo $lang_profile['Avatar legend'] ?></legend>
                        <div class="infldset">
<?php if (isset($avatar_format)): ?>                    <img src="<?php echo $pun_config['o_avatars_dir'].'/'.$id.'.'.$avatar_format ?>" <?php echo $img_size[3] ?> alt="" />
<?php endif; ?>                    <p><?php echo $lang_profile['Avatar info'] ?></p>
                            <div class="rbox">
                                <label><input type="checkbox" name="form[notify_with_post]" value="1"<?php if ($user['notify_with_post'] == '1') echo ' checked="checked"' ?> /><?php echo $lang_profile['Notify full'] ?><br /></label>
                            </div>
                        </div>
                    </fieldset>
                </div>

Tu devrais avoir

<div><input type="hidden" name="form_sent" value="1" /></div>
<?php if ($pun_config['o_avatars'] == '1'): ?>                <div class="inform">
                    <fieldset id="profileavatar">
                        <legend><?php echo $lang_profile['Avatar legend'] ?></legend>
                        <div class="infldset">
<?php if (isset($avatar_format)): ?>                    <img src="<?php echo $pun_config['o_avatars_dir'].'/'.$id.'.'.$avatar_format ?>" <?php echo $img_size[3] ?> alt="" />
<?php endif; ?>                    <p><?php echo $lang_profile['Avatar info'] ?></p>
                            <div class="rbox">
                                <label><input type="checkbox" name="form[use_avatar]" value="1"<?php if ($user['use_avatar'] == '1') echo ' checked="checked"' ?> /><?php echo $lang_profile['Use avatar'] ?><br /></label>
                            </div>
                            <p class="clearb"><?php echo $avatar_field ?></p>
                        </div>
                    </fieldset>
                </div>

Nous ne faisons pas le travail à votre place mais nous prenons le temps de vous montrer le chemin. Merci de lire ce que l'on vous dit et de réfléchir avant de re-demander une explication.

Hors ligne

#3 26-01-2009 17:59:50

djjoys
Membre

Re : upload avatar disparu? besoin d'aide SVP

merci a toi ca marche


[img align=c]http://img510.imageshack.us/img510/511/simpsonsmatrixdjjoysvn0.jpg[/img]

Hors ligne

Pied de page des forums