226

(38 replies, posted in PunBB 1.3 extensions)

so 777 for locks directory in extension?

227

(38 replies, posted in PunBB 1.3 extensions)

Loa wrote:

Usage:
When installed all users will get their index page updated live and get notification with a beep sound and title change.

Have this test installed here and notice no updating at all.
Also users are auto-logged-out after a few minutes here. Is that the problem? Or the "- Subdirectory for msgFlow locks have to be writeable by php"
Or am I wrong in expecting the sound to come after 1-4 minutes of someone posting? And the page to reload?

228

(85 replies, posted in Supported extensions)

eivan05 wrote:

Is-it possible to receive an email to know there is an unapproved post ?

Currently not.
Noted though...

The user carlodin has just published this extension for use with HTC, iphone3 etc....
see more:

http://punbb.informer.com/forums/topic/ … ileswitch/

230

(25 replies, posted in Feature requests)

The user carlodin has just published this extension for use with HTC, iphone3 etc....
see more:

http://punbb.informer.com/forums/topic/ … ileswitch/

The user carlodin has just published this extension for use with HTC, iphone3 etc....
see more:

http://punbb.informer.com/forums/topic/ … ileswitch/

the member carlodin has just released this iphone3 compatible style/extension... :

http://punbb.informer.com/forums/topic/ … ileswitch/

233

(9 replies, posted in PunBB 1.3 extensions)

Thanks very much for this piece of work.

I've installed it here....

If you and others can test and report back any issues .... thanks in advance....

PS: In manifest.xml you have tested till 1.3.2 - if it's working here, you can put 1.3.4 !

If you think this is a "Fancy JS Cache" problem, please use that extensions thread for bug reporting....

It's more likely your server admin has changed something. They should be your first port of call I imagine.

235

(2 replies, posted in PunBB 1.3 extensions)

Try this one:

http://punbb.informer.com/wiki/_media/p … _1.3.5.zip

Hello,

go to register.php and change this block of code.... changing the number of seconds for example...

[code=php]

else if (isset($_POST['form_sent']))
{
    ($hook = get_hook('rg_register_form_submitted')) ? eval($hook) : null;

    // Check that someone from this IP didn't register a user within the last hour (DoS prevention)
    $query = array(
        'SELECT'    => '1',
        'FROM'        => 'users AS u',
        'WHERE'        => 'u.registration_ip=\''.$forum_db->escape(get_remote_address()).'\' AND u.registered>'.(time() - 3600)
    );

    ($hook = get_hook('rg_register_qr_check_register_flood')) ? eval($hook) : null;
    $result = $forum_db->query_build($query) or error(__FILE__, __LINE__);
    if ($forum_db->num_rows($result))
        $errors[] = $lang_profile['Registration flood'];
[/code]

ruizerwin wrote:

Does anyone know how to create or change the user password every week and email to each user??

No such option currently exists.

I'll change the topic of this thread to reflect that you are in fact requesting an extension to do so...

238

(1 replies, posted in PunBB 1.3 troubleshooting)

a1ainag wrote:

I have been trying to install the openid extension developed by webmeister.
When I click install on the extensions page, I'm redirected and left with a blank white page.
Any ideas?

He doesn't seem to be supporting it anymore.
If all other extensions install fine, it's potentially a bug in that extension. To be reported in the release thread.

This thread now closed.
Thanks.

239

(5 replies, posted in PunBB 1.3 extensions)

Nonante wrote:

I just re upload.
You can test the link Megaupload reup.
I'm sorry but I added a small picture if there were no new link (Megaupload uses MD5 to check files)

You can also upload to here (punbb) if you're logged in here I believe (I know I can)
http://punbb.informer.com/wiki/lib/exe/ … extensions

Also worth remembering that others pledged money for this extension request in this thread:
http://punbb.informer.com/forums/topic/ … for-money/

So dimkalinux you could probably collect from 3-4 people total on this job... if those other users keep their word...

241

(35 replies, posted in Supported extensions)

Great stuff. Thanks.

242

(35 replies, posted in Supported extensions)

dimkalinux wrote:

Version 0.6

  • options for enable similar topics for guests - default off

  • per forum stopwords list (read the lang files)

Nice!

Btw: I noticed today, if someone writes "facebook" in the 'PunBB 1.3 extensions" forum it doesn't show the threads in 'PunBB feature requests' (for example) .... so I wonder if it would be a good idea to have the similar topics shown for the WHOLE PunBB site?   OR
as there is a lot of space to the right of similar topics in forum, to have rest of website similar topics on right hand side ....

Just something that might be useful....

Thanks again for your effort / sharing !

243

(12 replies, posted in PunBB 1.3 extensions)

Tricky one to find big_smile

Nonante wrote:

You do not have a link?

http://punbb.informer.com/forums/topic/ … onitoring/

244

(35 replies, posted in Supported extensions)

dimkalinux wrote:

testing for query speed - extension may or not may cause load on db.

@Slavok:  let us know if you notice any load issues

###

@dimkalinux:  Is it possible to set so that guests also see similiar topics?

245

(35 replies, posted in Supported extensions)

dimkalinux wrote:

(Maybe add '[Release]' for this forum?)

Yes good idea...
like this?
[code=php]
$stop_list_fancy_simtopics = array(
    '[Release]',
);
[/code]

even though in some cases there may be several extensions/releases that would interest the reader of the topic...

246

(35 replies, posted in Supported extensions)

Like this a lot, so:

Installed here

247

(7 replies, posted in PunBB 1.3 discussion)

Makes sense, yes smile

248

(7 replies, posted in PunBB 1.3 discussion)

Nonante wrote:

PunBB Migration Tool

I'm not sure, but think that Tool works for PunBB 1.2.x only not 1.3.x.

249

(7 replies, posted in PunBB 1.3 discussion)

rrts wrote:

Which has SMF converter?

You could probably convert from SMF to phpBB and then from that to PunBB 1.3.4

An extension to upload images by hcs:

http://punbb.informer.com/forums/topic/ … s-to-post/