Topic: 3 GREAT Newbie Questions :D

OK 3 QUESTIONS!

1. This PunBB looks great, its up and running but it is VERY SLOW to load.  Especially the first visit.  Any way to fix this?

2. Also WHY are we required to display a user list?  Can we keep that private?

3. How can I display the forum from within a page of my site?  Do I have to use frames?

THANK YOU IN ADVANCE big_smile

Re: 3 GREAT Newbie Questions :D

OK 3 ANSWERS!

1. Never happened to me! aRE you using free servers? PunBB is fast to load!

2. I think you can edit function.php...or ???

3. edit main.tpl...

if mONey is lOSt nOThINg is lOSt,
if cHArACtER is lOSt sOMeTHiNG is lOSt,
bUT,
if rELiGIon and eDUcATiON aRE lOSt eVErYThINg is lOSt.

Re: 3 GREAT Newbie Questions :D

look around line 180 in include/function.php and just delete this link

 | <a href="userlist.php">'.$lang_common['User list'].'</a>

Re: 3 GREAT Newbie Questions :D

SushiKing wrote:

OK 3 QUESTIONS!

1. This PunBB looks great, its up and running but it is VERY SLOW to load.  Especially the first visit.  Any way to fix this?

2. Also WHY are we required to display a user list?  Can we keep that private?

3. How can I display the forum from within a page of my site?  Do I have to use frames?

THANK YOU IN ADVANCE big_smile

PunBB should be pretty fast.

Just go in and take the code out. Also be sure to delete userlist.php to prevent people from getting to it anyway.

well, id say make your own style. you could put it in a frame, but i never suggest using frames.

Indocron
$theQuestion = (2*b) || !(2*b);

Re: 3 GREAT Newbie Questions :D

Gizzmo wrote:

look around line 180 in include/function.php and just delete this link

 | <a href="userlist.php">'.$lang_common['User list'].'</a>

That only stops people from clicking a link to it tongue
You would need to delete the file or limit access to admins/mods

Re: 3 GREAT Newbie Questions :D

Smartys wrote:
Gizzmo wrote:

look around line 180 in include/function.php and just delete this link

 | <a href="userlist.php">'.$lang_common['User list'].'</a>

That only stops people from clicking a link to it tongue
You would need to delete the file or limit access to admins/mods


Gary13579 wrote:

Just go in and take the code out. Also be sure to delete userlist.php to prevent people from getting to it anyway.


i hate when people say stuff i just did :-/

Indocron
$theQuestion = (2*b) || !(2*b);