Its probably going to stay that way. The reason is that having seperate blocks in the public interface makes it harder to integrate into an existing page particularly a two column layout. If it were to change then the change would be to admin. Of course its all just an illusion anyway. If you put the border on the profile <form> rather than the containing <div> then it would look as if the menu were outside as in 1.2.
627 2006-08-22 15:32
Re: Akismet spam protection for PunBB (14 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Sounds good. Is there an option to turn the auto banning off. I'm wondering what would happen if a legitimate member posted something wrongly identified as spam.
628 2006-08-22 15:28
Re: 1.3 extention system docs/guidlines? (3 replies, posted in PunBB 1.2 discussion)
The short answer is not at the present time.
629 2006-08-22 12:13
Re: PunBB and PHP5 experiences (11 replies, posted in General discussion)
I thought this forum was running on php5 though perhaps Rickard can confirm that.
630 2006-08-19 11:56
Re: Internet Explorer and table in left (6 replies, posted in PunBB 1.2 troubleshooting)
The Doctype declaration has to come first. You have a lump of javascript which comes before it. Visit you web page and do view source and you will see what I mean.
631 2006-08-18 23:30
Re: is 1.3 stable? stable 1.3 ETA? (63 replies, posted in Feature requests)
Of course you can download from SVN and do what you like with it. Beta testing though at this stage is pointless. How are you going to tell the difference between an unknown bug and a known bug which is on the list to be fixed or indeed something thats isn't a bug at all just an unfinished feature. Having said that its actually running very smoothly at the moment.
632 2006-08-18 18:27
Re: DIV.isticky and DIV.iclosed colours not showing. (2 replies, posted in PunBB 1.2 troubleshooting)
DIV.isticky and DIV.iclosed don't exist. You are trying to style elements which aren't there. It should be
TR.isticky DIV.icon {}
TR.iclosed DIV.icon {}
633 2006-08-15 13:00
Re: Internet Explorer and table in left (6 replies, posted in PunBB 1.2 troubleshooting)
Your page contains errors which are causing the page to be rendered in quirks mode rather than standards mode. In quirks mode IE6 does not recognise margin:auto. You need to fix your page before doing anything else. The most serious error is that the doctype declaration should be the first item on the page.
634 2006-08-13 14:19
Re: need a moder for snews (12 replies, posted in Programming)
Try providing some information about "sNews" or a link since clearly nobody knows what it is.
636 2006-08-11 02:27
Re: posts screwed up (1 replies, posted in PunBB 1.2 troubleshooting)
Some posts contain invalid bbcode. You should be able to remove the problem just by editing the posts. Since those posts were already stored in the database when you converted PunBB did not have the opportunity to do any error checking.
637 2006-08-10 02:35
Re: Integrating into main website (3 replies, posted in PunBB 1.2 troubleshooting)
parse_message()
638 2006-08-10 01:43
Re: Integrating into main website (3 replies, posted in PunBB 1.2 troubleshooting)
if ($pun_user['g_id'] > PUN_ADMIN)
message($lang_common['No permission']);
639 2006-08-09 14:40
Re: What editor do you use for php? (114 replies, posted in Programming)
Textpad and sometimes Ultraedit.
Topstyle Pro also handles php fairly well.
640 2006-08-06 18:53
Re: admin NOT logging out (1 replies, posted in PunBB 1.2 troubleshooting)
Closed because I think you said you solved it in your other thread. If not just continue in the other thread.
641 2006-08-06 18:42
Re: i cant crate punbb forum (68 replies, posted in PunBB 1.2 troubleshooting)
I'm closing this thread because it doesn't seem to be getting anywhere.
642 2006-08-06 14:07
Re: Plugins INSTALLING (7 replies, posted in PunBB 1.2 troubleshooting)
I didn't even know we had a calendar plugin. I know there is a calendar mod but thats a completely different thing. Where did you get it?
EDIT: Smarty's beat me to it.
643 2006-08-05 14:54
Re: Sticky text colour (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
tr.isticky td.tcl .stickytext,
tr.isticky td.tcl a,
tr.isticky td.tcl a:link,
tr.isticky td.tcl a:visited {
color: #whatever
}
644 2006-08-03 10:25
Re: Is this not a little dodgy?? (8 replies, posted in General discussion)
I'm not so bothered about the impression they give about PunBB. You get the same advert with many other scripts including Vanilla. I'm more bothered about the fact it may well be ripping people off. Whats the point in spending hundreds of hours in developing gpl sofware for people to use free of charge if they then get conned.
645 2006-08-03 02:52
Re: Finally, forums.pogenwurst.com (29 replies, posted in PunBB 1.2 show off)
If you want to fix the juddering menu, you have to make sure that the padding and border in the :link state is the same as the hover state. You either use a border the same colour as the background in the link state or make the padding one px bigger than in the hover state. Now you'll tell me the judder was deliberate
646 2006-08-03 02:10
Re: Finally, forums.pogenwurst.com (29 replies, posted in PunBB 1.2 show off)
Internal Server Error
647 2006-08-02 23:42
Re: PunBB Font Sizes (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I know the problem. Six months ago I could read perfectly, now I need to either take my spectacles off (I'm short sighted) or move the book 2 feet away from my face. When I designed that stylesheet I was perfeclty comfortable with 11px but now I can't seem to cope with anything less than 12px.
648 2006-08-02 22:03
Re: index loads slowly in ie (4 replies, posted in PunBB 1.2 troubleshooting)
Fine here as well in IE6 and IE7b3 on XP Pro and XP Home. I can't see any real difference in loading speed between IE, Firefox and Opera. It certainly loads much quicker than your home page except for the banner which lags behind. Do you get the problem when viewing as a guest or only when logged in?
P.S. You need to sort out the font size in IE.
http://punbb.org/forums/viewtopic.php?id=7181
649 2006-08-02 16:41
Re: An error occured on line 58 -- Installation Problems (16 replies, posted in PunBB 1.2 troubleshooting)
If you entered your password as its typed here there would appear to be an "m" missing.
650 2006-07-31 14:23
Re: Opera 9 (15 replies, posted in General discussion)
I don't think so, it should align it 10px to the left of any block to the right of it, not the window. The problem is there is nothing in your css which would confine the width of the container. In particular, I know that Opera is fussy in insisting that absolutely positioned elements be given widths.