26

(2 replies, posted in PunBB 1.2 show off)

a little update on my website : http://www.somborg

here is the forum : http://www.somb.org/punbb/

i'm not very good in english too... i'm better in french if you prefer tongue !

yes... and?

i don't undersand your problem hmm

"Mark topics as read" + "Sub Forums" = http://www.nicosomb.info/punbb/index.php

I think it's working. Can you testing please? smile

"Mark topics as read" + "Sub Forums" = http://www.nicosomb.info/punbb/index.php

I think it's working. Can you testing please? smile

"Mark topics as read" + "Sub Forums" = http://www.nicosomb.info/punbb/index.php

I think it's working. Can you testing please? smile

great smile

i will test a modification of CowMix to integrate the "Mark topics as read" modification wink

yeah, your forum got sub forums smile Well done smile !

35

(3 replies, posted in Feature requests)

Open index.php

#
#find line 186
#
if ($pun_user_online['user_id'] > 1)


#replace with (switch the letter x with the id of your account. the first account made has an id of 2)
if ($pun_user_online['user_id'] > 0 && $pun_user_online['user_g_id'] != x)

#save and upload

with this, you will put your ID in the line wink and you will be hide in the online list

36

(2 replies, posted in PunBB 1.2 discussion)

PunBB.fr has now a blog.

You can see it here :
http://www.punbb.fr/blog/


Nico smile

37

(2 replies, posted in PunBB 1.2 show off)

The official website of SOMB, first basketball association of Boulogne-sur-mer (France).

http://www.somb.org smile

38

(3 replies, posted in General discussion)

I did it wink


Open message_list.php :

Find : (the second one)

<form method="post" action="message_list.php">

Replace by :

<form method="post" name="folder_list" action="message_list.php">

Find :

<?php

// Fetch messages
$result = $db->query('SELECT * FROM '.$db->prefix.'messages WHERE owner='.$pun_user['id'].' AND status='.$box.' ORDER BY posted DESC LIMIT '.$limit) or error('Unable to fetch messages list for forum', __FILE__, __LINE__, $db->error());
$new_messages = false;
$messages_exist = false;

Before, add :

<SCRIPT LANGUAGE="javascript">
function checkAll() {
    var i=0;

    while (document.folder_list.elements[i]) {
        if (document.folder_list.elements[i].name=='delete_messages[]') {
            document.folder_list.elements[i].checked=!document.folder_list.elements[i].checked;
        }

        i++;
    }
}
</SCRIPT>

Find :

}
else
{
    $cols = isset($_GET['action']) ? '4' : '3';
    echo "\t".'<tr><td class="puncon1" colspan="'.$cols.'">'.$lang_pms['No messages'].'</td></tr>'."\n";
}
?>
            </tbody>
            </table>
        </div>
    </div>
</div>

After, add :

<p><a HREF="javascript:checkAll();">Select all</a></p>

Save/Upload


Enjoy smile !

the last version is released!

http://www.punres.org/viewtopic.php?id=1541

here is the last GB version : http://www.punres.org/viewtopic.php?id=1541

i'm OK to the Russian translation!!! smile great!

i will do the english translation this night (i hope wink )

If you understand French, you can go here :
http://www.punbb.fr/mods/mod.php?id=14

Here is my laste version of sub forum. You can test here : http://www.nicosomb.info/punbb/

well... I see my project is better smile ! thank you for all!

dharmil : can you do a ZIP file for us please? smile

ok ok !

in the "lisez_moi.txt", there are the tables ==> put it in your database.
upload your files on your forum
run the arcade.php file
And that's all!

how can i contact Rickard ?

i didn't understand what you said :s

in fact, it's a beta... you have to add this game by the database. There is no plugin yet

Hi!

The first beta of my Mod Arcade is released yesterday.

Here is the demo (only for members) : http://multy.freezee.org/arcade.php

Here are the screenshots :
http://img376.imageshack.us/img376/7638/s15ze.th.jpg
http://img376.imageshack.us/img376/3016/s30bl.jpg


To download it : http://www.somb.org/punbb/zip/arcade.zip

Create tables which are in the "lisez_moi.txt"
Upload the 4 files on your forum
Upload the directory "games" in your directory "/img"

Have fun!

Run the arcade.php, have fun!

in the next release : the plugin to manage the Mod Arcade, ...

oooops... thank you  smile

nobody?