A new theme for starters And then modify your main.tpl...
[edit:] dear god, how bad was my spelling? =/
1,976 2006-06-27 15:46
Re: Integration within a theme (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
1,977 2006-06-27 14:28
Re: Unclosed Form tag in navlinks (10 replies, posted in PunBB 1.2 troubleshooting)
Ok, so what do you suggest? A regex check on the input to see if it's a link? And what if I'd like to add a small form in there? Or a <br />? Or and img? Wouldn't be possible anymore.
And I think it'd be quite hard to just check if a tag is closed... =/
1,978 2006-06-27 13:40
Re: Unclosed Form tag in navlinks (10 replies, posted in PunBB 1.2 troubleshooting)
Not really a bug, no. It's your own fault, f you can't change anything manually, you shouldn't be messing things up =/
1,979 2006-06-26 17:37
Re: How to set up MySQL (5 replies, posted in PunBB 1.2 troubleshooting)
mysql> CREATE DATABASE punbb
> I don't know what to type here
Try
mysql> CREATE DATABASE punbb;
1,980 2006-06-26 17:35
Re: French version (4 replies, posted in PunBB 1.2 bug reports)
French version should be the same with a different language pack... =/ So if there are language errors, fix them in a file in the lang/ folder.
1,981 2006-06-26 15:59
Re: Finally, I can get rid of my ISP! (5 replies, posted in General discussion)
lol
1,982 2006-06-23 14:45
Topic: Textarea content preformatted (3 replies, posted in Programming)
Yeah, you read it right... how do you make the content of a textarea look like it's between <pre> tags? =/ I tried adding
style="white-space: pre;"
, but it didn't work
Any help would be appreciated ^^
1,983 2006-06-22 12:15
Re: Performance issues... What are these queries? (4 replies, posted in PunBB 1.2 troubleshooting)
Who is this "we". When it comes to messing with queries you're on your own mate.
lol
Oh, and I advise someone to put that into a code block...
1,984 2006-06-20 17:17
Re: Use avatar extern (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
if ($img_size = @getimagesize($pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.gif'))
$user_avatar = '<img src="'.$pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.gif" '.$img_size[3].' alt="" />';
else if ($img_size = @getimagesize($pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.jpg'))
$user_avatar = '<img src="'.$pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.jpg" '.$img_size[3].' alt="" />';
else if ($img_size = @getimagesize($pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.png'))
$user_avatar = '<img src="'.$pun_config['o_avatars_dir'].'/'.$cur_post['poster_id'].'.png" '.$img_size[3].' alt="" />';
Change variables ofcourse.
1,985 2006-06-19 10:39
Re: AJAX Shout Box Testing... (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I'm using FF1.5.0.4, and have no issues
1,986 2006-06-18 19:53
Re: AJAX Shout Box Testing... (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Looks nice, although I find the submitting quite slow.
1,987 2006-06-18 19:45
Re: Portal (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Before
require PUN_ROOT.'footer.php';
add this:
$footer_style = 'index';
1,988 2006-06-18 14:06
Re: CSS/markup/hacks help needed for png's and tableless layout (8 replies, posted in Programming)
Firefox can handle transparent PNGs, IE can't (IE7 most likely will). Only if they are saved with alpha transaprency they work in both
Just look at the logo here in IE, it's a PNG
1,989 2006-06-18 13:56
Re: CSS/markup/hacks help needed for png's and tableless layout (8 replies, posted in Programming)
Hrmm... save your PNG with alpha transparency? Should work, and most gfx programs support it
1,990 2006-06-17 14:58
Re: PunBB News (47 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Making a new box is easy:
<div class="box">
<h2><!--Title--></h2>
<div class="inbox">
<!--Content goes here-->
</div>
</div>
1,991 2006-06-16 21:40
Re: <br /> vs. <p> and a few other questions... (10 replies, posted in PunBB 1.2 discussion)
Well, parsing before inserting the message into the DB would be bad, as you would lose your edit function If you'd allow people to edit the HTML, you can see plently of security risks
1,992 2006-06-16 21:04
Re: Rating for plugins/mods/etc... (3 replies, posted in Feature requests)
Ah. Yeah, a user rating would be nice. Go suggest that on PunRes
1,993 2006-06-16 20:38
Re: Rating for plugins/mods/etc... (3 replies, posted in Feature requests)
Well, latest version should always be the best one, as it contains all sorts of bugfixes
1,994 2006-06-16 15:32
Re: how can i add live rss feed to punbb? (12 replies, posted in Programming)
That's pretty easy I made a small RSS parser a couple of days ago, if you want, you can mail me and I'll send it to you
1,995 2006-06-15 20:24
Re: smart quotes (20 replies, posted in PunBB 1.2 troubleshooting)
Hi paul, Any idea where I can find a list of those numbers attached to the characters?
1,996 2006-06-15 16:00
Re: Image instead of site Title... (3 replies, posted in PunBB 1.2 discussion)
I made a mod for it too ... search for Board Logo on PunRes
1,997 2006-06-15 13:18
Re: AP_Post_Author_Update (12 replies, posted in PunBB 1.2 modifications, plugins and integrations)
function result($query_id = 0, $row = 0)
{
return ($query_id) ? @mysql_result($query_id, $row) : false;
}
It takes two.
1,998 2006-06-15 13:13
Re: Integration Issue with exit ($tpl_main); (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Nah, that's unneeded And some browsers don't support it
1,999 2006-06-15 09:09
Re: Java (5 replies, posted in PunBB 1.2 troubleshooting)
Well, it's JavaScript, not Java.
Then, there already is a mod for this
2,000 2006-06-14 19:46
Re: Private messages for 1.2.12 (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Show me the query please.