Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Re:phpBB (1 viewing) (1) Guest
Go to bottom Favoured: 8
TOPIC: Re:phpBB
#12125
Re:phpBB 1 Year, 5 Months ago  
Have been thinking of that for a while, but haven't found a solution yet... Will think of it though
michiel (User)
Junior Boarder
Posts: 33
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#12128
Re:phpBB 1 Year, 5 Months ago  
After successful converting from phpBB i finally installed Fireboard. But, when I click on some user in Fireboard User Profile Manager, Fireboard shows me bunch of code starting with:

[code:1]// bbCode control by // subBlue design // www.subBlue.com // adapted for Simpleboard by the Two Shoes Module Factory (www.tsmf.jigsnet.com) // Startup variables var imageTag = false; var theSelection = false; // Check for Browser & Platform for PC & IE specific bits // More details from: http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html var clientPC = navigator.userAgent.toLowerCase(); // Get client info var clientVer = parseInt(navigator.appVersion); // Get browser version var is_ie = ((clientPC.indexOf("msie"«») != -1) && (clientPC.indexOf("opera"«») == -1)); var is_nav = ((clientPC.indexOf('mozilla') != -1) && (clientPC.indexOf('spoofer') == -1) && (clientPC.indexOf('compatible') == -1) && (clientPC.indexOf( 'opera') == -1) && (clientPC.indexOf('webtv') == -1) && (clientPC.indexOf('hotjava') == -1)); var is_moz = 0; var is_win = ((clientPC.indexOf("win"«») != -1) || (clientPC.indexOf("16bit"«») != -1)); var is_mac = (clientPC.indexOf("mac"«») != -1); // Define the bbCode tags bbcode = new Array(); bbtags = new Array('[b]', '[/b]', '[i]', '[/i]', '[u]', '[/u]', '[quote]', '[/quote]', '[code:1]', '[/code:1]', '[ul]', '[/ul]', '[ol]', '[/ol]', '[img size=150]', '[/img]', '[url]', '[/url]', '[li]', '[/li]'); imageTag = false; // Shows the help messages in the helpline window function helpline(help) { document.adminForm.helpbox.value = eval(help + "_help"«»); } // Replacement for arrayname.length property function getarraysize(thearray) { for (i = 0; i[/code:1]

Can someone help?
vladale (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/06/19 02:38 By vladale.
 
The administrator has disabled public write access.  
#12135
Re:phpBB 1 Year, 5 Months ago  
Hey Michiel
I really DON'T KNOW if this helps, but the attached code is what the other converter uses to pause its query.

Maybe, just maybe, it will be useful to you.

Cheers
File Attachment:
File Name: php_pause.txt
File Size: 338
DayDreamer (User)
Junior Boarder
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#12169
Re:phpBB 1 Year, 5 Months ago  
Can you send me the whole script? I can see how this would work but I'd need the whole script to see it's implementation...
michiel (User)
Junior Boarder
Posts: 33
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#12232
Re:phpBB 1 Year, 5 Months ago  
it is basically the official converter for phpbb2->smf listed here:
www.simplemachines.org/download/?converters
DayDreamer (User)
Junior Boarder
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#12272
Re:phpBB 1 Year, 5 Months ago  
Hey, sorry I'm not able to use that script to make steps.. I need to find a way for the script to pause when it reached the max connections, wait a sec and then continue... No clue how to fix that...

No progress on my end for the solution by the way, still have to receive some working files. And I didn't have time to make the last up to date script, sorry.
michiel (User)
Junior Boarder
Posts: 33
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#12275
Re:phpBB 1 Year, 5 Months ago  
vladale wrote:
[quote]After successful converting from phpBB i finally installed Fireboard. But, when I click on some user in Fireboard User Profile Manager, Fireboard shows me bunch of code starting with:

[code:1]// bbCode control by // subBlue design // www.subBlue.com // adapted for Simpleboard by the Two Shoes Module Factory (www.tsmf.jigsnet.com) // Startup variables var imageTag = false; var theSelection = false; // Check for Browser & Platform for PC & IE specific bits // More details from: http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html var clientPC = navigator.userAgent.toLowerCase(); // Get client info var clientVer = parseInt(navigator.appVersion); // Get browser version var is_ie = ((clientPC.indexOf("msie"«») != -1) && (clientPC.indexOf("opera"«») == -1)); var is_nav = ((clientPC.indexOf('mozilla') != -1) && (clientPC.indexOf('spoofer') == -1) && (clientPC.indexOf('compatible') == -1) && (clientPC.indexOf( 'opera') == -1) && (clientPC.indexOf('webtv') == -1) && (clientPC.indexOf('hotjava') == -1)); var is_moz = 0; var is_win = ((clientPC.indexOf("win"«») != -1) || (clientPC.indexOf("16bit"«») != -1)); var is_mac = (clientPC.indexOf("mac"«») != -1); // Define the bbCode tags bbcode = new Array(); bbtags = new Array('[b]', '[/b]', '[i]', '[/i]', '[u]', '[/u]', '[quote]', '[/quote]', '[code:1]', '[/code:1]', '[ul]', '[/ul]', '[ol]', '[/ol]', '[img size=150]', '[/img]', '[url]', '[/url]', '[li]', '[/li]'); imageTag = false; // Shows the help messages in the helpline window function helpline(help) { document.adminForm.helpbox.value = eval(help + "_help"«»); } // Replacement for arrayname.length property function getarraysize(thearray) { for (i = 0; i[/code:1]

Can someone help?[/quote]

What about my question?
vladale (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#12278
Re:phpBB 1 Year, 5 Months ago  
Hey Vladale,

I'm guessing that it's the addslash function during conversion. And if that truly is the case, I don't really know what to do. How large is your database?
DayDreamer (User)
Junior Boarder
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#12280
Re:phpBB 1 Year, 5 Months ago  
No, that appears after installation in User Profile Manager in Fireboard.

Installation is good.

My database is large 7 mb.
vladale (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#12285
Re:phpBB 1 Year, 5 Months ago  
I'm seeing the same stuff in the profile manager as well. The form still works but something's wrong. I see this has been logged in the bug tracker so hopefully someone's on the case.

Happens for non imported users as well.
Agent X20 (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top