J'ai un site de design moi ? Parce que je vois pas... XD
2 2007-04-04 12:35
Re: ForumPassat.fr (24 replies, posted in PunBB 1.2 show off)
Certes, disons que j'attends la 1.3 pour me lancer dans la personalisation du CSS, et que pour l'instant c'est le contenu qui prime sur le contenant.
Ok, merci pour ta réponse.
3 2007-04-04 11:53
Re: ForumPassat.fr (24 replies, posted in PunBB 1.2 show off)
Ne prévois tu pas un design avec une identité visuelle propre à ton forum ? Car là ça fait un peu triste ton design (si tu vois ce que je veux dire)...
4 2007-04-03 11:25
Re: ForumPassat.fr (24 replies, posted in PunBB 1.2 show off)
Salut, je me permet de t'adresser en français puisque tu dois être français, vu ton forum. ^^
Le design de ton forum est définitif ou provisoire ?
Bonne journée.
5 2007-03-07 09:03
Re: Aditional Footer Text (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Good mod.
7 2007-01-19 17:11
Re: Easy Poll + PROBLEMS :( (32 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Did you launch well install_mod.php ?
8 2007-01-17 12:43
Re: My Mod Arcade beta 1 (239 replies, posted in PunBB 1.2 modifications, plugins and integrations)
9 2007-01-08 17:04
Re: Easy Poll - 1.1.3 (224 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Witch poll is best? Easy Poll + or Easy Poll - 1.1.3
Easy Poll +.
10 2007-01-06 16:43
Re: show recent post links to outdated post (7 replies, posted in PunBB 1.2 bug reports)
Hello, will it be possible to have the corrected code ?
I noticed that in PunBB 1.2.13 this bug is not visible.
I believe that it appears because of this line :469: $sql = 'SELECT t.id AS tid, t.poster, t.subject, t.last_post, t.last_post_id, t.last_poster, t.num_replies, t.closed, t.forum_id FROM '.$db->prefix.'topics AS t WHERE t.id IN('.$search_results.') GROUP BY t.id, t.poster, t.subject, t.last_post, t.last_post_id, t.last_poster, t.num_replies, t.closed, t.forum_id'.$group_by_sql.' ORDER BY '.$sort_by_sql;
Which is different in PunBB 1.2.13 :
468: $sql = 'SELECT t.id AS tid, t.poster, t.subject, t.last_post, t.last_post_id, t.last_poster, t.num_replies, t.closed, t.forum_id FROM '.$db->prefix.'posts AS p INNER JOIN '.$db->prefix.'topics AS t ON t.id=p.topic_id WHERE t.id IN('.$search_results.') GROUP BY t.id, t.poster, t.subject, t.last_post, t.last_post_id, t.last_poster, t.num_replies, t.closed, t.forum_id'.$group_by_sql.' ORDER BY '.$sort_by_sql;
Thank you.
Up.
12 2006-12-24 08:34
Re: My Mod Arcade beta 1 (239 replies, posted in PunBB 1.2 modifications, plugins and integrations)
14 2006-12-23 08:56
Re: show recent post links to outdated post (7 replies, posted in PunBB 1.2 bug reports)
Hello, will it be possible to have the corrected code ?
I noticed that in PunBB 1.2.13 this bug is not visible.
I believe that it appears because of this line :
469: $sql = 'SELECT t.id AS tid, t.poster, t.subject, t.last_post, t.last_post_id, t.last_poster, t.num_replies, t.closed, t.forum_id FROM '.$db->prefix.'topics AS t WHERE t.id IN('.$search_results.') GROUP BY t.id, t.poster, t.subject, t.last_post, t.last_post_id, t.last_poster, t.num_replies, t.closed, t.forum_id'.$group_by_sql.' ORDER BY '.$sort_by_sql;
Which is different in PunBB 1.2.13 :
468: $sql = 'SELECT t.id AS tid, t.poster, t.subject, t.last_post, t.last_post_id, t.last_poster, t.num_replies, t.closed, t.forum_id FROM '.$db->prefix.'posts AS p INNER JOIN '.$db->prefix.'topics AS t ON t.id=p.topic_id WHERE t.id IN('.$search_results.') GROUP BY t.id, t.poster, t.subject, t.last_post, t.last_post_id, t.last_poster, t.num_replies, t.closed, t.forum_id'.$group_by_sql.' ORDER BY '.$sort_by_sql;
Thank you.