Is this still in beta test?
27 2010-04-24 15:23
Re: Private Messaging (pun_pm) (154 replies, posted in Supported extensions)
Is it possible to allow/disallow PM by group ?
28 2010-04-24 14:57
Re: [Release] First Post (22 replies, posted in PunBB 1.3 extensions)
this option is only for admin or moderator or usable by all member ?
29 2010-04-05 09:31
Re: [release] Post edit grace period (21 replies, posted in PunBB 1.3 extensions)
is it possible to prohibit Edit after a period ?
30 2009-12-09 09:09
Re: [release] Impoved online list (61 replies, posted in PunBB 1.3 extensions)
Good extension, Thanks
31 2009-11-30 14:10
Re: Centralisation des traductions françaises (11 traductions) (7 replies, posted in PunBB 1.3 additions)
Aucune idée. Peut-être à cause du thème. Si la traduction est plus longue que la version originale, ça peut décaler si le thème est mal foutu.
32 2009-11-27 10:04
Re: Centralisation des traductions françaises (11 traductions) (7 replies, posted in PunBB 1.3 additions)
Traduction de Pun_PM en français : Pun_pm_fr
Traduction de PM_email en français : pm_email_fr
33 2009-11-06 14:19
Re: Count of options can't be less than 2 (2 replies, posted in PunBB 1.3 troubleshooting)
Ok, thanks !
34 2009-11-04 16:33
Topic: Count of options can't be less than 2 (2 replies, posted in PunBB 1.3 troubleshooting)
Hello,
Some members got an error trying to change them :
"Count of options can't be less than 2"
What it means ?
35 2009-08-31 13:46
Re: Chat Box (10 replies, posted in PunBB 1.3 extensions)
Is this is what you want?
No, i search a java interface for irc network that use punbb login to the chan irc.
36 2009-08-21 19:54
Re: Chat Box (10 replies, posted in PunBB 1.3 extensions)
There is a plugin for PunBB 1.2 :
http://www.pjirc.com/downloads.php?p=0&c=3
Adds Pjirc to PunBB, with user, style and language support
But it does not work with 1.3 version.
37 2009-08-19 16:26
Re: [Release] Sitemap Generator (76 replies, posted in PunBB 1.3 extensions)
I have installer this extension, but my forum count 6100 topic. Does the full sitemap is generated each time ?
because when I post a message, it is very long.
38 2009-08-19 11:49
Re: [Release] Smiley Browser (JavaScripted scrolling smilies list) (3 replies, posted in PunBB 1.3 extensions)
does it work with 1.3.4 punBB ?
39 2009-07-20 09:03
Re: Extension requests (32 replies, posted in PunBB 1.3 extensions)
Add new profil fields in the profile, with the possibility to make them visible or not depending on the group
40 2009-07-16 13:59
Re: Attachments (pun_attachment) (118 replies, posted in Supported extensions)
Thank's !
Good job.
41 2009-07-13 14:53
Re: SEF URL redirect? (10 replies, posted in PunBB 1.3 discussion)
thank you very much, I'll try to refine it.
42 2009-07-10 07:48
Re: Can't switch off "Send forum e-mail" (3 replies, posted in PunBB 1.3 troubleshooting)
Look at "admin" -> "user" -> "group"
43 2009-07-09 17:39
Re: [extension release] Easy Profile Fields v2.0 (35 replies, posted in PunBB 1.3 extensions)
I am interested by this extension
44 2009-07-09 15:53
Re: SEF URL redirect? (10 replies, posted in PunBB 1.3 discussion)
Great !
But can you help me to make the same for viewforum.php ?
edit : i do this :
<?php
define('FORUM_ROOT', './');
require FORUM_ROOT.'include/common.php';
$id = isset($_GET['id']) ? intval($_GET['id']) : 0;
if ($id < 1)
message($lang_common['Bad request']);
// Fetch some info about the topic
$query = array(
'SELECT' => 't.forum_name',
'FROM' => 'forums AS t',
'JOINS' => array(
array(
'INNER JOIN' => 'forums AS f',
'ON' => 'f.id=t.id'
),
array(
'LEFT JOIN' => 'forum_perms AS fp',
'ON' => '(fp.forum_id=f.id AND fp.group_id='.$forum_user['g_id'].')'
)
),
'WHERE' => '(fp.read_forum IS NULL OR fp.read_forum=1) AND t.id='.$id.''
);
$result = $forum_db->query_build($query) or error(__FILE__, __LINE__);
if (!$forum_db->num_rows($result))
message($lang_common['Bad request']);
list($topic_subject) = $forum_db->fetch_row($result);
header("HTTP/1.1 301 Moved Permanently");
header('Location: '.str_replace('&', '&', forum_link($forum_url['forum'], array($id, sef_friendly($topic_subject)))));
?>
is it good ?
ps : I just added that as well on the first script
header("HTTP/1.1 301 Moved Permanently");
45 2009-07-09 14:03
Re: Private Messaging (pun_pm) (154 replies, posted in Supported extensions)
Ok, thanks.
46 2009-07-08 13:47
Re: Private Messaging (pun_pm) (154 replies, posted in Supported extensions)
Is it possible to add a notification by mail ?
47 2009-07-05 09:24
Re: SEF URL redirect? (10 replies, posted in PunBB 1.3 discussion)
Nobody kown ?
It's very important for me. This board has 52000 posts and 4 years old. It has many external links.
48 2009-07-03 11:17
Re: SEF URL redirect? (10 replies, posted in PunBB 1.3 discussion)
Hello, I agree with Grant. I also have an old version 1.2.xxx PunBB forum and I would like to switch to PunBB 1.3.4 with rewriteable urls.
Outside I see the two urls, old and new, are present.
I would like to permanently redirect the old urls to the new. I do not know how.
Does anyone has a solution to offer?
I want to avoid duplicate content.
49 2009-06-27 18:10
Re: [Release] New french language pack (57 replies, posted in PunBB 1.3 additions)
Merci pour votre boulot surtout
50 2009-06-27 15:46
Re: [Release] New french language pack (57 replies, posted in PunBB 1.3 additions)
Bonjour,
il existe 2 fichiers langs français. Un French, et un Français. Il semblerait que le "French" ne traduise pas l'admin.
Par contre la version Français dont un parle ici présente une erreur sur le fichier ur_replace.php (en tout cas avec la version 1.3.4 de punBB). La rewriting ne fontionne pas correctement et colle "-vews" dans le mode fancy. J'ai regardé le fichier anglais, et il semblerait qu'il y ait trop de codes à la fin :
'’' => '-',
'–' => '-',
'—' => '-',
'×' => 'x',
'…' => '',
'€' => 'euros',
'' => '',
'' => '',
'' => '',
'' => '',
En retirant ça, le rewriting fontionne.
Je n'ai pas repéré d'autres anomalies pour l'instant.