I see 5 users at your site now.
The link you have posted leads to the forum "Le Forum". Do you expect that list of users to appear on the forum page?

List here the extensions you have got installed.

What are the collation and the charset of your DB?

I can't reproduce this data loss. I created a db with latin1_spanish_ci collation, wrote a post with message "123á456", and after the migration I do see it. What did I miss?

Can you add an extension request?

906

(41 replies, posted in PunBB 1.3 extensions)

Unfortunately I did not manage to understand you completely. Are you talking about using usual buttons in BBcode Bar? Describe it in a more detailed way, please.

907

(2 replies, posted in PunBB 1.3 additions)

Forum updates don't overwrite templates, those can be overwritten if you update to a new Forum version. In this case you can manually rewrite templates.

908

(5 replies, posted in Feature requests)

What do you mean by  the "external Feed"?

909

(20 replies, posted in PunBB 1.3 extensions)

Maybe you can create an extension which will be based on the code, you have posted above?

Follow this instructions. I think it will work fine also for FluxBB. Don't forget to make a backup of your forum database! Please, post here the results of migrating.

SiCo wrote:

Firstly when transferring the old topics and posts how do I update the forum topic and posts counts? Is there a built in method or do I simply run a COUNT() on the tables for each forum?

An example of how to update a forum topic and posts count can be found in the function "sync_forum" (<FORUM_ROOT>/include/functions.php lines 2280-2331)

SiCo wrote:

Should I simply import all the users then use the punbb tools to remove the old users?

Yes, it will work, I think. You can remove user with usage of forum function "delete_user" (<FORUM_ROOT>/include/functions.php lines 1709-1819)

Thank you for these detailed instructions, they will be useful for our members.

merci smile

Yes, it is. For guests id = 1.

915

(1 replies, posted in PunBB 1.3 additions)

If someone will makes it, styles can be placed in our unofficial repository. We also have a repository with official styles.

Your privileges seem ok for me.
What is the mode of the mysql data directory?

rahahm33 wrote:

this needs to be for threads and posts too. sigh this should be in the core.

These features will be implemented in the pun_approval extension, which is under development now.

rahahm33 wrote:

there needs to be a mod that allows admins to verify the registration of a new user manually

Add an extension request, please.

918

(1 replies, posted in PunBB 1.3 bug reports)

It is set correctly, but it is not displayed correctly. It happens because of the function gmdate at the 125 line of <FORUM_ROOT>/admin/bans.php. I will continue investigating why it has happened. To fix it manually, change "gmdate" to "date".

919

(60 replies, posted in PunBB 1.3 extensions)

How can I edit a subforum? I can't find it in the forum list or edit it via the page with the parent forum.

Check up:
1) The ownership of the copied files in the data directory;
2) Does your mysql user have insert/update privileges in the database? You can check it with this SQL query:

SHOW GRANTS

If everything is ok with the ownership and privileges, maybe the mysql file with data of table has been corrupted. You can fix it with this SQL command.

slickplaid wrote:

What is the command to close a db query?

$forum_db->close();

922

(7 replies, posted in Feature requests)

Eretz wrote:

It seems to me that it is one of the most important lost in the transfert from 1.2 to 1.3 version.

I agree with you, this option will surely be implemented.

I think this can be an extension, add an extension request to wiki.

Did you do something to your MySQL database before converting?

This post should help you.