Search found 38 matches

by will_hough
Fri Jan 22, 2010 5:42 am
Forum: Chit Chat
Topic: I NEED SOME PHPBB3 HELP..
Replies: 0
Views: 7161

Re: I NEED SOME PHPBB3 HELP..

The phpBB help forums are at http://www.phpbb.com/community/index.php
by will_hough
Thu Jan 21, 2010 3:53 pm
Forum: Chit Chat
Topic: Spam Email from null@phpbb.com?
Replies: 4
Views: 15172

Re: Spam Email from null@phpbb.com?

What was the username of the sender?

Never mind, I see it. Sorry.
by will_hough
Sun Feb 08, 2009 6:22 am
Forum: phpBB 3.0.x MOD/Style Support
Topic: How to make a background within a background?
Replies: 1
Views: 4681

Re: How to make a background within a background?

Set one background in html or body and set another in a #wrap
by will_hough
Sun Feb 08, 2009 6:17 am
Forum: phpBB 3.0.x MOD/Style Support
Topic: Need help centering logo image
Replies: 2
Views: 10243

Re: Need help centering logo image

Open: /overall_header.html Find: <div style="float: none;"> <a href="{U_INDEX}" title="{L_INDEX}" class="headerlink"> {SITE_LOGO_IMG} </a> </div> Replace: <div style="float: none;"> With: <div style="text-align:center;">
by will_hough
Thu Feb 05, 2009 8:37 pm
Forum: phpBB 3.0.x Support
Topic: Update
Replies: 10
Views: 12404

Re: Update

Not the file manager that your host uses, use a real FTP client
by will_hough
Thu Feb 05, 2009 8:27 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: Changing text boxes from center to left justify
Replies: 6
Views: 12949

Re: Changing text boxes from center to left justify

That style is for v3.0.2 I suggest not using it until it has been updated for 3.0.4
by will_hough
Thu Feb 05, 2009 8:25 pm
Forum: phpBB 3.0.x Support
Topic: Update
Replies: 10
Views: 12404

Re: Update

Never use "One click installs"
Don't use frontpage for anything. Upload the phpBB files using an FTP program
by will_hough
Thu Feb 05, 2009 8:21 pm
Forum: phpBB 3.0.x Support
Topic: new to the forum
Replies: 4
Views: 8695

Re: new to the forum

One option - Deactivae the registratin by going to ACP -> User registration settings and change Account activation: to 'disable' Install the ADD User MOD - http://startrekguide.com/community/viewtopic.php?f=30&t=1533 Set all forums to registered only for view and read. You will add users manuall...
by will_hough
Thu Feb 05, 2009 8:14 pm
Forum: phpBB 3.0.x Support
Topic: Meta Title not showing.
Replies: 1
Views: 3303

Re: Meta Title not showing.

Open overall_header.html
Your title tag should look like this:

Code: Select all

<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>