3,976

(7 replies, posted in PunBB 1.2 troubleshooting)

g_post_polls is not a table, it's a column
Run install_mod.php for the poll mod in the root directory of your forum

Nameservers have nothing to do with databases, 66.187.68.5 appears to be a server (perhaps the server you're on)?
You really have to ask your host, since your setup depends on your host. However, try "localhost" as the hostname and whatever the name of the database you created was as "database name"

3,978

(22 replies, posted in PunBB 1.2 troubleshooting)

Undo whatever you just did to register.php: you ended up adding the functions.php file twice.

3,979

(3 replies, posted in PunBB 1.2 discussion)

That's a one line edit in viewtopic.php (change asc to desc in the order by clause), assuming that's a setting you want for your whole forum

MOREPUNKTHANYOU wrote:

yeah i saw it. weird. thx a lot for helping Smartys

One more thing: some new users seem to never receive a password from the forum when they register for the first time...

Maybe this problem is related to the other one.

That's more likely related to spam filtering

I don't either: I just posted and it appears to be counting my posts just fine

MySQL Manual wrote:

If you use the LOW_PRIORITY keyword, execution of the UPDATE is delayed until no other clients are reading from the table.

Mmm, I have a feeling the issue is with your MySQL server.
Try changing

$db->query('UPDATE '.$low_prio.$db->prefix.'users SET num_posts=num_posts+1, last_post='.$now.' WHERE id='.$pun_user['id']) or error('Unable to update user', __FILE__, __LINE__, $db->error());

to

$db->query('UPDATE '.$db->prefix.'users SET num_posts=num_posts+1, last_post='.$now.' WHERE id='.$pun_user['id']) or error('Unable to update user', __FILE__, __LINE__, $db->error());

Could you paste a copy of your post.php please?

quaker wrote:

ok.. but what about the pun stats.
really i want to make the block as punres did and show the same thing.

You mean

Statistics

    * » Projects: 272
    * » Styles: 119
    * » Wiki pages: 63
    * » Tracked boards: 173
    * » Registered users: 2,857

? If so, I'm not sure how you would do that.

quaker wrote:

also is it ok that i do that...
you know asking for permission to pull from the sites...

Using extern.php is completely allowed: if the forum admin didn't want it they would remove the page wink

I'm confused: what exactly are you asking? tongue
If you want to pull topics, use extern.php.

Moved to Modifications
Private messaging is not a default feature of PunBB, you need to install a private messaging mod

3,988

(2 replies, posted in PunBB 1.2 troubleshooting)

On second thought, you already have a topic in Integration about this
http://punbb.org/forums/viewtopic.php?id=14920

Closed

3,989

(5 replies, posted in PunBB 1.2 discussion)

What elbekko posted a link to is a list of styles
As pogenwurst said, the PunBB templates are in the include/template directory of your PunBB install: however, those templates aren't like templates most people are used to. You're more likely able to do what you want using stylesheets

Moved to Modifications
Out of curiosity, why would you want to do that?

The only way the messages wouldn't be counted is if you edited post.php and removed that query (or you or another admin manually changed the person's post count to 0)

3,992

(2 replies, posted in PunBB 1.2 troubleshooting)

I'm confused, all PunBB pages (except for help.php) load the navbar with the links

3,993

(2 replies, posted in PunBB 1.2 troubleshooting)

SMTP settings have no affect on login

3,994

(7 replies, posted in PunBB 1.2 troubleshooting)

Enable debug mode, paste the full error

3,995

(11 replies, posted in PunBB 1.2 discussion)

I would assume so wink
It's completely legitimate: Rickard only registered it for the one year because he got it for free

Moved to Modification

3,997

(11 replies, posted in PunBB 1.2 discussion)

Not anymore: he got free registration for 1 year

3,998

(3 replies, posted in PunBB 1.2 troubleshooting)

http://us3.php.net/manual/en/ref.pcre.php
You need to have PHP compiled with support for those functions

Moved to Integration

Moved to Modifications