Edit main.tpl and remove <pun_title>

div#teamname { height: 150px; }

I mean the one in the main query (the one fetching the posts).

Change 'true' to 'false' in the second argument of $db->query(), this will make it buffered again and thus making it work smile

1,080

(3 replies, posted in PunBB 1.2 discussion)

Not that I know of. Then you'd have to edit header.php or so. Or login.php smile

1,081

(3 replies, posted in PunBB 1.2 discussion)

Sure, just put this in your announcement:

<script type="text/javascript">
document.alert('Hey, this is an important message!');
</script>

1,082

(1 replies, posted in PunBB 1.2 troubleshooting)

http://www.punres.org/viewtopic.php?id=664

1,083

(4 replies, posted in PunBB 1.2 show off)

Very nicely done.

1,084

(1 replies, posted in PunBB 1.2 discussion)

You'd need to modify the function generate_navlinks() in include/functions.php

1,085

(3 replies, posted in PunBB 1.2 discussion)

Such things are in $pun_config.
$pun_config['o_board_name'] should return your forum's title.

1,086

(9 replies, posted in Feature requests)

Nono, just for that post wink

1,087

(9 replies, posted in PunBB 1.2 show off)

Too pink, but nicely done.

1,088

(9 replies, posted in Feature requests)

I think this would be a great standard feature for PunBB. When you edit a post make it so that the poster can't edit it anymore, only moderators/administrators can.

1,089

(26 replies, posted in General discussion)

hcgtv wrote:
virgildizon wrote:

I love swedish girl....

Like the Swedish Bikini Team?

Interesting yikes Rickard is a lucky man...

1,090

(2 replies, posted in Feature requests)

In header.php, where it says SUBST <pun_desc>, put something like this:

$quotes = file('quotes.txt');
$tpl_main = str_replace('<pun_desc>', $quotes[array_rand($quotes)], $tpl_main);

1,091

(2 replies, posted in Programming)

That's all about how to make it work for Linux =/

1,092

(2 replies, posted in Programming)

Hey all,

Once again a probably silly answer from me big_smile

I installed Sybase ASE15 Express on a CentOS-4 installation for testing (my dad is a DBA for it, so he can test on it too).
Now, I thought, "let's connect to it through PHP, it's supported!". Well, it *is* supported, but I can't figure out how to make PHP understand that I have actually installed Open Client (server on Windows). All the configuration is correct (normally). But it keeps saying that the sybase dll couldn't be loaded at startup... =/

The dll is there and it's enabled in php.ini. It just doesn't see that everything needed to connect is present...
I also tried putting SQL.ini in both the PHP and C:/WINDOWS folder, but that didn't really work >=/

Any ideas on how to make this work?

1,093

(132 replies, posted in General discussion)

Christmas Greetings to Everyone

I wanted to send some sort of Christmas greeting to you, but it is so difficult in today's world to know exactly what to say without offending someone. So I met with my attorney yesterday, and on his advice I wish to say the following:

Please accept with no obligation, implied or implicit, my best wishes for an environmentally conscious, socially responsible, low stress, non-addictive, gender neutral celebration of the summer solstice holiday, practiced with the most enjoyable traditions of religious persuasion or secular practices of your choice with respect for the religious/secular persuasions and/or traditions of others, or their choice not to practice religious or secular traditions at all.

I also wish you a fiscally successful, personally fulfilling and medically uncomplicated recognition of the onset of the generally accepted calendar year 2007, but not without due respect for the calendars of choice of other cultures whose contributions to society have helped make our country great (not to imply that Belgium is necessarily greater than any other country) and without regard to the race, creed, colour, age, physical ability, religious faith or sexual preference of the wishee.

By accepting this greeting, you are accepting these terms:

This greeting is subject to clarification or withdrawal. It is freely transferable with no alteration to the original greeting. It implies no promise by the wisher to actually implement any of the wishes for her-/himself or others and is void where prohibited by law, and is revocable at the sole discretion of the wisher. This wish is warranted to perform as expected within the usual application of good tidings for a period of one year or until the issuance of a subsequent holiday greeting, whichever comes first, and warranty is limited to replacement of this wish or issuance of a new wish at the sole discretion of the wisher.

Kind regards,
(The Wisher)

1,094

(3 replies, posted in PunBB 1.2 troubleshooting)

$links[] = '<li id="navregister"><a href="register.php"><b>'.$lang_common['Register'].'</b></a>';

1,095

(1 replies, posted in PunBB 1.2 discussion)

He went inactive... probably forgot to pay for his domain/hosting.

1,096

(3 replies, posted in Feature requests)

You'd have to edit the function that gets the ranks. Can't really be hard smile

1,097

(3 replies, posted in PunBB 1.2 show off)

Very, very nice!

Can you provide a link?

KevinMc wrote:

I'm admittedly a newbie, but I have installed punbb, but when I attempt to access the forum, the code is displayed and not the forum page.
What incredibly naive mistake am I making?

IS your webserver configured for PHP?

also, config.php should be uploaded to root directory of site and NOT folder containing the forum, correct?

No, the forum root.

1,100

(9 replies, posted in Programming)

I think so, yes.