I know. I will fix it in about an hour when I get home.
277 2007-07-04 07:56
Topic: baseball /mySQL (10 replies, posted in Programming)
Just out of pure interest....
Has anybody here ever tried to create a MySQL database for baseball data? The structure would be very interesting...
Thank you very much
278 2007-07-04 07:47
Topic: css question (5 replies, posted in Programming)
In Internet Explorer, the following page looks just fine:
http://www.bydebrasdesigns.com/bb
But in Mozilla, the grey border only shows up around the header.
I am not very experienced in css, so what do I have to fix?
Thanks
279 2007-07-03 06:03
Re: Problem when I view IP address (6 replies, posted in PunBB 1.2 troubleshooting)
could you post the query?
280 2007-07-02 08:54
Re: Post-installation problems - index not loaded?! (19 replies, posted in PunBB 1.2 troubleshooting)
sorry can't help you with that lol
281 2007-07-02 08:46
Re: Post-installation problems - index not loaded?! (19 replies, posted in PunBB 1.2 troubleshooting)
You only have to do chmod once. I think it is a shell command but I can't help you with where to put it instead...
282 2007-07-02 08:42
Re: Post-installation problems - index not loaded?! (19 replies, posted in PunBB 1.2 troubleshooting)
EDIT: I did write in my first post that I used the chmod command in the config file...
Oops Just try it without the chmod commands.
283 2007-07-02 08:36
Re: Post-installation problems - index not loaded?! (19 replies, posted in PunBB 1.2 troubleshooting)
no chmod in the config file, pleeeeaasse
284 2007-07-02 07:50
Re: Post-installation problems - index not loaded?! (19 replies, posted in PunBB 1.2 troubleshooting)
Yeah, if none of the files work, then the error is probably in config.php, header.php or footer.php...
285 2007-07-02 06:33
Re: Post-installation problems - index not loaded?! (19 replies, posted in PunBB 1.2 troubleshooting)
could you post your index.php file?
286 2007-07-02 06:26
Re: Event Signup (1 replies, posted in Feature requests)
just edit the calendar mod from PunRes...
287 2007-06-27 10:15
Re: How to add an image @ the '' main '' ?? (3 replies, posted in PunBB 1.2 troubleshooting)
<html><head><title>mysite</title>
<style type="text/css">
body {
background-color: #000000;
}
a {
text-align: center;
}
</style>
</head>
<body>
<a href="mysitename.com/forums"><img src="myimage.jpg"></a>
</body>
</html>
288 2007-06-27 08:45
Re: How to add an image @ the '' main '' ?? (3 replies, posted in PunBB 1.2 troubleshooting)
just make the image and make the following html file:
<a href="mysitename.com/forums"><img src="myimage.jpg"></a>
289 2007-06-27 08:00
Re: 3-tier user site with large file repository? (1 replies, posted in General discussion)
try starting with punbb
i did the same thing: inventory.millennium-metals.com
290 2007-06-24 16:39
Re: [1.2.15] One Punbb for multiple users. (31 replies, posted in Feature requests)
What about this one?
http://www.punres.org/desc.php?pid=176
291 2007-06-23 11:39
Re: this was punBB once... (7 replies, posted in PunBB 1.2 show off)
could u send me an email please? I just came back to europe and I haven't installed messenger etc.
292 2007-06-19 14:19
Re: this was punBB once... (7 replies, posted in PunBB 1.2 show off)
users that are logged in can now populate the database through forms. "normal" people can't just register though
293 2007-06-17 14:33
Re: this was punBB once... (7 replies, posted in PunBB 1.2 show off)
I have to add though that I still need to clean up some unneeded code & possibly files (I also want to edit the search function).
294 2007-06-17 14:05
Re: Punbb 1.3 status (23 replies, posted in PunBB 1.2 discussion)
I must listen to my final users asking for new functionalities
What about all the mods?
295 2007-06-17 14:02
Re: this was punBB once... (7 replies, posted in PunBB 1.2 show off)
Can you share it? I don't actually need it but I'm damn curious. Nice work.
Why not? Send me an email!
296 2007-06-17 14:01
Re: Smarty.your Punbb-hosting is cool (3 replies, posted in PunBB 1.2 discussion)
multi-forum mod
297 2007-06-14 06:05
Topic: this was punBB once... (7 replies, posted in PunBB 1.2 show off)
http://inventory.millennium-metals.com
Basically I took the core of PunBB, deleted all forum stuff, and used it to write another web application for the inventory of the company of a friend of mine.
Tell me your thoughts...
P.S.: Yeah, I know, design still needs work. Looks very PunBB-ish... also, the database is being populated in the next few days...
298 2007-06-13 20:14
Re: What am I doing wrong? (17 replies, posted in Programming)
oh ok...next time lol
EDIT: Elbekko's post no. 2000 ..... coming up ...
299 2007-06-13 20:04
Re: What am I doing wrong? (17 replies, posted in Programming)
i googled it and the only thing I found that it probably was mistakenly taken as the DESC for descending (MySQL)...
300 2007-06-13 03:47
Re: What am I doing wrong? (17 replies, posted in Programming)
solved it. desc seems to be a special php word, so I obviously couldn't use it. I changed it to description and now everything works fine...