[Release] bootlike for phpBB 3.1.10

For style authors to post and receive feedback on 3.1.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Get Involved
Difadon
Registered User
Posts: 55
Joined: Wed Nov 06, 2013 3:36 pm
Location: Špindlerův Mlýn
Name: Jan Nejedlý

Re: [BETA] bootlike 1.0.0

Post by Difadon »

Thank you :)
doenwenu
Registered User
Posts: 55
Joined: Sat Jul 27, 2013 6:16 am

Re: [BETA] bootlike 1.0.0

Post by doenwenu »

Nice work! Keep up this wonderful job!

1 question, do you know how i can set the max width? but i want to keep the responsive layout :)


Edit:
Found 1 small bug. The topic title when make a reply breaks the layout.
Do this:
On mobile only
Go to a topic
click reply
and see the titlefield have a bigger width then the rest :)

This is also, when you start a new topic. The titlefield will be very big :)
On clean install, without mods.
Last edited by doenwenu on Tue Feb 10, 2015 5:15 pm, edited 1 time in total.
Difadon
Registered User
Posts: 55
Joined: Wed Nov 06, 2013 3:36 pm
Location: Špindlerův Mlýn
Name: Jan Nejedlý

Re: [BETA] bootlike 1.0.0

Post by Difadon »

It would be possible to make a fixed display panel (css: position: fixed;)?

Image
Blaxis
Registered User
Posts: 52
Joined: Mon Jan 12, 2015 10:11 pm

Re: [BETA] bootlike 1.0.0

Post by Blaxis »

Hello,

Great style! Can you make a dark & blue version of it? If you can, it would be awesome on this style!

Can you move these to there? Image

Also, It would be great if that panel was moving.

Thanks, following this! :)
Difadon
Registered User
Posts: 55
Joined: Wed Nov 06, 2013 3:36 pm
Location: Špindlerův Mlýn
Name: Jan Nejedlý

Re: [BETA] bootlike 1.0.0

Post by Difadon »

Blaxis wrote:Hello,

Great style! Can you make a dark & blue version of it? If you can, it would be awesome on this style!

Can you move these to there?...
That's not a good idea. The low resolution of the monitor panel will be too short.
User avatar
pit-PL
Registered User
Posts: 3212
Joined: Sat Nov 21, 2009 12:24 pm

Re: [BETA] bootlike 1.0.0

Post by pit-PL »

doenwenu wrote:Go to a topic
click reply
and see the titlefield have a bigger width then the rest
I am seeing this
bug.gif
Difadon,
in overall_header.html change <div class="top-bar clearfix">
to <div class="top-bar navbar-fixed-top clearfix">
After the closing </div> add
<div class="visible-xs" style="margin-top: 45px;"></div>
In stylesheet.css find

Code: Select all

div.page-header {
	margin-top: 0;
change margin-top: 0; to margin-top: 45px;
Blaxis wrote:Can you make a dark & blue version of it?
It is highly unlikely.
You do not have the required permissions to view the files attached to this post.
elawrenc
Registered User
Posts: 141
Joined: Thu Jul 21, 2011 2:41 pm

Re: [BETA] bootlike 1.0.0

Post by elawrenc »

Is a dark version possible?
Difadon
Registered User
Posts: 55
Joined: Wed Nov 06, 2013 3:36 pm
Location: Špindlerův Mlýn
Name: Jan Nejedlý

Re: [BETA] bootlike 1.0.0

Post by Difadon »

pit-PL: Thank you. I have 2 idea for you.

1. Information about BBCode, url, img,...

Image

It looks bad. It is possible to create a separate panel for information or information otherwise place? Is it possible to text náhled tématu (topic view) removed?

2. Topic author profile

Image

I used your advice viewtopic.php?p=13944381#p13944381, but panel with author profile is very wide. It is possible make this panel closer?
doenwenu
Registered User
Posts: 55
Joined: Sat Jul 27, 2013 6:16 am

Re: [BETA] bootlike 1.0.0

Post by doenwenu »

pit-PL wrote:
doenwenu wrote:Go to a topic
click reply
and see the titlefield have a bigger width then the rest
I am seeing this
bug.gif
Difadon,
in overall_header.html change <div class="top-bar clearfix">
to <div class="top-bar navbar-fixed-top clearfix">
After the closing </div> add
<div class="visible-xs" style="margin-top: 45px;"></div>
In stylesheet.css find

Code: Select all

div.page-header {
	margin-top: 0;
change margin-top: 0; to margin-top: 45px;
Blaxis wrote:Can you make a dark & blue version of it?
It is highly unlikely.
Strange, i have to look again :)

Nope. A new install, with new download from your theme give me this

Image
Mobile is LG L70. Stock browser and Chrome :)
User avatar
pit-PL
Registered User
Posts: 3212
Joined: Sat Nov 21, 2009 12:24 pm

Re: [BETA] bootlike 1.0.0

Post by pit-PL »

Could you please check how it works on this site?

Difadon,
in posting_editor.html find and remove
<!-- IF S_DISPLAY_REVIEW --> &nbsp; <a href="#review">{L_TOPIC_REVIEW}</a><!-- ENDIF -->

in viewtopic_body.html change postprofile col-md-3 to postprofile col-lg-2 col-md-3
and postbody col-md-9 to postbody col-lg-10 col-md-9
doenwenu
Registered User
Posts: 55
Joined: Sat Jul 27, 2013 6:16 am

Re: [BETA] bootlike 1.0.0

Post by doenwenu »

pit-PL wrote:Could you please check how it works on this site?

Difadon,
in posting_editor.html find and remove
<!-- IF S_DISPLAY_REVIEW --> &nbsp; <a href="#review">{L_TOPIC_REVIEW}</a><!-- ENDIF -->

in viewtopic_body.html change postprofile col-md-3 to postprofile col-lg-2 col-md-3
and postbody col-md-9 to postbody col-lg-10 col-md-9
Hi Pi-PL,

on that site, it works normal. what can it be?
i download from the url in first post your theme, and a clean install of phpbb
User avatar
pit-PL
Registered User
Posts: 3212
Joined: Sat Nov 21, 2009 12:24 pm

Re: [BETA] bootlike 1.0.0

Post by pit-PL »

It was my fault.

In posting_editor.html (line 21 and 31) change inputbox autowidth to form-control
doenwenu
Registered User
Posts: 55
Joined: Sat Jul 27, 2013 6:16 am

Re: [BETA] bootlike 1.0.0

Post by doenwenu »

pit-PL wrote:It was my fault.

In posting_editor.html (line 21 and 31) change inputbox autowidth to form-control
Yes it works.
Thanks for your answer and time.
User avatar
pit-PL
Registered User
Posts: 3212
Joined: Sat Nov 21, 2009 12:24 pm

Re: [BETA] bootlike 1.0.0

Post by pit-PL »

Thanks for reporting the bug!
User avatar
serek
Registered User
Posts: 82
Joined: Fri Jan 30, 2015 12:47 pm
Location: London
Name: Serge Victor

Re: [BETA] bootlike 1.0.0

Post by serek »

Because you have not put it in gihub, I will post my corrections here.

CSS does not include highlighting of search results, suggested addition:

Code: Select all

.posthilit
{
   color: black;
   background-color: yellow;
}
--
find me somewhere in SW London, 100 meters from Thames River

Return to “[3.1.x] Styles in Development”