Search found 38 matches
- Fri Jan 22, 2010 5:42 am
- Forum: Chit Chat
- Topic: I NEED SOME PHPBB3 HELP..
- Replies: 0
- Views: 7278
Re: I NEED SOME PHPBB3 HELP..
The phpBB help forums are at http://www.phpbb.com/community/index.php
- Thu Jan 21, 2010 3:53 pm
- Forum: Chit Chat
- Topic: Spam Email from [email protected]?
- Replies: 4
- Views: 15426
Re: Spam Email from [email protected]?
What was the username of the sender?
Never mind, I see it. Sorry.
Never mind, I see it. Sorry.
- Mon Feb 09, 2009 4:35 pm
- Forum: phpBB 3.0.x Support
- Topic: Field 'topic_last_poster_name' doesn't have a default value
- Replies: 7
- Views: 11579
- 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: 4765
Re: How to make a background within a background?
Set one background in html or body and set another in a #wrap
- Sun Feb 08, 2009 6:17 am
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: Need help centering logo image
- Replies: 2
- Views: 10409
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;">
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;">
- Thu Feb 05, 2009 8:37 pm
- Forum: phpBB 3.0.x Support
- Topic: Update
- Replies: 10
- Views: 12623
Re: Update
Not the file manager that your host uses, use a real FTP client
- 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: 13182
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
- Thu Feb 05, 2009 8:25 pm
- Forum: phpBB 3.0.x Support
- Topic: Update
- Replies: 10
- Views: 12623
Re: Update
Never use "One click installs"
Don't use frontpage for anything. Upload the phpBB files using an FTP program
Don't use frontpage for anything. Upload the phpBB files using an FTP program
- Thu Feb 05, 2009 8:21 pm
- Forum: phpBB 3.0.x Support
- Topic: new to the forum
- Replies: 4
- Views: 8840
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 ...
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 ...
- Thu Feb 05, 2009 8:14 pm
- Forum: phpBB 3.0.x Support
- Topic: Meta Title not showing.
- Replies: 1
- Views: 3366
Re: Meta Title not showing.
Open overall_header.html
Your title tag should look like this:
Your title tag should look like this:
Code: Select all
<title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>