Topic: main site

iv searched, and i bet its been said/asked before, but what do you use on the main site.if its custom made, maybe you could releace it.

Re: main site

you asking rickard? if so he doesn't want people using the main site, it is custom made but it uses the news plugin

3

Re: main site

dam i love this Connorhd  he spam on day 100 posts smile i loved! smile

Yours, Benny.

Re: main site

Benny: He doesn't spam. He actually helps people.

Gizzmo: Nothing special. I do the following at the top of all pages:

define('PUN_TURN_OFF_MAINT', 1);
define('PUN_QUIET_VISIT', 1);
define('PUN_ROOT', './forums/');
require PUN_ROOT.'include/common.php';

And then the rest is more or less static. I use the news plugin for the news.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: main site

Hi

Where can i find the news plugin or isn't it out yet.

Thanks

Re: main site

Plugins - http://punbb.org/download/plugins/ - although its not officially released yet wink

He doesn't spam. He actually helps people.

i try anyway

Re: main site

Rickard wrote:

Benny: He doesn't spam. He actually helps people.

Gizzmo: Nothing special. I do the following at the top of all pages:

define('PUN_TURN_OFF_MAINT', 1);
define('PUN_QUIET_VISIT', 1);
define('PUN_ROOT', './forums/');
require PUN_ROOT.'include/common.php';

And then the rest is more or less static. I use the news plugin for the news.

Interesting, what does PUN_TURN_OFF_MAINT and PUN_QUIET_VISIT' do actually ?

Re: main site

PUN_TURN_OFF_MAINT circumvents the maintenance mode so the maintenance message won't be displayed if maintenance mode is on

PUN_QUIET_VISIT doesn't update login info (mainly doesn't reset topic indicators)

Re: main site

Rickard: thanx, just looked so kool thought id ask. and maybe i might be able to useit, cuz im havein troble with my site and makin a main page.