Search found 348 matches

by cisco007
Sat Sep 01, 2012 4:42 pm
Forum: PhpBB3 General
Topic: Login Integeration help?
Replies: 5
Views: 12979

Re: Login Integeration help?

you mean redirect to any page on the forum, or to the page they logged in from?
by cisco007
Wed Aug 22, 2012 7:19 pm
Forum: Smilies
Topic: Over 500 Big Animated Emoticon Pack
Replies: 41
Views: 89939

Re: Over 500 Big Animated Emoticon Pack

well i guess they are free, it doesn't say if they are from any website or anything, so my guess is they are free for you to do what ever you like with them! i guess!
by cisco007
Thu Aug 16, 2012 2:43 pm
Forum: PhpBB3 BBCodes
Topic: how do I make an image a link?
Replies: 1
Views: 8797

Re: how do I make an image a link?

Code: Select all

[url=http://www.modphpbb3.com/index.php][img]http://www.modphpbb3.com/styles/ProNight3000/imageset/logo_phpbb.png[/img][/url]
DEMO:

Image
by cisco007
Thu Aug 16, 2012 2:37 pm
Forum: PhpBB3 General
Topic: Twitter List Widget MOD
Replies: 1
Views: 8085

Re: Twitter List Widget MOD

you have already posted this in at least two other forums already! wait until one of them give you an answer!

you've posted here: https://www.phpbb.com/community/viewtop ... &t=2160082

and i also know you posted at Rmcgirr83.org!
by cisco007
Mon Jul 30, 2012 3:43 pm
Forum: PhpBB3 Tips & Tricks
Topic: Add a Default Avatar to your phpBB3 forum
Replies: 11
Views: 39214

Re: Add a Default Avatar to your phpBB3 forum

can you tell me what you mean by "not working"?
and post up the edits you have done so i can take a look?
by cisco007
Mon Jul 09, 2012 4:21 am
Forum: PhpBB3 Tips & Tricks
Topic: Add a Default Avatar to your phpBB3 forum
Replies: 11
Views: 39214

Re: Add a Default Avatar to your phpBB3 forum

i really have no idea why it's not working other then maybe you don't have the image in the directory specified!
and without really knowing exactly what it's meant by it's not working, i can't really tell you the problem or answer.
by cisco007
Thu Jul 05, 2012 3:38 pm
Forum: PhpBB3 General
Topic: Some Page Troubles
Replies: 25
Views: 41971

Re: Some Page Troubles

try to copy the table html from the who is online table, and just replace the who is online stuff with the stuff from the who was here mod and let me know what you get!
by cisco007
Tue Jul 03, 2012 2:28 am
Forum: PhpBB3 General
Topic: Some Page Troubles
Replies: 25
Views: 41971

Re: Some Page Troubles

shouldn't really they should interpret all of it fine. just a matter of taste.
by cisco007
Sat Jun 30, 2012 11:48 pm
Forum: PhpBB3 General
Topic: Some Page Troubles
Replies: 25
Views: 41971

Re: Some Page Troubles

great you got it working, but if I was you i would search in the internet about better ways to add the font size to those items instead of adding it to each of the lines. Like using style="font-size: 22px;" to the whole thing, like <td width="100%" class="row1" style=&q...
by cisco007
Fri Jun 29, 2012 3:07 am
Forum: PhpBB3 General
Topic: Some Page Troubles
Replies: 25
Views: 41971

Re: Some Page Troubles

i really hate those phpbb3 styles that use tables! :grin: how does it look if you used this instead? <!-- INCLUDE overall_header.html --> <br clear="all" /> <table width="100%" cellspacing="0" class="tablebg"> <tbody> <tr> <th colspan="2"> <h2>About ...
by cisco007
Fri Jun 29, 2012 2:37 am
Forum: PhpBB3 General
Topic: Some Page Troubles
Replies: 25
Views: 41971

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: 41971

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: 41971

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: 30814

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: 41971

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!