[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!
Anti-Spam Guide
User avatar
pit-PL
Registered User
Posts: 3212
Joined: Sat Nov 21, 2009 12:24 pm

Re: [Release] bootlike for phpBB 3.1.5

Post by pit-PL »

This is a joke, right?
User avatar
serek
Registered User
Posts: 79
Joined: Fri Jan 30, 2015 12:47 pm
Location: London
Name: Serge Victor
Contact:

Re: [Release] bootlike for phpBB 3.1.5

Post by serek »

Please have a look at this:

https://developers.google.com/speed/pag ... 24tm.pl%2F

There are a lot of things to optimise.
--
find me somewhere in SW London, 100 meters from Thames River
User avatar
pit-PL
Registered User
Posts: 3212
Joined: Sat Nov 21, 2009 12:24 pm

Re: [Release] bootlike for phpBB 3.1.5

Post by pit-PL »

I'm not going to optimise anything on that site.
Another joke?

Updated for phpBB 3.1.6.
User avatar
serek
Registered User
Posts: 79
Joined: Fri Jan 30, 2015 12:47 pm
Location: London
Name: Serge Victor
Contact:

Re: [Release] bootlike for phpBB 3.1.5

Post by serek »

It looks that the new version you are just uploaded fixed all errors in the code which were previously expressed by the pagespeed. Now it is 100% well done :)
--
find me somewhere in SW London, 100 meters from Thames River
User avatar
pit-PL
Registered User
Posts: 3212
Joined: Sat Nov 21, 2009 12:24 pm

Re: [Release] bootlike for phpBB 3.1.5

Post by pit-PL »

I didn't do anything and the new version has been there for 11 days now.

I'm on a free host, the site might be really slow.
User avatar
serek
Registered User
Posts: 79
Joined: Fri Jan 30, 2015 12:47 pm
Location: London
Name: Serge Victor
Contact:

Re: [Release] bootlike for phpBB 3.1.5

Post by serek »

I checked it some time ago and it was showing some errors.

Pagespeed is checking the structure of a web page, to make it loading faster inside the web browser, which does not depend on the server side and efficiency of the network connection. It also checks if mobile version is displayed correctly for users: viewports, etc.

But again: now everything is perfect, cheers :)
--
find me somewhere in SW London, 100 meters from Thames River
User avatar
HoBu4eK
Registered User
Posts: 44
Joined: Sat Mar 26, 2011 8:00 am
Name: Ruslan

Re: [Release] bootlike for phpBB 3.1.5

Post by HoBu4eK »

Download link please...
Sorry for my bad English.
User avatar
serek
Registered User
Posts: 79
Joined: Fri Jan 30, 2015 12:47 pm
Location: London
Name: Serge Victor
Contact:

Re: [Release] bootlike for phpBB 3.1.5

Post by serek »

HoBu4eK wrote:Download link please...
Is it a joke? ;-) Download link is in the first page of this topic.
--
find me somewhere in SW London, 100 meters from Thames River
User avatar
HoBu4eK
Registered User
Posts: 44
Joined: Sat Mar 26, 2011 8:00 am
Name: Ruslan

Re: [Release] bootlike for phpBB 3.1.5

Post by HoBu4eK »

I know, but link with problem.
Attachments
3.png
Sorry for my bad English.
User avatar
pit-PL
Registered User
Posts: 3212
Joined: Sat Nov 21, 2009 12:24 pm

Re: [Release] bootlike for phpBB 3.1.6

Post by pit-PL »

Now it should work.

Sorry for the inconvenience.
User avatar
HoBu4eK
Registered User
Posts: 44
Joined: Sat Mar 26, 2011 8:00 am
Name: Ruslan

Re: [Release] bootlike for phpBB 3.1.6

Post by HoBu4eK »

Thank.

How to change size for posts in forumlist_body.html?

Code: Select all

<h4 class="row panel-title">
				<span class="col-md-7 col-sm-6 col-xs-12"><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></span>
				<span class="col-md-1 col-sm-2 hidden-xs text-center small">{L_TOPICS}</span>
				<span class="col-md-1 visible-lg visible-md text-center small">{L_POSTS}</span>
				<span class="col-md-3 col-sm-4 hidden-xs small">{L_LAST_POST}</span>
			</h4>
Attachments
5555.png
Sorry for my bad English.
User avatar
pit-PL
Registered User
Posts: 3212
Joined: Sat Nov 21, 2009 12:24 pm

Re: [Release] bootlike for phpBB 3.1.6

Post by pit-PL »

You need to remove one column from the left side col-md-7 (occurs twice) and add it to the {L_POSTS} and {forumrow.POSTS}.

Purge the cache from your admin panel.
User avatar
RPGPub.net
Registered User
Posts: 19
Joined: Thu Oct 29, 2015 7:34 pm

Re: [Release] bootlike for phpBB 3.1.6

Post by RPGPub.net »

Good evening

Really like the style, I will use it for my community but I do have one small problem / request to report.
Is there any way to center the avatar and the text below? Or align them with the Online bar? I really hate the lack of symmetry there. Please and thank you!

http://prntscr.com/9ka7c4
User avatar
pit-PL
Registered User
Posts: 3212
Joined: Sat Nov 21, 2009 12:24 pm

Re: [Release] bootlike for phpBB 3.1.6

Post by pit-PL »

In viewtopic_body.html
change

Code: Select all

<dl id="profile{postrow.POST_ID}" class="postprofile col-md-3 col-sm-4 col-xs-12">
to

Code: Select all

<dl id="profile{postrow.POST_ID}" class="postprofile col-md-3 col-sm-4 col-xs-12 text-center">
User avatar
RPGPub.net
Registered User
Posts: 19
Joined: Thu Oct 29, 2015 7:34 pm

Re: [Release] bootlike for phpBB 3.1.6

Post by RPGPub.net »

Works great, thank you :D
http://i.imgur.com/3hQJ6iS.png
Locked

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