I go back from this request !!!

Under the IP (admin mod, or MOD mod, the same in PunBB)

I would like to have the REAL NAME field (more pratik for some games on my site)

Thanx sad

552

(10 replies, posted in Feature requests)

Where is the interest ?

PhpBB et Vbulletin are perfect for that.

PunBB has some defaults (standard mp, mass mailing ...), but its force is "no GADGET"

May the force with you, Rickard smile

553

(16 replies, posted in PunBB 1.2 discussion)

Stats on my site ...

Total 1 755 (100 %) (- 10,6 %)
MsIE 6.x 1 404 (80 %) (- 9,5 %)
MsIE 5.x 222 (12,6 %) (- 14,0 %)
Mozilla 85 (4,8 %) (+ 6,3 %)
Netscape 7.x 13 (0,7 %) (- 40,9 %)
Safari 12 (0,7 %) (- 33,3 %)
Netscape 4.x 9 (0,5 %) (+ 50 %)
Netscape 3.x 7 (0,4 %) (- 22,2 %)
Opera 2 (0,1 %) (- 80 %)
MsIE 4.x 1 (0,1 %) (- 75 %)

where is lynx ? or whynot mozaic ??!!

It's a time where the coders HAVE TO FORCE the technology ... whynot develop all for 28k modems ??? no, past is past !!!

