Looks that way... Seems like it could be some problems with the nameservers (can't find the domain when trying to ping it).
151 2006-03-10 21:40
Re: Punres down? (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
152 2006-03-09 00:42
Re: Placing a small gallery at the top of a forum? (8 replies, posted in PunBB 1.2 discussion)
OK, I looked and realized the announcement box allows HTML. Very cool. Now, the problem is:
1) Says "announcements" at the top...how can I change that to "Highlights"?
2) The announcements box spreads 100% across the window, but I'll probably using a maximum of 500 pixels. Is there a way to fit the box to the images and center it?
Thanks!
Edit: 500, not 100 pixels
1: See the post above.
2: Sure, the announcements box have an id, so just use the stylesheet to set to however you want (div#announce).
153 2006-03-07 21:23
Re: Possible race condition in check_cookie() (5 replies, posted in PunBB 1.2 bug reports)
See this topic: http://punbb.org/forums/viewtopic.php?id=8436
154 2006-03-06 15:41
Re: TASARINAN - Testing out my new PunBB style...feedback? (9 replies, posted in PunBB 1.2 show off)
Question and comment...
Comment: The "Forum » News" link works fine at the top but at the bottom of the news page it goes to fora.php which is 404.
Question: Is the news.php page a script you wrote yourself or a mod available around here?
Thanks!
Andrew
Thanks for reporting, I forgot to change it when uploading
The news.php page is a script I wrote myself, and currently, it's not released anywhere. It's part of a little project I'm working on, and as such, not complete yet. Still, if you'd like to take a look, I could always upload a copy when I get home from work...
155 2006-03-05 19:01
Re: TASARINAN - Testing out my new PunBB style...feedback? (9 replies, posted in PunBB 1.2 show off)
very nicely done as always CodeXP.
side note: would you consider converting and releasing your downloads "mod" when 1.3 is released?
Thanks
It's actually not my mod, it was Mediator who created it. Unfortunately, I he only ever released a v1.0 version, with a *lot* of bugs. I've fixed many of them, and changed things a bit, but not all bugs are fixed (the ones remaining is mainly related to the creation of download forums, though it's possible to work around it).
You can find Mediator's original mod here: http://punbb.org/forums/viewtopic.php?id=9076
If I can get all the bugs fixed, I will post the changed files here
156 2006-03-05 16:35
Re: Text colour in forms (2 replies, posted in PunBB 1.2 troubleshooting)
.pun textarea, .pun input { color: #000066 }
That should take care of it
157 2006-03-05 06:01
Re: Banner (8 replies, posted in PunBB 1.2 troubleshooting)
Putting it at the bottom of your stylesheet should work just fine
158 2006-03-05 04:03
Re: TASARINAN - Testing out my new PunBB style...feedback? (9 replies, posted in PunBB 1.2 show off)
If you are into rounded corners, heres a roundup of the latest techniques
http://www.smileycat.com/miaow/archives/000044.html
For the most part I think regular rectangular borders works fine, it's just that I wanted them for this particular theme, but thanks for the link... Might have to read up on it
The hard part about it this time, was mostly that the markup is already pre-made, so there are only a set number of elements to style. I did add a couple of divs to the .tpl, and a few other tweaks, but other then that, it went ok.
By the way, when working on 1.3, wouldn't it be a good idea to be very consistant with the use of tags? What I mean is, it kinda surprised me that while for the most part, all H2 elements contained a SPAN tag, there are exceptions troughout the code. This made it a little more difficult to just use CSS to achieve the look I was going for..
159 2006-03-05 03:36
Re: TASARINAN - Testing out my new PunBB style...feedback? (9 replies, posted in PunBB 1.2 show off)
We're heading in the same direction, taking different paths.
As you have, so have I, come to the realization that all web presences surround feedback.
Only a forum can do a conversation justice, the logical central building block of a site.
Everything else becomes a means to elicit a discussion, a welcome, a hey see what I got.
Maybe one day we can meet along the road
You're confusing me a little here
160 2006-03-05 03:11
Re: Banner (8 replies, posted in PunBB 1.2 troubleshooting)
This will do that...
#brdtitle, #brdtitle P {padding:0; text-align:center; color:#fff}
I'd recommend you to remove/change this line from your header though:
<a href="http://www.d1acollegefootball.com/Forums/index.php"><p align="center"><img src="http://www.d1acollegefootball.com/Forums/img/D1ACF/ban1.png"></a>
You can't nest a paragraph inside the A tag, and even if you could, you still haven't closed the tag. Also, there is no such thing as align="center" in proper XHTML.
161 2006-03-05 00:22
Topic: TASARINAN - Testing out my new PunBB style...feedback? (9 replies, posted in PunBB 1.2 show off)
I just created a new theme for my website again, so here's a new showoff topic
This one took me some time to get to the point it is now, and while there are still some work left on the style (cleaning up the CSS some more..), I think it's ready to be used.. It wasn't easy making most of the boxes rounded (especially these elements), but I think the end result was worth it...
Since my last showoff topic, I've also integrated the lightbox JS among various other tweaks (see this topic for an example)..
So, for those of you that would like to take a look, here's the link: TASARINAN.COM
Feedback is always appreciated
EDIT: Here's a test account:
Name: PunTest
Pass: Testing123
EDIT2: Fixed more IE bugs
162 2006-03-04 05:39
Re: What AntiVirus do you use? (39 replies, posted in General discussion)
NOD32. It's reasonably priced & probably the fastest, least resource hungry AV application available. Also, no other AV application have recieved more 100% awards from Virus Bulletion, something that really says something about the quality... I love it
163 2006-03-04 05:32
Re: Header background color (4 replies, posted in PunBB 1.2 troubleshooting)
Awesome thanks. Got it to work. No I forgot how I got the pictures in there. Say do you know a way to remove the title text in the header in the style.css instead of the main.tpl? I want to have another style besides this one that WILL use the title area text.
Absolutely, here you go
164 2006-03-04 03:44
Re: Header background color (4 replies, posted in PunBB 1.2 troubleshooting)
Here you go:
.pun #brdtitle { background: #000 }
165 2006-03-04 03:25
Re: CSS: Absolute positioning woes with IE (16 replies, posted in PunBB 1.2 troubleshooting)
Looking good. You might find things like this easier in the future
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <!-- pun_local -->> <head> <!-- pun_head --> </head> <body> <div id="pun<!-- pun_page -->" class="punwrap"> <div id="pun" class="pbb"> <!-- pun_title --> <!-- pun_skipdown --> <!-- pun_navlinks --> <!-- pun_ulinks --> <!-- pun_announcement --> <!-- pun_status --> <div id="pun-bcrumbs1" class="pbb-section"><!-- pun_bcrumbs --></div> <!-- pun_main --> <!-- pun_stats --> <div id="pun-bcrumbs2" class="pbb-section"><!-- pun_bcrumbs --></div> <!-- pun_qjump --> <!-- pun_about --> <!-- pun_debug --> </div> </div> </body> </html>
Thanks, that'll come in handy the next time I'm about to tear my hair out in frustration over IE
166 2006-03-04 03:08
Re: CSS: Absolute positioning woes with IE (16 replies, posted in PunBB 1.2 troubleshooting)
What happens if you try * html #menu ul {width: 100%; padding-right: 40px}
You know, I think I love you right now It solved the problem, thanks a lot for your help! It's kinda strange that it did though, but of course, this *is* IE we're talking about...
EDIT: Screenshot of IE actually working
I did set the padding & width on #brdmenu instead, just so it wouldn't mess with my existing hover & active page effect, but it worked just as well
167 2006-03-04 02:47
Re: CSS: Absolute positioning woes with IE (16 replies, posted in PunBB 1.2 troubleshooting)
What about replacing the left and right margins on #punwrap with left and right padding on body.
NB: It doesn't work in 1.3 either.
Doesn't work either... I also tried creating a simple .html file, with the following contents, but the results in IE is the same..
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Test case #1</title>
<style type="text/css">
<!--
html,body,ul,li {margin:0;padding:0}
li{display:inline}
#wrap { margin: 158px 20px 20px 20px }
#menu {
position:absolute;
left:0;
top:0;
right:0;
background:#333;
width:100%
}
-->
</style>
</head>
<body>
<div id="wrap">
<div id="menu">
<ul>
<li>link 1</li>
<li>link 2</li>
<li>link 3</li>
</ul>
</div>
<p>some content</p>
</div>
</body>
</html>
Works fine in other browsers though, even IE7 (which actually doesn't need width:100%).
EDIT: Removed doctype to test IE's quirks mode, and the results are the same.
168 2006-03-04 02:30
Re: CSS: Absolute positioning woes with IE (16 replies, posted in PunBB 1.2 troubleshooting)
Maybe you should give both the ul and the div a width of 100%?
Already tried
169 2006-03-04 02:24
Re: CSS: Absolute positioning woes with IE (16 replies, posted in PunBB 1.2 troubleshooting)
170 2006-03-04 02:13
Re: CSS: Absolute positioning woes with IE (16 replies, posted in PunBB 1.2 troubleshooting)
Does #punwrap have a defined height or width (maybe in the hacks section of the stylesheet). If so, try removing it and see what happens. You will still need to give the menu 100% width though but it might change the way IE handles positioning.
No, #punwrap only has those margins listed above, no size set anywhere... I just can't for the life of me figure out how to solve it properly by just using CSS.
EDIT: I'll try 100% on the UL, thanks for the tip Unfortunately, I don't have a live demo yet, but I'll post a link when I do.
171 2006-03-04 01:04
Re: CSS: Absolute positioning woes with IE (16 replies, posted in PunBB 1.2 troubleshooting)
Nobody have any ideas?
At this point, I'm hating IE so much, that I'm feeling tempted to serve it a text-only version of my site
172 2006-03-04 00:33
Re: Pages not loading (15 replies, posted in PunBB 1.2 troubleshooting)
The thing is though, there's not really any special code that should be able to cause the install.php script to not load completely, until after you actually submit it. Basically, there's just a few checks to see if certain functions exists. Certainly nothing that should be able to cause problems, as long as the server itself is correctly configured.
What does the log files of your server say?
173 2006-03-04 00:17
Re: Pages not loading (15 replies, posted in PunBB 1.2 troubleshooting)
What browser do you use? If using FF, try right clicking the page, and choose page info. I'm just wondering if your pages could be sent as an image, or some other incorrect type. I've seen this happened on a phpBB forum before, due to some messed up server config... this of course resulted in some very strange behaviour, with one of the symptoms being that the pages only loaded partially, if at all.
EDIT: Try adding the following code to install.php, directly below $punbb_version = '1.2.11';
header('Content-Type: text/html; charset=utf-8');
174 2006-03-04 00:12
Re: Pages not loading (15 replies, posted in PunBB 1.2 troubleshooting)
Sounds strange though, as at this stage of the install, there's not even any DB queries done yet.. Does this happen to any other scripts on your server?
175 2006-03-03 23:59
Re: Pages not loading (15 replies, posted in PunBB 1.2 troubleshooting)
Hmm, sounds like this (or something similar) could be causing your problem: Link...