Why is this?
576 2008-11-25 01:32
Topic: NULL Email for Non-guest Posts? (0 replies, posted in PunBB 1.3 troubleshooting)
577 2008-11-24 23:48
Re: [Release] Akismet Spam Protection (31 replies, posted in PunBB 1.3 extensions)
No problem. It still lacks some functions. I'm working on it.
578 2008-11-24 23:42
Re: User Management for V1.3 (10 replies, posted in PunBB 1.3 extensions)
No, you can't. <lies>I can make it an extension right now...</lies>
579 2008-11-24 23:36
Re: Syntax Error - Please Help (3 replies, posted in PunBB 1.2 troubleshooting)
Your 'functions.php' is certainly modded. Download a fresh one and carefully apply your mods.
580 2008-11-24 19:58
Re: [Release] Akismet Spam Protection (31 replies, posted in PunBB 1.3 extensions)
I'll start working on that.
581 2008-11-24 19:46
Re: [Release] Akismet Spam Protection (31 replies, posted in PunBB 1.3 extensions)
The bans table is already part of the core. Though, I think I should add a new table for Akismet-rejected posts, so admins can un-ban users or delete posts.
582 2008-11-24 19:31
Re: Akismet spam protection for PunBB (14 replies, posted in PunBB 1.2 modifications, plugins and integrations)
...an extension for 1.3 wouldn't be a bad idea either.
Just made it... please test it http://punbb.informer.com/forums/topic/ … rotection/.
583 2008-11-24 19:30
Topic: [Release] Akismet Spam Protection (31 replies, posted in PunBB 1.3 extensions)
This extension uses the Akismet API to process posts and sort out spam.
You can enable it and set your API key on Administration » Settings » Setup
You can administer spam posts on Administration » Extensions » Manage Extensions
Download Link: http://punbb.informer.com/unofficial/pu … kismet.zip
If you find any bugs or have any tips, please post them here.
Updates
1.1: Added spam posts administration
1.0: First release
Note: You need an API key from http://wordpress.com/api-keys/.
P.S: Thanks to PS from Punres for "base" code.
584 2008-11-24 17:23
Re: Akismet spam protection for PunBB (14 replies, posted in PunBB 1.2 modifications, plugins and integrations)
A 1.3 update?
585 2008-11-24 17:22
Re: [release] pun_antispam (56 replies, posted in PunBB 1.3 extensions)
You can't...
EXTENSIONS -> PunBB 1.3.*
Plugins, mods, you name it -> PunBB 1.2.*
586 2008-11-24 13:36
Re: Leaving out www whilst viewing forum root shows me as logged out (5 replies, posted in PunBB 1.3 troubleshooting)
Add a CNAME record:
Name: domain.com.
Real name: www.domain.com.
This can be done from your registrar's site (GoDaddy, etc.).
587 2008-11-24 13:13
Re: Leaving out www whilst viewing forum root shows me as logged out (5 replies, posted in PunBB 1.3 troubleshooting)
It shows you as logged out because the cookie set by PunBB is domain-specific.
As for the WWW problem, you should decide whether to use the WWW or not and install PunBB from the domain you want to use it (WWW and non-WWW URLs are considered different domains by DNS [i think]).
588 2008-11-24 13:07
Re: How to remove the (Moderated by) text? (7 replies, posted in PunBB 1.3 troubleshooting)
Line 183 on 'index.php':
if ($cur_forum['moderators'] != '' and strlen('aa') == 0)
589 2008-11-24 05:43
Re: User Management for V1.3 (10 replies, posted in PunBB 1.3 extensions)
Plugins from 1.2 CANT be used on 1.3.
590 2008-11-23 20:09
Re: One forum on two domains (8 replies, posted in PunBB 1.3 troubleshooting)
Like I said, I have yet to find out where/when the language packs are loaded. Try to look at header.php, it's probably there.
591 2008-11-23 19:38
Re: One forum on two domains (8 replies, posted in PunBB 1.3 troubleshooting)
I'm not sure how $lang really works (haven't checked that part of PunBB, yet), but you could do something like:
if($forum_user['is_guest'])
{
$snip = array_pop(explode('.', $_SERVER['HTTP_HOST']));
if($snip=='sk') $use = 'slovak';
elseif($snip=='cz') $use = 'czech';
//Change the language pack according to $use
}
592 2008-11-23 18:09
Re: One forum on two domains (8 replies, posted in PunBB 1.3 troubleshooting)
Why not just
$base_url = 'http://'.$_SERVER['HTTP_HOST'].'/online';
Though, this creates an issue with cookies and sessions. (Both my solution and yours)
I'd get a .com domain and let the users choose the language and set it on a cookie that could be read by both the forum and your pages.
Edit: For your $dont_know_what variable:
$lang = array_pop(explode('.', $_SERVER['HTTP_HOST'])); //should return "sk" or "cz"
593 2008-11-23 13:49
Re: CSS gone all screwy. I think I was hacked??? (8 replies, posted in PunBB 1.3 troubleshooting)
Yeah, it looks fine to me, too. Internet Explorer 7, Windows Vista.
594 2008-11-23 13:39
Re: Post your "in the wild" siting of PunBB here. (96 replies, posted in PunBB 1.2 show off)
Posted by Anatoly on a different topic: http://forum.developers.facebook.com/
595 2008-11-23 13:26
Re: CSS gone all screwy. I think I was hacked??? (8 replies, posted in PunBB 1.3 troubleshooting)
Opera is better in Html and Css, and it is faster than FireFox. Try Safari (is also to Windows now) in html and css it should be better than Opera and FireFox, though i haven't tried it yett.
Is Opera faster?
Note: That test is kinda old.
Acid3 test:
Opera 9.62:
http://upload.wikimedia.org/wikipedia/c … 2Acid3.PNG
Firefox 3.1b2:
http://upload.wikimedia.org/wikipedia/c … dAcid3.png
Is Opera "better in HTML and CSS" (and JavaScript)?
596 2008-11-23 00:32
Re: [release] pun_antispam (56 replies, posted in PunBB 1.3 extensions)
Well, I'd show you how to use it with some screenshots, but I'm thousands of miles away from my PC, Sorry. I'll post back the day after tomorrow with some screenshots, if you want.
597 2008-11-22 21:13
Re: [release] pun_antispam (56 replies, posted in PunBB 1.3 extensions)
Casemon, use Firebug to see which CSS statements are applied to the input.
I personally think Firefox is the best browser to "develop" on.
598 2008-11-22 19:14
Re: [release] pun_antispam (56 replies, posted in PunBB 1.3 extensions)
Oh, that... I thought you meant the input's width. Do you use Firefox? If so, go to Firefox's addons site and get Firebug. Let me know when you do.
599 2008-11-22 19:05
Re: CSS gone all screwy. I think I was hacked??? (8 replies, posted in PunBB 1.3 troubleshooting)
Use Opera
600 2008-11-22 19:01
Re: [release] pun_antispam (56 replies, posted in PunBB 1.3 extensions)
Why would you want to do that? It looks fine that way.