elbekko wrote:

Ah, like that tongue

Gotta think extra on that to do it easily ^^

There IS no way to do it easily tongue

Err, Bekko: there's a reason I did it my way tongue

He said that he doesn't want

Forum 1
- User A
- User B

Forum 2
- User C
- User A

which is what your thing does

He wants

User A
- Forum 1
- Forum 2

User B
- Forum 1

User C
- Forum 2

The easiest way (not most efficent) might be something like this:
Get all forum names/moderators (and I mean the columns). Unserialize, store all data in an array
Query all moderators from the users table. Loop through for each row, use a foreach to check if the user is a moderator in the forum

Err, what do you want to do? Get a list of users and which forums they moderate? Or get a list of forums and which users moderate them?

Sounds like a cache issue

5,931

(8 replies, posted in Feature requests)

I don't know how unique it would be (well, except for the allowing custom styles/templates bit: that would be pretty unique). Most forum softwares have mods that allow one copy of the files to be used (and PunBB even has one here)
The issue, as has been said, is usually the mods (and as has also been said, extensions might be able to deal with that)

Sounds like you already ran install_mod.php

5,933

(2 replies, posted in PunBB 1.2 bug reports)

                if ($pun_config['o_censoring'] == '1')
                        $cur_topic['subject'] = censor_words($cur_topic['subject']);

Yes it is

What changes have you made to the source (I made a new topic as "test" and my post showed up 5 times)

lol tongue
If it's just a hack you made personally for your site's use only, you don't have to release it under the GPL
As soon as you want to distribute it though, it should be done through something like PunRes

5,936

(4 replies, posted in Feature requests)

Err, you mean like I'm replying to your message, and someone else could reply to your message, and I could reply to their message type of tree, as opposed to a topic with posts in order by posted time? Not PunBB, sorry wink

I use 8080 for my server: works fine
The next thing to check I think would be to echo out what HTTP_REFERER actually is when you submit the form

5,938

(76 replies, posted in PunBB 1.2 discussion)

rofl big_smile

5,939

(69 replies, posted in News)

mikey wrote:

You should make an RSS feed for update notifications.

http://punbb.org/forums/extern.php?acti … p;type=rss
That should work for the most part tongue

allow_url_fopen to Off.

Which means you can't include via a URL smile

5,941

(4 replies, posted in PunBB 1.2 troubleshooting)

1. Permissions can disable the email
2. I think that you can change that in the language file

You haven't given a lot of information about the problem tongue
So you mean when people respond to a topic sometimes their posts don't get added? Or do they not get added at all? What EXACTLY is happening? tongue
Oh, and there's no need to threaten to change forum software: if you want to that much, go ahead
And there was no need to post it in two places tongue

5,943

(3 replies, posted in PunBB 1.2 discussion)

as for HTTP_REFERER, you certainly can fake it. However, the check prevents against tricking an admin/mod into submitting a form on another site that actually submits to the forum

5,944

(14 replies, posted in PunBB 1.2 troubleshooting)

kazemsoft wrote:

I Think I must be angry. I make punnbb full persian and now i see some other one submit persian lang. I will go with bad memories.

so ...
good bye.

lol tongue
As someone said before
http://punbb.org/forums/viewtopic.php?id=10933
You weren't the only one trying apparently and I guess they sent theirs in first wink

5,945

(69 replies, posted in News)

Bah, I thought he said modify it in the file tongue
I've been sitting in front of this computer for too long today, time to take a break tongue

5,946

(1 replies, posted in PunBB 1.2 troubleshooting)

I'd have to see a page with your phpinfo() to be certain, but I'm pretty sure that you don't have the features compiled into PHP and you're trying to use them via some abstraction layer rather than directly in PHP

5,947

(69 replies, posted in News)

Edit: I mis-read, my bad, ignore me tongue

asleo wrote:
coxis wrote:

i just change the files manually by hdiff file
do i need to make some more ?

i mean i only change the files by editing them and i can have that old version number show
i just want to be secure with the new updates, that is all i think

To do it by hand you must modify the value of o_cur_version in the database to 1.2.12, then you need to delete the cache_config.php file located in the cache folder.

Reference:
solutionsphp: http://punbb.org/forums/viewtopic.php?pid=63835#p63835
Smartys: http://punbb.org/forums/viewtopic.php?pid=63836#p63836

Wrong, because the data is still in the database as 1.2.11: you also have to update the database tongue

5,948

(7 replies, posted in PunBB 1.2 troubleshooting)

err, where are you trying to add this code to?

5,949

(11 replies, posted in PunBB 1.2 troubleshooting)

lol, that is 3 seperate queries tongue
If you want to run them all at once, add a ; to the end of each
Otherwise, run them seperately

5,950

(69 replies, posted in News)

coxis wrote:

ooo ok
i just change the files manually by hdiff file
do i need to make some more ?

No, you don't tongue
My point is that the version number is stored in the database and thus you can't expect to update the version number by just updating the files in the hdiff tongue
You can either grab a copy of the 12_to_1212_update.php script or just use the version changer plugin to manually change it