Search found 348 matches

by cisco007
Fri Jun 29, 2012 2:37 am
Forum: PhpBB3 General
Topic: Some Page Troubles
Replies: 25
Views: 41952

Re: Some Page Troubles

sorry it's my fault, it's supposed to be

Code: Select all

font-size: 12px
not

Code: Select all

width: 12px
sorry about that!
sorry that will only increase the font in the table header. let me test it a little more and tell you the correct edits! :D
by cisco007
Thu Jun 28, 2012 3:55 pm
Forum: PhpBB3 General
Topic: Some Page Troubles
Replies: 25
Views: 41952

Re: Some Page Troubles

if you want the whole text in that box to be bigger, maybe you can try to change this: <table class="tablebg" width="100%" cellspacing="1"> to this: <table class="tablebg" width="100%" cellspacing="1" style="width: 12px;"> change ...
by cisco007
Tue Jun 26, 2012 2:15 am
Forum: PhpBB3 General
Topic: Some Page Troubles
Replies: 25
Views: 41952

Re: Some Page Troubles

wow, took a while! glad you got working!
by cisco007
Sun Jun 10, 2012 2:53 am
Forum: PhpBB3 BBCodes
Topic: PayPal Subscription BBCode by Danny
Replies: 13
Views: 30799

Re: PayPal Subscription BBCode by Danny

it's not that it actually makes you a member of a forum, that is more or less for users of a forum to donate to your site, you can make them a donator for 30 days or so of a special group. try it as a bbcode and see exactly what the paypal site tells you once you click on the paypal button!
by cisco007
Wed Jun 06, 2012 1:20 am
Forum: PhpBB3 General
Topic: Some Page Troubles
Replies: 25
Views: 41952

Re: Some Page Troubles

no the code is fine, but don't use that notepad, use the notepad++ i mentioned in the previous post, the reason the error is because windows' notepad doesn't save the files with BOM, and they need to so just use the text editor i told you about!
by cisco007
Sat Jun 02, 2012 4:05 am
Forum: PhpBB3 General
Topic: Some Page Troubles
Replies: 25
Views: 41952

Re: Some Page Troubles

which notepad are you using? the one from windows? the errors might look like from two different files, but it's from the about us php page. make sure there are no spaces before the <?php or before the ?> and if you are using the windows notepad, DO NOT USE that one search for and use notepad++ :good:
by cisco007
Fri Jun 01, 2012 5:41 pm
Forum: PhpBB3 General
Topic: Some Page Troubles
Replies: 25
Views: 41952

Re: Some Page Troubles

firefox, but you still haven't said what text editor you are using, most likely you have a space at the beginning and/or at the end of the aboutus.php page!
by cisco007
Fri Jun 01, 2012 5:37 pm
Forum: PhpBB3 General
Topic: phpBB Gallery
Replies: 3
Views: 9996

Re: phpBB Gallery

yeah, look in the contrib/addons folder should be the rrc_on_index
by cisco007
Fri Jun 01, 2012 4:26 am
Forum: PhpBB3 General
Topic: phpBB Gallery
Replies: 3
Views: 9996

Re: phpBB Gallery

what exactly about the phpbb gallery do you want installed on your index? the gallery has it's own page doesn't it? or are you talking about the recent and random images on index? if so, isn't there an addon for that that comes with the mod either on the main mod install or in the contrib folder? i ...
by cisco007
Fri Jun 01, 2012 4:07 am
Forum: ModphpBB3 General
Topic: Greetings guys, newbie here!
Replies: 4
Views: 12079

Re: Greetings guys, newbie here!

you too, glad you could join us around these parts! can't wait to see what you are willing to share!
by cisco007
Fri Jun 01, 2012 2:25 am
Forum: PhpBB3 General
Topic: Some Page Troubles
Replies: 25
Views: 41952

Re: Some Page Troubles

by cisco007
Wed May 30, 2012 5:05 pm
Forum: PhpBB3 General
Topic: Some Page Troubles
Replies: 25
Views: 41952

Re: Some Page Troubles

i just went to the custom page and i still see the error in the header so the files have not been fixed! can you post the code you used for the aboutus.php and aboutus.html files? post them in a code box! and there sholdn't be any include file edits in the functions.php, that code should actually be...
by cisco007
Wed May 30, 2012 4:56 pm
Forum: PhpBB3 Tips & Tricks
Topic: Scrolling Affiliates Box on phpBB3 index [Mod]
Replies: 42
Views: 76615

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

great to see you got it! good way to learn!
by cisco007
Mon May 21, 2012 4:19 pm
Forum: PhpBB3 Tips & Tricks
Topic: Scrolling Affiliates Box on phpBB3 index [Mod]
Replies: 42
Views: 76615

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

maybe they are not too clear to someone who is new to phpbb, but that is why i stated that more articles in the knowledge base should be read in order to get an idea on how to do things, that is how i started to learn.
And yeah there are people who could install this, i being one of them! :D
by cisco007
Mon May 21, 2012 5:42 am
Forum: PhpBB3 Tips & Tricks
Topic: Scrolling Affiliates Box on phpBB3 index [Mod]
Replies: 42
Views: 76615

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

if you are new, try reading this: http://www.phpbb.com/kb/article/how-to-install-mods/
plus many other articles in the knowledge base at phpbb.com so you can learn how to do it!