276

(5 replies, posted in Programming)

I know. I will fix it in about an hour when I get home.

277

(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

(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

could you post the query?

sorry can't help you with that lol

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...

Semb wrote:

EDIT: I did write in my first post that I used the chmod command in the config file... tongue

Oops lol Just try it without the chmod commands.

no chmod in the config file, pleeeeaasse

Yeah, if none of the files work, then the error is probably in config.php, header.php or footer.php...

could you post your index.php file?

286

(1 replies, posted in Feature requests)

just edit the calendar mod from PunRes...

<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>

just make the image and make the following html file:

<a href="mysitename.com/forums"><img src="myimage.jpg"></a>

try starting with punbb
i did the same thing: inventory.millennium-metals.com

What about this one?
http://www.punres.org/desc.php?pid=176

291

(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

(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 tongue wink

293

(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

(23 replies, posted in PunBB 1.2 discussion)

spikeweb wrote:

I must listen to my final users asking for new functionalities

What about all the mods?

295

(7 replies, posted in PunBB 1.2 show off)

Strofanto wrote:

Can you share it? I don't actually need it but I'm damn curious. Nice work.

Why not? Send me an email!

multi-forum mod

297

(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

(17 replies, posted in Programming)

oh ok...next time lol

EDIT: Elbekko's post no. 2000 ..... coming up ... lol

299

(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

(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...