Topic: Quotes without name after use 'PunBB Migration Tool'
I made the migration of a 'phpBB' database to 'PunBB', and the names in quotes (like: "Tommy wrote:") had disappeared.
How can i solve this?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → Quotes without name after use 'PunBB Migration Tool'
I made the migration of a 'phpBB' database to 'PunBB', and the names in quotes (like: "Tommy wrote:") had disappeared.
How can i solve this?
I've migrated several phpBB forums myself and never encountered that problem. Do you have a link so we can check it out?
Well, modifications could interfere I guess, but I'm not sure. Unless someone is interested in debugging the problem, I think you're gonna have to live with this. At least it only affects the old posts. New posts will of course have the correct quote syntax.
Oh...
Thanks for trying to help.
I made the migration of a 'phpBB' database to 'PunBB', and the names in quotes (like: "Tommy wrote:") had disappeared.
Same problem for me. Maybe the problem is is that
phpBB => quote="Tommy"
punBB => quote=Tommy
Any suggestion or must I remove all quotes before starting the migration?
Also pools doesn't work: may it depends from the language of my forum (Italian)?
Thanks in advance.
It seems to me that the converter just strips out the names in quotes... but I could be wrong.
Yes. The quote remains but with no author so
quote="Tommy" => quote
If I remove all the quotes from the original phpBB posts, the names will be correctly migrated?
You could always fix the converter
Same problem for me. Maybe the problem is is that
phpBB => quote="Tommy"
punBB => quote=Tommy
Actually, PunBB supports both.
I know, but the converter doesn't...
Let's see then...
In converters/phpBB open file _config.php and find
'[quote]',
Try replacing it with
'[quote=$1]',
I think they kinda forgot this in the converter
No way.
I?ve tried according to your mod but I get this strange code:
9a2d097bd0="Alessandro" wrote:
8d6cfb7db9="Maria" wrote:
I mean that the username now are OK but the code isn?t OK.
Another question: how can I change the word "wrote" in "ha scritto" according to the language (Italian) of my board?
Thanks!
That's odd =/
And that should be in your language files
If I remove the quotes
[quote="Alessandro"]=> [quote=Alessandro]
in the original phpBB posts before migrating, should I leave you mod
'[quote]', => '[quote$1]',
too?
Can anyone help me, please?
I'd like to migrate from phpBB but, at the moment, I'll get all the quotes without author's name...
I'll take a look
The quotatation marks aren't the issue, the issue is the regex used and the BBCode syntax. Does phpBB allow for
[quote]
tags (as in, quote tags without a name specified)?
Thank you, Smartys!
In phpBB, the quotation code is like this:
[quote="candyman"]Post you want to quote[/quote]
with quotation marks around the nickname.
Using the Migration tool tha author's name is ignored and the citation is anonymous.
I've sent you an email, since I'm finding it hard to post the code snippet
No way.
Author's nick doesn't appear.
Only this:
quoted post
It seems that
[quote="any username"]quoted post[/quote]
becomes
[quote=]quoted post[/quote]
So, I guess someone who is better with regexes than I am will need to take a look at this and tell me what I'm doing wrong
The new search is:
'#\[quote:[a-z0-9]{10}=(.*?)\]#i',
And the new replace is:
'[quote=$2]',
I'm sure I'm missing something completely obvious
Maybe the recognition/migration of the quotes characters before and after the nickname can be the problem?
The standard in phpbb is:
[quote="nickname"]quoted post[/quote]
Hope this helps.
Since PunBB supports both, why even bother converting?
Just try removing those lines
D'oh!
Please tell me what are the lines that, according to you, should I remove from the original _config.php file.
Then, I'll give a try.
Bekko: IU believe the problem is that phpBB stores the BBCode something like this
[quote:a58714dfdf="Smartys"][/quote:a58714dfdf]
You need to strip out the :a58714dfdf bit, which is what I was attempting to do
PunBB Forums → PunBB 1.2 troubleshooting → Quotes without name after use 'PunBB Migration Tool'
Powered by PunBB, supported by Informer Technologies, Inc.