Connorhd wrote:

add a news page with links and stuff, i just want to get the poll mod out first, then the miniportal, then the chat mod lol

Well, I do not need puncms in the whole. I just need need a home page with a good mark up similary to punbb forum .... smile

Ludo,

You first need to upgrade from 1.1.5 to 1.2
Then form 1.2 to 1.2.3

You'll find 1.2 in the download page, museum

Ludo,

278

(29 replies, posted in PunBB 1.2 discussion)

what do you think about http://www.phpwebgallery.net/ ?

Ludo,

279

(13 replies, posted in PunBB 1.2 troubleshooting)

I think I got the solution
You have to modify extern.php

Put define('PUN_ROOT', 'your field example /home/user....');
instead of define('PUN_ROOT', './');


what does it give?

Ludo,

280

(6 replies, posted in PunBB 1.2 discussion)

In my opinion this is not a good thing to put french support away.
I visit punbb.org everyday and so if there is question in french, I try to make a reply. If the french support is out of punnbb.org I don't think I will regulary go to punbb.fr. So I won't make any reply.
I think there should always be a french forum in punbb.org. I'm not opposed with punbb.fr. I just think it can be a good complement.
That's just my opinion.

Ludo,

281

(13 replies, posted in PunBB 1.2 troubleshooting)

try that:

<?php
$ancien_get_action = $_GET['action'];
$ancien_get_show = $_GET['show'];
$_GET['action'] = 'active';
$_GET['show'] = 8;
include($_SERVER['HTTP_RACINE'] . '/forum/extern.php');
$_GET['action'] = $ancien_get_action;
$_GET['show'] = $ancien_get_show;
?>

What does it give?

Ludo,

282

(11 replies, posted in Archive)

c'est pas normal. Les modules sont installés toutes les 24 heures.
Vous aviez bien supprimé les tables comme je vous l'avais demandé? Egalement les fichiers sur votre espace perso?
SI le problème devait persister, postez un message sur proxad.free.services.pagesperso (c'est un newsgroup)
Yohan Tordjman, responsable des pages perso chez free vous répondra.

cordialement,

283

(11 replies, posted in Archive)

le fait que ce soit classé par ordre alphabétique est normal. Ca n'est pas mélangé.
En fait vous avez une base chez free. Vous y mettez autant de tables que vous voulez. Le fait qu'il y ait des tables pour différentes applications dans votre base n'est pas du tout anormal.
Pouvez vous me dire ce que vous avez mis dans le fichier config.php? Ne donnez pas bien évidemment votre mot de passe ici...
Sinon, si vous ne voulez pas vous embetter, supprimez les tables afférentes à punbb de votre base. C'est tout simple à faire. Supprimez egalement les fichiers afférents à punbb de votre espace web.
Allez là http://subscribe.free.fr/persov2/persov2.pl et choisissez ce que vous voulez.

Ludo,

284

(11 replies, posted in Archive)

qu'appelez vous mélangé? Logiquement c'est classé par ordre alphabétique.
Vous avez installé punbb par l'installation automatique chez free ou bien vous avez fait l'installation vous même?
Subsidiairement vous pouvez nous donner l'adresse du site en question?

Ludo,

285

(11 replies, posted in Archive)

quel hebergeur?

Ludo,

I do not want to steal anything. I'm just impatient wink
moreover, I could not get the css with stealing.

Ludo,

Thank you for this reply Connorhd
Could you tell me where I can download this portal page with its markup? I think it's a good work.

Ludo,

The cms Gary build is really good. I had not seen it. See here http://punbb.org/forums/viewtopic.php?pid=27114#p27114
The problem is I don't know how to got it. I've not found where to download this cms. Somebody knows?
I tried to talk with Gary but he did not reply to my mail...

Any idea?

Ludo,

289

(2 replies, posted in PunBB 1.2 discussion)

Hi,

I just want to know if it is possible to put a table in a post, in punbb.

Ludo,

290

(15 replies, posted in Archive)

ça upgrade la base sql aussi...

Ludo,

Rickard wrote:

Features, features, features smile

sorry but what do you mean by that?

Ludo,

292

(15 replies, posted in Archive)

Franchement, je pense que tu gagnerais à executer la procedure classique d'update.
Meme si tu perds un peu de temps par la suite à quelques modifs, ça sera surement moins que le temps que tu risques de passer à éditer les fichiers pour les modifier, ce qui peut etre une cause non négligeable d'erreurs...

Ludo,

293

(10 replies, posted in PunBB 1.2 troubleshooting)

archive? In fact it's what it does...


Ludo,

the e-mail button you show me uses my personal adress I have on my PC.
I would prefer a method that when you clic on 'delete this message' it automatically sends a standard notification, from the administration mail adress, to the user without making more (not writing a message: your message has been deleted because....).
You can say me that I can use the form mail. You would be right but it's annoying to make a message every time I delete a post.
Automatise this thing would interest me.
We could imagine that when we delete a post there would be an option 'notify the user with the standard message'

Ludo,

you just have to create a file called /images/smileys in which you upload the smileys.

Ludo,

the e mail button?
There is no e-mail button in punbb.

Ludo,

Hi,

Just a suggestion:

When we moderate a forum, we somethimes have to delete posts which are not posted in the good forum or which are not correct...
It would be good to have a small option that enables to automatically send an e-mail to the user when his post is deleted.
It would also be good that this option include the ability for the admin to put a personal message (ex: your post is not in the good forum, you don"t respect the rule....)

What do you think about that? Won't be bloat I think...

Ludo,

298

(7 replies, posted in Archive)

La solution donnée par Cygale ne vaut que si vous utilisez une version à partir de 1.2.1
Sinon dans 1.1.5 il faut editer le code....

cordialement

maybe you just should modify that with the field you want:

// Directories in which plugin will save generated markup (must end with slash)
$output_dir_latest = PUN_ROOT.'plugins/AP_News_Generator/';
$output_dir_archive = PUN_ROOT.'plugins/AP_News_Generator/archive/';

It's in AP_News_Generator.php

Ludo,

300

(9 replies, posted in PunBB 1.2 troubleshooting)

works good now.

Thanks,

Ludo,