Forums Questions...

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
SouthPaw
New to forums
New to forums
Posts: 6
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Oct 06, 2004 12:50 am

Forums Questions...

Post by SouthPaw »

How do I change the image on the top left? And, how do I make it so people can't post as a guest?
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

you need to edit the template file, located in the template folder inside of forums (/forums/templates/subSilver/ if subSilver template)

now if you have more than one template installed, you need to do the same for each template.

The file you want to edit is the overall_header.tpl and edit using notepad/wordpad

look for (near the bottom):

Code: Select all

<td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
				<td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span> 
				<table cellspacing="0" cellpadding="2" border="0">
You want to edit the img src= line, templates/subSilver/images/logo_phpBB.gif, to the location of the new logo you wish to have.

As for changing permissions to post under guest or not, that can be done in the admin panel.
-Nick
SouthPaw
New to forums
New to forums
Posts: 6
Joined: Wed Oct 06, 2004 12:50 am

Post by SouthPaw »

Where in the admin panel? Its not under configuration...
User avatar
bOoya
Former staff
Former staff
Posts: 886
Joined: Thu Jan 15, 2004 3:46 pm
Location: Corona, CA
Contact:

Post by bOoya »

its under permissions. you select the forum then all these options come up. you can set the post and reply ones to "REG".
  • View
    Read
    Post
    Reply
    Edit
    Delete
    Sticky
    Announce
    Vote
    Poll create
Post Reply