Well, Rickard is doing something in ASP (god have his sanity)
Don't know about other things tho
You are not logged in. Please login or register.
PunBB Forums → Posts by elbekko
Well, Rickard is doing something in ASP (god have his sanity)
Don't know about other things tho
I could always try doing this as a mod Saves you the trouble from thinking it over
In the SQL tab in phpMyAdmin
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).
#`(.+?)` \=#i
replace with
"$1" =
No idea if it'll work tho
The right part.
Yes.
Thank the Swedish government for not dubbing non-Swedish television shows and movies
Heh. Yeah, I guess I'll have to go thank my government or whoever controls all that too someday
I can assure you that this editor is much faster than the vB one
Get rid of the clear: right; ?
Oh, and your online list doesn't show in IE7.
3 yes, the other 2 no
So can't help, sorry.
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
The way this mod is set up doesn't support it.
Try removing the ranks cache file
No.
Yes, the "i" means case insensitive. But I guess it isn't really needed
http://www.punres.org/download.php?id=1116
That's the code for the page.
It's a parser.php thing
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
$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
I might make a full page of it and upload it
Is the avatars directory correctly chmodded?
I think it'd be easier to modify the JS code to use BBCode instead of HTML
I'll take a look at that actually
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?
PunBB Forums → Posts by elbekko
Powered by PunBB, supported by Informer Technologies, Inc.