PhpBB 3.0.6


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

Profile PM  
Subject: Re: PhpBB 3.0.6
Luk4ward wrote: [View Post]
Hi Gordon


 
Off Topic
:
Gorgon... :mrblue:

Subject: Re: PhpBB 3.0.6
ah sorry :mryellow: 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.

Profile PM  
Subject: Re: PhpBB 3.0.6
Luk4ward wrote: [View Post]
:mryellow: He always reminds me Gordon Brown....


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


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

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.

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

Profile PM  
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

Subject: Re: PhpBB 3.0.6
Yes, about Black Perl. Thank You for the help.

Profile PM  
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).

Profile PM  
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: [Download] [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". :LOL:

Subject: Re: PhpBB 3.0.6
I see :). Thanks for the help, here's temp fix:

Code: [Download] [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? :>

Profile PM  
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?

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

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1241s (PHP: 17% SQL: 83%)
SQL queries: 11 - Debug Off - GZIP Enabled