PhpBB 3.0.6 »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - PhpBB 3.0.6



Luk4ward [ Fri 20 Nov, 2009 15:14 ]
Post subject: PhpBB 3.0.6
Hi Gordon,
i love your style Black Pearl and im asking if there is an update for phpbb 3.0.6

regards

p.s found style changes: http://www.phpbb.com/community/viewtopic.php?f=74&t=880735


buldo [ Fri 20 Nov, 2009 22:19 ]
Post subject: Re: PhpBB 3.0.6
Luk4ward wrote: [View Post]
Hi Gordon


 
Off Topic
:
Gorgon...


Luk4ward [ Fri 20 Nov, 2009 22:52 ]
Post subject: Re: PhpBB 3.0.6
ah sorry He always reminds me Gordon Brown, dnt know why :D. Anyway i copied some missing parts from subsilver. But i have to look deeper for any missing parts.


buldo [ Fri 20 Nov, 2009 22:58 ]
Post subject: Re: PhpBB 3.0.6
Luk4ward wrote: [View Post]
He always reminds me Gordon Brown....


 
Off Topic
:
You maybe banned for this, you know?


Back on topic, you've to wait MG or someone skilled in phpBB3 to get an answer, please be patient.


Mighty Gorgon [ Sat 21 Nov, 2009 18:58 ]
Post subject: Re: PhpBB 3.0.6
I have updated the styles on this site.

I have also submitted the updates @ phpBB.com, but you have to wait their approval before being able to get approved styles there.


Luk4ward [ Sun 22 Nov, 2009 21:04 ]
Post subject: Re: PhpBB 3.0.6
Ok, thank You very much. Can I ask You a question? How to set width of whole style? Normally I was editing every html in which width was set nowrap...Is there better way?

Thanks guys for the replies


Mighty Gorgon [ Sun 22 Nov, 2009 22:17 ]
Post subject: Re: PhpBB 3.0.6
Which style are you talking about?

If you are talking about one of my styles, try opening _mg_config.html


Luk4ward [ Mon 23 Nov, 2009 18:39 ]
Post subject: Re: PhpBB 3.0.6
Yes, about Black Perl. Thank You for the help.


Luk4ward [ Wed 25 Nov, 2009 13:52 ]
Post subject: Re: PhpBB 3.0.6
Hi again,
im testing your style and found little bug when receiving or reviewing huge message

erroroh.th

Screen is just an example (i did copy/paste in order to check width).


Mighty Gorgon [ Wed 25 Nov, 2009 14:07 ]
Post subject: Re: PhpBB 3.0.6
It is working in the same way for subSilver 2 which is a default style for phpBB3.

You may try to open a ticket in the Bugs Tracker @ phpBB.com.

Otherwise you may try to add css overflow property to that text field.

Code: [Hide] [Select]
.post-text-hide-flow {
overflow: auto;
max-width: 960px;
}


Something like this will work for most cases.

P.S.: By the way you should forbid users to post such kind of "non-words".


Luk4ward [ Wed 25 Nov, 2009 15:16 ]
Post subject: Re: PhpBB 3.0.6
I see :). Thanks for the help, here's temp fix:

Code: [Hide] [Select]
.postbody {
padding:0;
clear:both;
max-width:600px;
margin-right: 10px;
margin-left: 10px;
}


btw nice code box here u got, is it possible to merge with Black Pearl on phpbb 3.0.6? :>


Mighty Gorgon [ Sat 28 Nov, 2009 19:45 ]
Post subject: Re: PhpBB 3.0.6
Unfortunately it is not a 5 minute task (even if it is not hard) porting this BBCode Box to phpBB 3.

I have no time for doing it right now... but if you have some basic PHP and phpBB knowledge you can try doing it on your own.

Did you already search phpBB.com for BBCode Boxes?


Luk4ward [ Wed 02 Dec, 2009 22:54 ]
Post subject: Re: PhpBB 3.0.6
Ok, i will try. First of all I want to set this damn style :P. I fixed div and in FF its everything ok, but in IE grr:

iegrr.th

Please help




Powered by Icy Phoenix