176

(5 replies, posted in PunBB 1.2 discussion)

Not without a modification I guess.

This site reports the same news but dated back to March 2004, is this stuff really that old?

178

(89 replies, posted in PunBB 1.2 discussion)

I'm in agreement that some native spam-fight control should be integrated but I also don't expect it done tomorrow, so meanwhile you'd better install a mod for that.

I've seen many users having problems finding out how to lock, stick and delete topics. In short: some basic moderation tutorial would be very useful to the community.

180

(27 replies, posted in PunBB 1.2 troubleshooting)

I think it's already part of 1.2.14

http://www.gzip.org/#exe

Read this.

183

(2 replies, posted in PunBB 1.2 troubleshooting)

Change

error('Unable to fetch category/forum list', __FILE__, __LINE__, $db->error());

with

die('Unable to fetch category/forum list', __FILE__, __LINE__, $db->error());

184

(3 replies, posted in PunBB 1.2 troubleshooting)

No I mean with, because if you do without it's likely to save it as config.php.txt. Quotes would prevent that.

185

(7 replies, posted in PunBB 1.2 troubleshooting)

p. means a parameter taken from the "posts" table, infact you can see "posts AS p" at some point in the string. and t.subject is the subject field from the topics table (topics AS t). A mysql's handbook or a real programmer would explain better smile

Try with

UPDATE (prefix)users SET email_setting = 2;

Change (prefix) with... well it's self-explaining.

AlanCollier wrote:

I find Editplus to be good.
Un-fussy and straightforward with good syntax highlighting.

(It's just a glorified text editor though)

Agreed in full.

188

(9 replies, posted in PunBB 1.2 troubleshooting)

As far as I know it's not possible.

189

(3 replies, posted in PunBB 1.2 troubleshooting)

Simple. Open any text editor. Windows has one, just hit Start then Run and type notepad
Copy the config displayed on screen in the text editor then do File -> Save as "config.php" (with quotes). Upload it to your FTP.

190

(23 replies, posted in General discussion)

MadHatter wrote:

IMO its kind of lame to fork some else's work then promote your utensil on their website.

I respect your criticism but, ain't this exactly what the GPL license allows to do? As long as Sonrep provides the source code for SunBB he has all the rights to do it.

191

(23 replies, posted in General discussion)

I don't mind a fork, I see a good reason for it to remove even more features from the board such as ranks or some fields in the profile menu. What are your plans for the future with SunBB?

192

(2 replies, posted in PunBB 1.2 show off)

Agreed, very clean and good looking. Kudos.

193

(5 replies, posted in PunBB 1.2 troubleshooting)

Ropli wrote:

The link you linked is for Bad HTTP_REFERER, not Bad request.

Oops.

So you've fixed both now?

194

(19 replies, posted in PunBB 1.2 troubleshooting)

Can I see a link to your forums please?

195

(5 replies, posted in PunBB 1.2 troubleshooting)

For the first one: did you make any change to the code?
For the second one: check this thread.

196

(1 replies, posted in PunBB 1.2 discussion)

Try this
post.php
change line 317

if (!$pun_user['is_guest'])

with

if (!$pun_user['is_guest'] && $fid != X)

Where X is the category ID.

NOTE: I did not test this.

197

(19 replies, posted in PunBB 1.2 troubleshooting)

Those arrays look fine, make sure you didn't disable emoticons by default. Also try deleting the temporary internet files from IE.

198

(19 replies, posted in PunBB 1.2 troubleshooting)

I remember this thing happened in like IE 5.5 when the cache space was full, try emptying your browser's cache.

Renaming the plugin prefix from AP_ to AMP_ will make it available for all the moderators, I don't know if there's a simple way to restrict it to some mods only.

200

(9 replies, posted in PunBB 1.2 troubleshooting)

Two urls pointing to the same folder sharing the same database tables?