SMF Support > Converting to SMF
Quote tags not recognized
Burpee:
In the meantime, any advice on what I could do to fix this?
Dietrich:
Yeah, I would like to know this too. The problem is just that most phpBB quotes begin with
--- Code: ---[quote="nickname"][quote][/quote]
--- End code ---
Now it would be handy if I can run a query that replaces those tags with a simple
--- Code: ---[quote][/quote]
--- End code ---
tag.
Vitat:
SMF not understand phpBB tags.
Needed some script to implement to phpBB2SMF converter, which change
--- Code: ---[quote="nickname"]
--- End code ---
to
--- Code: ---[quote author=nickname]
--- End code ---
[/quote]
[Unknown]:
--- Quote from: [Unknown] on July 05, 2004, 11:17:11 AM ---I'll see if I can find what's wrong.
Edit: Fixed for RC1.
-[Unknown]
--- End quote ---
As I said, yes it should support quote=. There was something wrong, but it will in RC1.
-[Unknown]
packman:
--- Quote from: Hector Gonsales on July 07, 2004, 03:54:46 AM ---As I said, yes it should support quote=. There was something wrong, but it will in RC1.
-[Unknown]
--- End quote ---
Is it the phpbb2smf converter or the main SMF codet that's finxed in RC1, i.e. if I import my phpBB2 database using the current converter, the quotes will all display correctly once I apply the RC1 code, or I would need to import my phpBB2 database using the RC1 converter for it to work properly?
Chris
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version