1,151

(13 replies, posted in General discussion)

Well, Rickard is doing something in ASP (god have his sanity) smile

Don't know about other things tho tongue

1,152

(9 replies, posted in PunBB 1.2 troubleshooting)

I could always try doing this as a mod smile Saves you the trouble from thinking it over tongue

In the SQL tab in phpMyAdmin

1,154

(132 replies, posted in General discussion)

lol tongue

1,155

(9 replies, posted in PunBB 1.2 troubleshooting)

Both would need changing in functions.php, the generate_navlinks() function. 2 would need editing in header.php too probably (to give the current page as extra argument).

1,156

(9 replies, posted in PunBB 1.2 discussion)

#`(.+?)` \=#i

replace with

"$1" =

No idea if it'll work tho tongue

1,157

(10 replies, posted in PunBB 1.2 troubleshooting)

The right part.

Yes.

1,159

(26 replies, posted in General discussion)

Rickard wrote:

Thank the Swedish government for not dubbing non-Swedish television shows and movies smile

Heh. Yeah, I guess I'll have to go thank my government or whoever controls all that too someday tongue

1,160

(17 replies, posted in General discussion)

I can assure you that this editor is much faster than the vB one tongue

Get rid of the clear: right; ?

Oh, and your online list doesn't show in IE7.

3 yes, the other 2 no sad

So can't help, sorry.

1,163

(5 replies, posted in PunBB 1.2 troubleshooting)

You shouldn't add it in functions.php, but in header.php. After the JS block that is already there.

And Paul: IE6 doesn't support :hover on anything else than a tags wink

The way this mod is set up doesn't support it.

Try removing the ranks cache file

1,166

(7 replies, posted in General discussion)

Adblock? tongue

No.

Yes, the "i" means case insensitive. But I guess it isn't really needed smile

http://www.punres.org/download.php?id=1116

That's the code for the page.

It's a parser.php thing tongue

In the parse_message() function, before the return, put something like this:

$text = str_ireplace('[name]', $pun_user['username'], $text);

Yeah, that would be very easy FruitCake wink

$result = $db->query("SELECT id, subject, rating FROM ".$db->prefix."topics ORDER BY rating DESC LIMIT 0,20");
while($row = $db->fetch_assoc($result))
{
echo '<a href="viewtopic.php?id='.$row['id'].'">'.$row['subject']." ( ".$row['rating']." )</a><br />\n";
}

Put that little PHP code in a new page or so, and it'll output the top 20 rated threads smile

I might make a full page of it and upload it smile

Is the avatars directory correctly chmodded?

1,173

(17 replies, posted in General discussion)

I think it'd be easier to modify the JS code to use BBCode instead of HTML tongue

I'll take a look at that actually smile

1,174

(17 replies, posted in General discussion)

Not that I know of. And this one would be impossible as it generates HTML =/

That only seems to work for individual ones, unlike the TreeNode =/

Any other suggestions?