In the CSS.
1,601 2006-08-26 18:56
Re: Bug with smilies larger than default (6 replies, posted in PunBB 1.2 troubleshooting)
1,602 2006-08-26 17:30
Re: help to add a combo menu (2 replies, posted in PunBB 1.2 discussion)
Try adding a margin-right.
And why are you using capitalised tags? It's not XHTML valid.
1,603 2006-08-26 11:56
Re: How can i change the topic title & forum title in topic & forum page (3 replies, posted in PunBB 1.2 discussion)
Change $page_title in every file.
1,604 2006-08-26 11:54
Re: [resolved] empty pages (3 replies, posted in PunBB 1.2 troubleshooting)
Check your language files. If there's an error in those, you can get such a white screen.
I think I'm going to make some sort of script that loops through language files on a given server and tests them
EDIT:
Well, I've made the script, and it shows no errors... but yeah, it only checks standard lang files, so it must be a mod you installed... or a corrupted upload.
1,605 2006-08-26 11:52
Re: when i add bans display "php no permission to access cache dir" (9 replies, posted in PunBB 1.2 troubleshooting)
Try deleting the files in the cache/ folder.
1,606 2006-08-25 20:24
Re: mydreamapp (5 replies, posted in PunBB 1.2 show off)
Looks great
Should be in Show off tho.
1,607 2006-08-25 10:50
Re: A new, free PunBB forum host! (16 replies, posted in PunBB 1.2 discussion)
And just to tell you: it works great
1,608 2006-08-24 20:53
Re: Help! My PunBB Mailer has just been exploited (14 replies, posted in PunBB 1.2 bug reports)
a usergroup thing perhaps (like the one where you need X number of sec between posts, perhaps combine the two using the same limit on both)
Myeah, but you would still need to store the last time they sent a mail
Writing a mod for this would probably be fairly easy.
1,609 2006-08-24 20:52
Re: punFramework (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Is this similar to the Custom Pages mod?
1,610 2006-08-24 20:42
Re: Help! My PunBB Mailer has just been exploited (14 replies, posted in PunBB 1.2 bug reports)
OK I just banned that username and address... but how can I keep that from happening again?
Well, by putting in the check I suggested. But that would require some editing of the DB.
1,611 2006-08-24 20:34
Re: Help! My PunBB Mailer has just been exploited (14 replies, posted in PunBB 1.2 bug reports)
Might be useful to allow a user to only send x form mails per minute or so.
Probably this was done by just submitting to the form email page from within a loop (and first logging in ofcourse).
1,612 2006-08-24 20:30
Re: Help! My PunBB Mailer has just been exploited (14 replies, posted in PunBB 1.2 bug reports)
Well, the message should be in the form of (I sent myself a test mail )
elbekko from PunBB.org Forums has sent you a message. You can reply to elbekko by replying to this e-mail.
The message reads as follows:
-----------------------------------------------------------------------
Bleh
-----------------------------------------------------------------------
1,613 2006-08-24 20:27
Re: H1 and H2 tags (7 replies, posted in PunBB 1.2 discussion)
<?php echo "<h1>".$cur_topic['forum_iname']."</h1>" ?>
<?php echo "<h2>".pun_htmlspecialchars($cur_topic['subject'])."</h2>" ?>
Or something like that.
1,614 2006-08-24 20:25
Re: Help! My PunBB Mailer has just been exploited (14 replies, posted in PunBB 1.2 bug reports)
Was the message sent through the mailing form?
1,615 2006-08-24 20:04
Re: H1 and H2 tags (7 replies, posted in PunBB 1.2 discussion)
Ah, I see now. You should be able to easily modify the current navigation
1,616 2006-08-24 16:31
Re: H1 and H2 tags (7 replies, posted in PunBB 1.2 discussion)
I don't get what you want really...
1,617 2006-08-24 16:29
Re: Any showoffs who have integrated site registration w/PunBB reg ? (5 replies, posted in PunBB 1.2 show off)
http://icstrategy.midgetforhire.com/forums/ I integrated my whole site PunBB
1,618 2006-08-24 14:14
Re: punBB 1.3 mockups (4 replies, posted in PunBB 1.2 discussion)
I disagree with you on all those points
The grouping: no, it looks ugly.
The pictures: no, it are pictures, there's no need for them.
The navbar: it's finally as it should be and you're complaining? =/
1,619 2006-08-23 21:06
Re: Digg like links feature? (3 replies, posted in PunBB 1.2 discussion)
1,620 2006-08-23 20:35
Re: Digg like links feature? (3 replies, posted in PunBB 1.2 discussion)
I have made a links mod, but it doesn't have a rating system tho.
1,621 2006-08-23 19:53
Re: Private message mod, new messages notifaction outside punbb (18 replies, posted in PunBB 1.2 modifications, plugins and integrations)
If it's in a function, make sure $db is global. Else, make sure common.php is loaded.
1,622 2006-08-23 14:45
Re: Private message mod, new messages notifaction outside punbb (18 replies, posted in PunBB 1.2 modifications, plugins and integrations)
The code around the require...
1,623 2006-08-23 11:09
Re: Private message mod, new messages notifaction outside punbb (18 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Can you show the code where the error is?
1,624 2006-08-23 11:03
Re: Private message mod, new messages notifaction outside punbb (18 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Make sure the previous line has a ;
Or the else statement is formed like this:
else
{
command 1;
command 2;
}
1,625 2006-08-23 08:02
Re: Creating/Deleting Skins? (not the CSS part of it) (2 replies, posted in PunBB 1.2 discussion)
They are automatically detected, just like the languages