Search found 22 matches
- 1. September 2010 05:40
- Forum: Styles Support
- Topic: 610nm
- Replies: 2
- Views: 6186
Re: 610nm
Thanks! that fixed it
- 31. August 2010 10:46
- Forum: Styles Support
- Topic: 610nm
- Replies: 2
- Views: 6186
610nm
Is there a way you can make this pass the W3C CSS Validation? XHTML Checks out but not the CSS I would do it if I had the knowledge. I really like this theme and appreciate you making it compatible with this Portal. http://jigsaw.w3.org/css-validator/validator?uri=www.ctrl-alt-defeat.com&profile...
- 30. June 2010 10:26
- Forum: board3 Portal v1.0.x - Modifications
- Topic: Raid Progress Block w/ACP
- Replies: 199
- Views: 281319
Re: Raid Progress Block w/ACP
Hey Teksonic,
First, I'd like to say thanks for the great Modifacation I like it a lot!
I'd also like to ask, when you release a new version will it contain "The Ruby Sanctum" ?
Thanks,
First, I'd like to say thanks for the great Modifacation I like it a lot!
I'd also like to ask, when you release a new version will it contain "The Ruby Sanctum" ?
Thanks,
- 20. June 2010 22:53
- Forum: board3 Portal 1.0.x - English Support
- Topic: A few minor modifacation questions.
- Replies: 3
- Views: 7405
Re: A few minor modifacation questions.
Wouldn't disable BBCode globally? I want BBCode to exist but I just can't seem to center anything with it.
- 20. June 2010 21:04
- Forum: board3 Portal 1.0.x - English Support
- Topic: A few minor modifacation questions.
- Replies: 3
- Views: 7405
A few minor modifacation questions.
Your Portal Version: 1.0.5 Your phpBB Type: Standard phpBB3 MODs installed: Yes Your knowledge: Beginner Boardlink: http://www.ctrl-alt-defeat.com What have you done before the problem was there? n/a What have you already tryed to solve the problem? n/a Description and Message Hey I was wondering h...
- 25. May 2010 09:39
- Forum: General phpBB3 Support
- Topic: Quick Question
- Replies: 3
- Views: 21747
Re: Quick Question
Ok, so I added the Site Name in the ACP and just edited my Overall_Header.html <div id="site-description"> <a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a> <h1>{SITENAME}</h1> <p>{SITE_DESCRIPTION}</p> <p class="skiplink"><a href=&...
- 24. May 2010 23:40
- Forum: General phpBB3 Support
- Topic: Quick Question
- Replies: 3
- Views: 21747
Re: Quick Question
If I put the name in the ACP it shows the name next to the banner and it looks odd.
- 24. May 2010 10:50
- Forum: General phpBB3 Support
- Topic: Quick Question
- Replies: 3
- Views: 21747
Quick Question
Your Portal Version: 1.0.5 Your phpBB Type: Standard phpBB3 MODs installed: Yes Your knowledge: Beginner Boardlink: http://www.ctrl-alt-defeat.com What have you done before the problem was there? n/a What have you already tryed to solve the problem? n/a Description and Message I don't know if this ...
- 18. May 2010 01:43
- Forum: board3 Portal 1.0.x - English Support
- Topic: Installing Issues
- Replies: 25
- Views: 26246
Re: Installing Issues
EDIT: So I found a program that shows php documents with the proper tabbing and spacing and it allowed me to install this portal with less hasstle or confusion, I'm pleased to announce I have a Board3 Portal! http://www.ctrl-alt-defeat.com/-sub/test/portal.php I appreciate all your help I'm sorry if...
- 17. May 2010 22:48
- Forum: board3 Portal 1.0.x - English Support
- Topic: Installing Issues
- Replies: 25
- Views: 26246
Re: Installing Issues
In the XML it says this. Find <li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li> <!-- ENDIF --> </ul> <span class="corners-bottom"><span></span></span></div> </div> Add after <!-- ENDIF...
- 17. May 2010 21:58
- Forum: board3 Portal 1.0.x - English Support
- Topic: Installing Issues
- Replies: 25
- Views: 26246
Re: Installing Issues
In overall_header.html? I'm pretty sure I added it. <span class="corners-bottom"><span></span></span></div> </div> <!-- ENDIF --> <!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU --> <div class="navbar"> Is this not right? Sorry for the ignorance.
- 17. May 2010 07:22
- Forum: board3 Portal 1.0.x - English Support
- Topic: Installing Issues
- Replies: 25
- Views: 26246
Re: Installing Issues
Ok, I followed everything we've talked about here to a T and it's gone quite well I'm pleased to announce that I successfully made it to the Portal Install this time with no errors. However; after the portal finished installing I get one error now, just one... http://www.ctrl-alt-defeat.com/-sub/tes...
- 17. May 2010 00:58
- Forum: board3 Portal 1.0.x - English Support
- Topic: Installing Issues
- Replies: 25
- Views: 26246
Re: Installing Issues
I didn't use AutoMod on the install I sent you, that was by hand.
However; that makes a little more sense I'm just new to php and when I open it up it looks really cluttered and It's hard to tell where to add edits.
However; that makes a little more sense I'm just new to php and when I open it up it looks really cluttered and It's hard to tell where to add edits.
- 17. May 2010 00:09
- Forum: board3 Portal 1.0.x - English Support
- Topic: Installing Issues
- Replies: 25
- Views: 26246
Re: Installing Issues
<?php /** * * @package phpBB3 * @version $Id: constants.php 10268 2009-11-14 20:15:50Z acydburn $ * @copyright (c) 2005 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * */ /** * @ignore */ if (!defined('IN_PHPBB')) { exit; } /** * valid external constants: ...
- 16. May 2010 09:38
- Forum: board3 Portal 1.0.x - English Support
- Topic: Installing Issues
- Replies: 25
- Views: 26246
Re: Installing Issues
Ok, so I made the changes manually and with AutoMod and when I navagate to the Install directory I get this. define('PORTAL_CONFIG_TABLE', $table_prefix . 'portal_config'); Warning: Cannot modify header information - headers already sent by (output started at D:\wamp\www\includes\constants.php:270) ...