Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Re:>>>>phpBB2 to Fireboard - Yes IT w (1 viewing) (1) Guest
TOPIC: Re:>>>>phpBB2 to Fireboard - Yes IT w
#61104
Re:>>>>phpBB2 to Fireboard - Yes IT w 2 Months, 1 Week ago  
Yes .. my test system is now ready, so I can now work on the 1.5 converter. Should be done in the next few days. Will let you know when it is ready.
kittymcooper (User)
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Location: Fort Collins, CO
Logged Logged
 
------------------------------------------------------------------
Kitty Munson Cooper, web designer and programmer,
Open Sky Web Design
 
 
#61470
Re:>>>>phpBB2 to Fireboard - Yes IT w 1 Month, 4 Weeks ago  
I have posted the new version which understands the Joomla 1.5 aro tables and figures out what joomla version it is on in my downloads area:

openskywebdesign.com/cms/modules.php?nam...ewdownload&cid=3

but since my new test system is still not ready, I have been unable to test it.

The changes are tiny and I ran it through a syntax checker so I am hopeful. If you have problems due to my code, PM me the details ands I will try and fix them
kittymcooper (User)
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Location: Fort Collins, CO
Logged Logged
 
------------------------------------------------------------------
Kitty Munson Cooper, web designer and programmer,
Open Sky Web Design
 
 
#61795
Re:>>>>phpBB2 to Fireboard - Yes IT w 1 Month, 3 Weeks ago  
I've been struggling with the new converter..

I run a site with users from Scandinavia, and they use special characters.. like æ. ø, å..

can the converter be set to copy these as well.. right now it just adds strange characters instead of the proper ones..
symbiot (User)
Junior Boarder
Posts: 49
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#61806
Re:>>>>phpBB2 to Fireboard - Yes IT w 1 Month, 3 Weeks ago  
nm
symbiot (User)
Junior Boarder
Posts: 49
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#61807
Re:>>>>phpBB2 to Fireboard - Yes IT w 1 Month, 3 Weeks ago  
I think special characters are more a mySQL character export and import issue. What character type did you use? In the past when I have had this problem myself, I have used the following mySQL query in phpmyadmin to fix the message posts afterwards:

Code:


update [table_name] set [field_name] = replace([field_name],'[string_to_find]','[string_to_replace]');



to fix it in the converter you would change the function prep at the end and put your replaces there right before

Code:

$s = addslashes($s);


you could do something like:

Code:

$s = str_replace("oldchar","newchar",$s); 


where oldchar is the character as stored and newchar is the html version. A good list of the html versions of unusual characters is here:

http://www.webmonkey.com/reference/Special_Characters
kittymcooper (User)
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Location: Fort Collins, CO
Logged Logged
 
------------------------------------------------------------------
Kitty Munson Cooper, web designer and programmer,
Open Sky Web Design
 
 
#62078
Re:>>>>phpBB2 to Fireboard - Yes IT w 1 Month, 2 Weeks ago  
I've used the 'new' converter and it works fine (the one posted in this thread)


a lot of data is still missing though.

maybe I'm missing something but looking at my CB profile stuff like amount of posts, subscribed thread etc. are not included?
symbiot (User)
Junior Boarder
Posts: 49
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62595
Re:>>>>phpBB2 to Fireboard - Yes IT w 1 Month ago  
is this thread dead? or running somewhere else?

I am still hoping to be able to port all user info like number of posts, subscribed threads and such data.

Anyone..?
symbiot (User)
Junior Boarder
Posts: 49
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62596
Re:>>>>phpBB2 to Fireboard - Yes IT w 1 Month ago  
Frankly I am too busy at the moment with work I am being paid for. We are now a one income family (mine) and I have not received a single donation for all my help on this. However I think my client will need this correction too so in another week ...
.
kittymcooper (User)
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Location: Fort Collins, CO
Logged Logged
 
------------------------------------------------------------------
Kitty Munson Cooper, web designer and programmer,
Open Sky Web Design
 
 
#62597
Re:>>>>phpBB2 to Fireboard - Yes IT w 1 Month ago  
Hi kitty.

thank you for taking the time to answer.
I understand that paid work comes first.
I wish I had the means to help you, or pay for your service!
I do appreciate the effort you've put into this so far!
symbiot (User)
Junior Boarder
Posts: 49
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62932
Re:>>>>phpBB2 to Fireboard - Yes IT w 3 Weeks, 2 Days ago  
partly to keep this thread going, and partly to help a little.

I will, eventually, be able to add a small hack to this, that enables those who use smartor's album with an upload plugin that works from the post side, without having to go into the album to upload etc. can't remember the name, but will find it.. to port those image entries also. this plugin just writes up a link like this:

[albumimg]2671[/albumimg]

I will get a converter for this, and this could be a part of the converter if you think it would serve a purpose.
symbiot (User)
Junior Boarder
Posts: 49
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top