[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!
Suggested Hosts
Locked
mj1985
Registered User
Posts: 79
Joined: Sun Oct 18, 2009 9:11 pm

Re: [Release] bootlike 1.0.0 for phpBB 3.1.4

Post by mj1985 »

I've added some extensions in my forum and already edited some code to make it look nice in bootlike :):
- Thanksforpost
- phpBB Gallery
- Oxpus DownloadMod

Let me know when you're interested and I'll put that online somewhere
www.drhouse-forum.de - House MD Forum
User avatar
serek
Registered User
Posts: 79
Joined: Fri Jan 30, 2015 12:47 pm
Location: London
Name: Serge Victor
Contact:

Re: [Release] bootlike 1.0.0 for phpBB 3.1.4

Post by serek »

mj1985 wrote:I've added some extensions in my forum and already edited some code to make it look nice in bootlike :):
- Thanksforpost
- phpBB Gallery
- Oxpus DownloadMod

Let me know when you're interested and I'll put that online somewhere
it would be cool if you could share it!
--
find me somewhere in SW London, 100 meters from Thames River
User avatar
michaelo
Registered User
Posts: 1292
Joined: Thu Jun 13, 2002 3:49 am
Location: Dublin, Ireland
Name: Michael O'Toole
Contact:

Re: [Release] bootlike 1.0.0 for phpBB 3.1.4

Post by michaelo »

Very Nice!

Little issue with Breadcrumbs (header & footer) in 3.1.5 when an extension inserts a link before index (overall_header_breadcrumb_prepend), the home icon is duplicated for both links (same on footer breadcrumbs)... In prosilver only one home icon displays as it should...

bootlike:
Image

prosilver:
Image

Came across this when porting bootlike for Kiss Portal Extension...
Contributions: Mods & Styles Extensions
(site is down): Kiss Portal Engine
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 »

Updated for phpBB 3.1.5.
michaelo wrote:Came across this when porting bootlike for Kiss Portal Extension...
I am thoroughly impressed.
Best of luck!
mj1985
Registered User
Posts: 79
Joined: Sun Oct 18, 2009 9:11 pm

Re: [Release] bootlike 1.0.0 for phpBB 3.1.4

Post by mj1985 »

serek wrote: it would be cool if you could share it!
No problem, I'll upload it to github on sunday :)
www.drhouse-forum.de - House MD Forum
User avatar
k0nsl
Registered User
Posts: 90
Joined: Mon Mar 25, 2013 11:17 pm
Location: Scandinavia
Name: Eduard Drehner
Contact:

Re: [Release] bootlike for phpBB 3.1.5

Post by k0nsl »

Good job!

If you get tired of Bootstrap, have a look at Semantic UI. It'd be cool with a phpBB style done in Semantic UI :)

Best wishes,
-k0nsl
I'm a programmer, server administrator, designer, spokesman and factotum of a wide-variety of web pages.
T Z U I K
Registered User
Posts: 1
Joined: Fri Jul 24, 2015 8:25 am

Re: [Release] bootlike for phpBB 3.1.5

Post by T Z U I K »

Please update the download link ( is not longer working ) and make it work with the damn extensions, them are the coolest think on 3.1 version.
User avatar
SalazarAG
Registered User
Posts: 677
Joined: Mon Mar 30, 2015 10:48 am

Re: [Release] bootlike for phpBB 3.1.5

Post by SalazarAG »

Hello!

My forum is now following the pattern of rounded avatars with border-radius 53px; and width and height 120px, and I'm trying to track where edit to apply these changes in bootlike. But I can not find.

Generally it is in content.css

Can you help me? Where do I change the .avatar postprofile?
I'm sorry for my English. Google Translator does a bad job. :D
User avatar
optimusvault
Registered User
Posts: 108
Joined: Tue Jul 28, 2015 2:51 am
Name: Aaron

Re: [Release] bootlike for phpBB 3.1.5

Post by optimusvault »

Afternoon

I am having a bit of trouble downloading the file from the link in the first post. It keeps going to a problem loading page please. Could you please link or upload to github or something please.
Cheers,
Aaron
User avatar
optimusvault
Registered User
Posts: 108
Joined: Tue Jul 28, 2015 2:51 am
Name: Aaron

Re: [Release] bootlike for phpBB 3.1.5

Post by optimusvault »

Working now.

Wondering how easy it is to add extensions to the board.
Cheers,
Aaron
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 »

T Z U I K wrote:make it work with the damn extensions
Tell me how am i supposed to do this.
SalazarAG wrote:I'm trying to track where edit to apply these changes in bootlike.
Add this to stylesheet.css

Code: Select all

.postprofile dt div img {
	border-radius: 53px;
}
optimusvault wrote:Wondering how easy it is to add extensions to the board.
It's not easy at all.
redfuegolight
Registered User
Posts: 2
Joined: Wed Aug 05, 2015 2:53 pm

Re: [Release] bootlike for phpBB 3.1.5

Post by redfuegolight »

I found an issues with topicauthor extension.

This is how should be. (the words in the green box)
HowShouldBe.png
And this is on bootlike:
error.png
Hope you can help me :)
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 »

Duplicate ext/topicauthor/styles/all folder and rename the copy to bootlike.

Open bootlike/template/event/viewtopic_body_avatar_after.html and change

Code: Select all

</div>
<div>
<br /><!-- IF postrow.S_TOPIC_POSTER --><strong style="color: #FF0000;">{L_TOPIC_AUTHOR}</strong><!-- ENDIF -->
to

Code: Select all

<!-- IF postrow.S_TOPIC_POSTER --><strong style="color: #FF0000;">{L_TOPIC_AUTHOR}</strong><br /><!-- ENDIF -->
redfuegolight
Registered User
Posts: 2
Joined: Wed Aug 05, 2015 2:53 pm

Re: [Release] bootlike for phpBB 3.1.5

Post by redfuegolight »

It works thanks a lot!! :D :D :D :D :D
junmacarambon
Registered User
Posts: 1
Joined: Sat Aug 15, 2015 4:23 am

Re: [Release] bootlike for phpBB 3.1.5

Post by junmacarambon »

i wonder where i can found documentation? how to change the logo?
Locked

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