In the CSS.

1,602

(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.

Change $page_title in every file.

1,604

(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 tongue

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.

Try deleting the files in the cache/ folder.

1,606

(5 replies, posted in PunBB 1.2 show off)

Looks great big_smile

Should be in Show off tho.

1,607

(16 replies, posted in PunBB 1.2 discussion)

And just to tell you: it works great big_smile

Frank H wrote:

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 wink

Writing a mod for this would probably be fairly easy.

Is this similar to the Custom Pages mod?

tracyfloyd wrote:

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.

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).

Well, the message should be in the form of (I sent myself a test mail tongue)

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

(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.

Was the message sent through the mailing form?

1,615

(7 replies, posted in PunBB 1.2 discussion)

Ah, I see now. You should be able to easily modify the current navigation wink

1,616

(7 replies, posted in PunBB 1.2 discussion)

I don't get what you want really...

http://icstrategy.midgetforhire.com/forums/ I integrated my whole site PunBB smile

1,618

(4 replies, posted in PunBB 1.2 discussion)

I disagree with you on all those points tongue
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

(3 replies, posted in PunBB 1.2 discussion)

http://www.punres.org/desc.php?pid=218

1,620

(3 replies, posted in PunBB 1.2 discussion)

I have made a links mod, but it doesn't have a rating system tho.

If it's in a function, make sure $db is global. Else, make sure common.php is loaded.

The code around the require...

Can you show the code where the error is?

Make sure the previous line has a ;
Or the else statement is formed like this:
else
{
command 1;
command 2;
}

They are automatically detected, just like the languages wink