101

(23 replies, posted in PunBB 1.2 discussion)

Smartys wrote:

- MP

Not sure what that is

PM. He's probably a neolatin language speaker, Private Messages in italian would be Messaggi Privati therefore MP.

(sorry for the OT).

102

(3 replies, posted in PunBB 1.2 discussion)

If you can upload avatars the administrator lied. Probably he doesn't want to be bothered with the mod.

StevenBullen wrote:

PunBB
Feb 10, 2003 - No style sad - 181 users

The version with the stylesheet is here.
I do remember it despite I wasn't registered yet.

If you didn't modify any forum script just clear the cache folder, otherwise list your modifications here.

105

(7 replies, posted in PunBB 1.2 show off)

Can you share it? I don't actually need it but I'm damn curious. Nice work.

Of couse, the PunBB.org News here is an example of it, everyone can read and reply but not open new topics. Just theck the forums permissions, admin panel -> forums -> edit forum

107

(1 replies, posted in General discussion)

I think 24h is legality but it actually depends on where you live.

108

(10 replies, posted in General discussion)

Paul wrote:

For those that missed the announcement, version 3 of the Safari browser will be available for Windows. A beta is currently available for download.
http://www.apple.com/pr/library/2007/06/11safari.html

What is it? a sort of Apple revenge on Microsoft for making IE for Mac?
Seriously, I'll give it a try.

EDIT: Tried to install but got an error. Too bad.

109

(9 replies, posted in General discussion)

I've heard that Camtasia does the filthy job greatly.

Bad HTTP_REFERER, in my experience, is not only a server side issue, but also a client side one.
Assuming that your forum is http://www.postpunkkitchen.com/forum/
If those users are instead browsing the forums from http://postpunkkitchen.com/forum/index.php (without the www.) they're likely to be getting the bad referer message.
Make them double check the URL they use. If it doesn't solve try contacting the Private Message System author.

Read this discussion.
Also a CAPTCHA mod, like this, works fine on my board(s).

112

(3 replies, posted in PunBB 1.2 troubleshooting)

Sounds like the connection to the database is wrong. Check if user greg and its passwords are correct.

113

(7 replies, posted in PunBB 1.2 discussion)

What would the application be?

114

(7 replies, posted in PunBB 1.2 show off)

Don't mention.

115

(15 replies, posted in PunBB 1.2 troubleshooting)

extern.php as I said before. Reads its source around line 62, there's lot of examples.

116

(7 replies, posted in PunBB 1.2 show off)

wink

117

(15 replies, posted in PunBB 1.2 troubleshooting)

This should help http://punbb.org/docs/video_tutorials/v … lugin.html

118

(7 replies, posted in PunBB 1.2 show off)

Yes you're showing http://bauchan.org/custom_punbb/img/VbStyle-Black/forum_lock.gif as background image and http://bauchan.org/custom_punbb/img/icons/offline.png as image

119

(7 replies, posted in PunBB 1.2 show off)

I do like it, there's a few minor things to fix. Such as the topic icon which has a black background or the online marker which is doubled (it shows either the vb Black default and your custom one). Anyway that's very nice.

120

(15 replies, posted in Programming)

Jérémie wrote:

Then why not move your /forum/ to forum. ?

Didn't think of that, thanks, I'll give it a try.

121

(15 replies, posted in PunBB 1.2 troubleshooting)

l3lueMage wrote:

I was wondering how to make it so we have an image on the top instead of text for the title?

http://wiki.punres.org/Add_a_logo_to_the_header_via_css

l3lueMage wrote:

also off topic but is there any thing that lets you show the news of the site on the front page of your main site WITHOUT a portal? :S

Using extern.php, check the source, there are many examples in it.

122

(9 replies, posted in General discussion)

You're forgetting the best resource ever.

http://punbb.org/docs/video_tutorials/vid/sticky.html

123

(15 replies, posted in Programming)

Jérémie wrote:

But I might say, if the forum. subdomain doesn't exist, why create it only to redirect it elsewhere?

Just because I thought it would look better. Silly reasons though.

124

(15 replies, posted in Programming)

Oh right, thanks for that Jérémie but it's something I have no idea how to do.

125

(15 replies, posted in Programming)

Rickard wrote:

Are you sure mod_rewrite is enabled on the server at all? Check if mod_rewrite is in the loaded modules list for apache when you do a phpinfo().

There's not a single entry for Apache in the phpinfo, that might be the reason.