Edit main.tpl and remove <pun_title>
1,076 2006-12-21 21:56
Re: Is there anyway in removing the 'board title'? (2 replies, posted in PunBB 1.2 troubleshooting)
1,077 2006-12-21 20:09
Re: Command to increase the margin above the top links? (1 replies, posted in PunBB 1.2 troubleshooting)
div#teamname { height: 150px; }
1,078 2006-12-21 18:24
Re: Hide reported post (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I mean the one in the main query (the one fetching the posts).
1,079 2006-12-21 17:50
Re: Hide reported post (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Change 'true' to 'false' in the second argument of $db->query(), this will make it buffered again and thus making it work
1,080 2006-12-21 17:17
Re: Popup when logged in (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
1,081 2006-12-21 13:45
Re: Popup when logged in (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 2006-12-21 13:33
Re: Ads after first post! (1 replies, posted in PunBB 1.2 troubleshooting)
1,084 2006-12-20 23:23
Re: Customizing the menu (1 replies, posted in PunBB 1.2 discussion)
You'd need to modify the function generate_navlinks() in include/functions.php
1,085 2006-12-20 22:34
Re: any variable dump online? (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 2006-12-20 18:36
Re: Lock post (prevent from editing) (9 replies, posted in Feature requests)
Nono, just for that post
1,087 2006-12-20 18:27
Re: I've tried 'em all... (9 replies, posted in PunBB 1.2 show off)
Too pink, but nicely done.
1,088 2006-12-20 18:22
Topic: Lock post (prevent from editing) (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 2006-12-20 14:44
Re: Rickard "is afraid" (26 replies, posted in General discussion)
virgildizon wrote:I love swedish girl....
Like the Swedish Bikini Team?
Interesting Rickard is a lucky man...
1,090 2006-12-20 12:34
Re: Random Quotes! (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 2006-12-19 19:51
Re: Connecting to Sybase through PHP (2 replies, posted in Programming)
That's all about how to make it work for Linux =/
1,092 2006-12-19 19:12
Topic: Connecting to Sybase through PHP (2 replies, posted in Programming)
Hey all,
Once again a probably silly answer from me
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 2006-12-19 15:41
Re: Funny ;) (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 2006-12-18 18:30
Re: html probs (3 replies, posted in PunBB 1.2 troubleshooting)
$links[] = '<li id="navregister"><a href="register.php"><b>'.$lang_common['Register'].'</b></a>';
1,095 2006-12-18 10:18
Re: what happened to www.pundemo.org? (1 replies, posted in PunBB 1.2 discussion)
He went inactive... probably forgot to pay for his domain/hosting.
1,096 2006-12-17 14:22
Re: Base ranks on time registered (3 replies, posted in Feature requests)
You'd have to edit the function that gets the ranks. Can't really be hard
1,097 2006-12-16 21:06
Re: Hexify.com Forums (3 replies, posted in PunBB 1.2 show off)
Very, very nice!
1,098 2006-12-16 19:01
Re: Index.php displays code, not page when run (7 replies, posted in PunBB 1.2 troubleshooting)
Can you provide a link?
1,099 2006-12-16 18:14
Re: Index.php displays code, not page when run (7 replies, posted in PunBB 1.2 troubleshooting)
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.