a little update on my website : http://www.somborg
here is the forum : http://www.somb.org/punbb/
You are not logged in. Please login or register.
PunBB Forums → Posts by nico_somb
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 !
yes... and?
i don't undersand your problem
"Mark topics as read" + "Sub Forums" = http://www.nicosomb.info/punbb/index.php
I think it's working. Can you testing please?
"Mark topics as read" + "Sub Forums" = http://www.nicosomb.info/punbb/index.php
I think it's working. Can you testing please?
"Mark topics as read" + "Sub Forums" = http://www.nicosomb.info/punbb/index.php
I think it's working. Can you testing please?
great
i will test a modification of CowMix to integrate the "Mark topics as read" modification
yeah, your forum got sub forums Well done !
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 and you will be hide in the online list
The official website of SOMB, first basketball association of Boulogne-sur-mer (France).
I did it
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 !
the last version is released!
here is the last GB version : http://www.punres.org/viewtopic.php?id=1541
i'm OK to the Russian translation!!! great!
i will do the english translation this night (i hope )
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 ! thank you for all!
dharmil : can you do a ZIP file for us please?
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
nobody?
PunBB Forums → Posts by nico_somb
Powered by PunBB, supported by Informer Technologies, Inc.