akismet/lang/English/akismet.php

'not enabled' => 'enable',   <---- Is this OK?
'enabled' => 'enabled',
'disable' => 'Disable?',
'enable' => 'Enable now?',

52

(9 replies, posted in PunBB 1.3 extensions)

Well done Rich! smile

Go ahead.

Akismet as well as Captcha are most important plugins concerning the spam protection.

Excellent!!! Thank you.

Any ideas?

This:

        <div class="fsb_widget">
            <h3>Recent Forums Topics</h3>
            <?php include('http://forexsb.com/forum/extern.php?action=active'); ?>
        </div>

Produces:

Bad request. The link you followed is incorrect or outdated.


I'm using  URL Scheme - folder based.

That section "Recent Forums posts" in the front PunBB page is looking well.

Can the webmaster post its source?

PunBB is great!

I saw a problem, asked for help, received an answer, installed a plugin and solved the problem within 10min.

Is the God's hand over this project? smile

Thank you hcgtv,

I ran the cleenups and the nuber of posts drops with 10 more.

It looks OK now.

Hello PunBB experts,

I'm running a PunBB forum http://forum.forexsb.com. It is updated to the latest version.

I noticed several times that the value of "Total number of posts" reduces time to time. Today it was 1004. I posted a post and after that I saw the nuber was 1002. The wast post was there.

I havent notice this before.

Is there something wrong?

I deleted several moved post these days.

Have fun!

59

(12 replies, posted in PunBB 1.2 discussion)

Thanks a lot  elbekko!
That is what I wonted.

In addition I renamed  the menu item "Index" to "Forex Forum" into the lang/English/common.php to be more meaningful to my forum.

Thanks again.

60

(12 replies, posted in PunBB 1.2 discussion)

I've tried with this:

RewriteEngine on
RewriteBase /
RewriteRule ^index\.(htm|html|php) http://forum.forexsb.com/ [R=301,L]

But it also does not work:

The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
*   This problem can sometimes be caused by disabling or refusing to accept cookies.

61

(12 replies, posted in PunBB 1.2 discussion)

It works but the problem is that the Google does not index /index.php.
I want to redirect the link to ...forum.forexsb.com instead to index.php in order to increase the PR of the domain.

62

(12 replies, posted in PunBB 1.2 discussion)

Why doesn't this run:
Redirect 301 /index.php http://forum.forexsb.com/

63

(12 replies, posted in PunBB 1.2 discussion)

Cannot find exactly how to make it,
Can you explain further?

64

(12 replies, posted in PunBB 1.2 discussion)

Hello,
I've run a PunBB forum for 1 year and it has Google PR3 when you call the domain as http://forum.forexsb.com
but when you press "Index" menu it calls http://forum.forexsb.com/index.php
In the PR tool bar I have a gray line in this case.

Seems Google does not make connection between both addresses.

Has this got a negative result on my forum PR.

I tried to redirect index.php by means of the .htaccess:

Redirect 301 /index.php http://forum.forexsb.com/

but received an error:  "Bad redirection"

What can I do? (If it's necessary)

Thanks!