
Is that really hard to understand?danswano wrote:I Don't get it, what you want and what you mean ?
Apologies, I meant Registered users, nothing else, you can register there if you want to increase the speed of this release else please wait till it is done.danswano wrote:Well i'm not registered at that board, i've registered at that demo board i opened a topic in, so i can't help i think.
Any way waiting the release
Code: Select all
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
Code: Select all
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
Greets,ace2ace wrote:How will this MOD handle the Country flag Tables from phpbb2?
I mean if a phpbb2 site was already using your MOD, and converted to phpbb3, it already has the country flag database Tables exported from phpbb2 forum.
Will this MOD use the exported Country Flag Tables? Or do we have to delete those Tables exported from phpbb2 before installing this MOD?
Could you make a note about that in the installation guide?
Thanks for a gread MOD.
Yes, there will be a process to do that. The phpBB2 version saves a 'suffix/prefix' for the IPs you manually inserted via ACP into the DB. So it will be something like an 'easy go' for me.ace2ace wrote:Thanks...
As long as there is a process to carry the old database along, all is cool.
Some of us do not want to add new huge number of IP blocks, because we found away to add the block one by one, as a member from a new block registers. That way we don't have carry bunch of countries we are not interested in.
The IPv6 planet has not been explored by me and this MOD, yet... nor this version neither the phpBB2 one, especially.danopia wrote:So if I use IPv6, what happens? Does it have IPv6 IPs too, because that would be hard with the number of 6over4 gateways out there. Does it have an IPv6 icon? Or is there no icon?
Not really.danswano wrote:Any close date ?