Ah, like that
Gotta think extra on that to do it easily ^^
There IS no way to do it easily
You are not logged in. Please login or register.
PunBB Forums → Posts by Smartys
Ah, like that
Gotta think extra on that to do it easily ^^
There IS no way to do it easily
Err, Bekko: there's a reason I did it my way
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
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
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
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
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
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
rofl
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
allow_url_fopen to Off.
Which means you can't include via a URL
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
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?
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
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
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
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
Bah, I thought he said modify it in the file
I've been sitting in front of this computer for too long today, time to take a break
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
Edit: I mis-read, my bad, ignore me
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 thinkTo 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
err, where are you trying to add this code to?
lol, that is 3 seperate queries
If you want to run them all at once, add a ; to the end of each
Otherwise, run them seperately
ooo ok
i just change the files manually by hdiff file
do i need to make some more ?
No, you don't
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
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
PunBB Forums → Posts by Smartys
Powered by PunBB, supported by Informer Technologies, Inc.