xhtml is the future of the web, and great browsers like FIREFOX show us the powerful of the css and xhtml about the layout techniques (see the excellent http://www.csszengarden)

I have found a tabular site WITHOUT TD ... it's impressive : check it at
http://www.tbrown.org/ideas/tabularlist/

All is in the title

I would like only moderators and admin' could be able to read the field "name"

It would be great (too), in modo + admin mod, the name is displayed under the pic/avatar in viewtopic.php ...

...

Thanx in advance

555

(25 replies, posted in PunBB 1.2 bug reports)

In fact, I was BEFORE on phpBB, and when you visited, hop, the newest topic read ... more practice, in fact ( no ? )

556

(25 replies, posted in PunBB 1.2 bug reports)

All my users don't like smile

Me too in fact

but it's not the important : fast, simple, it's important, and pun is great for this

Chacmool wrote:
Rod wrote:

Because there is a          '              the user is not recognized ...

How to fix it ?

Seems to work fine for me. Which version do you run? When does it happen?


The user doesn't exist (and of course, he (in the actual case, SHE) exists ...

French version ... ?!

No answer ... but this is not the reason of my new message

An user is called            Doud'         on my forum

Because there is a          '              the user is not recognized ...

How to fix it ?

I'm not a php coder : I would like if it was possible ... it seems it's possible smile so thanx for the answer smile

I have dev' a code (One line Javascript and a few css lines) to read Real Videos ...

The technic is simple :

[real] your video [/real]

You click on it, a DHTML layer (with innerHTML properties) writes on the fly ON THE FORUM'S PAGE with video.

Demo soon online on my site : it's fast, very elegant (no new html popup !!! only a layer), and easy to customize

If you are interested, I'll put the code tomorrow (or after tomorrow)

A question about punBB and CPG

Could you be able nibbler (a lot of stuff I know) to create a CPG > Pun converter to put all user in a same data base users ?

With this :
- if the pseudo is the same = same account
- if the pseudo is different = consider it as a new user in Pun ...

But thanx for your bridge (I test it today)

OK ... It works smile

So ... I would like if it's possible, instead to send user to the forum, use the function <?php self ?> to have ... example ...

http://www.domain.com/urlofyourpagewithpunNewz.php

If you want to read comments ...

http://www.domain.com/urlofyourpagewith … ?=comments

héhé ... ok thanx Cuteseal : I put the mod in the root of my site ... (I have said : I'm very stupid ...)

I test ...

I think I'm very stupid smile

I don't understand HOW to install this mod sad

Great french stupid man I am ...

565

(300 replies, posted in PunBB 1.2 discussion)

Indeed, we can use email : but pm has advantages
- if someone looses his email (he changes FAI, or anything reason), it can continue to receive messages from the webmaster, of the other members
- some free IMAP4 refuse emails : it's not the case with PM
- not obligation to read an email to have news : so > faster.

As I can write above, it's my point of view.

566

(300 replies, posted in PunBB 1.2 discussion)

PM is important in the sense where you can use only this function to create in same time a newsletter : important for user (in my sense) to inform the evolution of a site, or a forum.

X files Power : Yes, in admin > options, PM are YES (and it's logic, because the members and I can send PM smile)

I don't understand .. very weird !!! smile

            // Private Message 1.0.8
            //require($pun_root.'include/pms/functions_navlinks.php');
            //$links[] = '<a href="message_list.php">'.$lang_pms['Messages'].'</a>';
            $links[] = '<a href="message_list.php">Messages privés</a>';

First line > doesn't work
Second line > doesn't work (create a "blank")
Third line > works !

Bug in fr_pms.php ?

And in this case, is it the same thing I have to do for members to have the PM link in profile's user ???

sad

I don't understand

my actual code is

        if ($cur_user['status'] < PUN_MOD)
        {
            if ($pun_config['o_search'] == '1')
                $links[] = '<a href="search.php">'.$lang_common['Search'].'</a>';

            $links[] = '<a href="profile.php?id='.$cur_user['id'].'">'.$lang_common['Profile'].'</a>';

            // Private Message 1.0.8
            require($pun_root.'include/pms/functions_navlinks.php');

            $links[] = '<a href="login.php?action=out">'.$lang_common['Logout'].'</a>';
        }
        else
        {
            $links[] = '<a href="search.php">'.$lang_common['Search'].'</a>';
            $links[] = '<a href="profile.php?id='.$cur_user['id'].'">'.$lang_common['Profile'].'</a>';
            $links[] = '<a href="admin_index.php">'.$lang_common['Admin'].'</a>';

            // Private Message 1.0.8
            require($pun_root.'include/pms/functions_navlinks.php');

            $links[] = '<a href="login.php?action=out">'.$lang_common['Logout'].'</a>';
        }

What's wrong ?

That's very weird ... 'cause if you talk about my header menu ... like ...

Sortons.Net [ Forum ]
Tous les plans pour sortir sur Rouen, Caen, Basse et Haute Normandie 
Accueil | Liste utilisateurs | Règles | Recherche | Profil | Admin | Déconnexion

As you can see, I have not a link to go to private messages ... or I have installed, I think, the mod as described ...

About 4. > If I go to user profile page ... I have only "send an email" but any link to send a PM : I have added the code as required :

#
#---------[ 19. FIND (line: 562) ]---------------------------------------------
#

    // Set all his/her posts to guest
    $db->query('UPDATE '.$db->prefix.'posts SET poster_id=1 WHERE poster_id='.$id) or error('Unable to update posts', __FILE__, __LINE__, $db->error());

#
#---------[ 20. AFTER ADD ]----------------------------------------------------
#

    require($pun_root.'include/pms/profile_delete.php');

But nothing ...

Well, I have changed the 3 files you did ... but I don't see where the "Send a new PM" appears in header of the forum : indeed, to locate the message_list.php, only thing to do actually is ... to remember the url http://www.domain.com/message_list.php

Have I forgotten something ?

'New message'                =>        'Envoyer un message',

French translation tongue

572

(300 replies, posted in PunBB 1.2 discussion)

It would be nice to add (without mod)
- Private Message (the actual mod is quite perfect, even if there are some upgrades to do)
- Attachment mod is perfect, and quite light
- Possibility to use all members as a newsletter (via email or mass PM)

That's all in fact : your UBB is perfect, in fact smile

573

(4 replies, posted in PunBB 1.2 troubleshooting)

You can find your request @ http://punbb.org/forums/viewtopic.php?id=4036

574

(11 replies, posted in General discussion)

Don't worry : since I'm on the Web (1998), and after testing a lot of UBB ... your PunBB is great, even if some options are missing : but your baby is young ... and already great !

575

(9 replies, posted in PunBB 1.2 bug reports)

Ahhhhhhhhh yes !!! smile thanx !!! I have used the phpBB > PunBB convertor, and I didn't see where was the problem !

Thanx.