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

Re: [Release] bootlike 1.0.0 for phpBB 3.1.4

Post by pit-PL »

This style is based on bootstrap, extensions won't work just like that.

Replace your recent_topics_body.html with this file.
Attachments
recent_topics_body.zip
(1.44 KiB) Downloaded 526 times
User avatar
SalazarAG
Registered User
Posts: 677
Joined: Mon Mar 30, 2015 10:48 am

Re: [Release] bootlike 1.0.0 for phpBB 3.1.4

Post by SalazarAG »

pit-PL wrote:This style is based on bootstrap, extensions won't work just like that.

Replace your recent_topics_body.html with this file.
Perfect! Thanks!

I have another question, if not bother can tell me how centralizes the title of the rank of users?

I am using a translator, so it can not leave it right = (
I'm sorry for my English. Google Translator does a bad job. :D
User avatar
pit-PL
Registered User
Posts: 3212
Joined: Sat Nov 21, 2009 12:24 pm

Re: [Release] bootlike 1.0.0 for phpBB 3.1.4

Post by pit-PL »

Wrap it with a <div class="text-center"> ... </div>
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 »

Hey,

first of all nice work! I love bootstrap and was so happy to see the style for 3.1,
but have you checked your Demo Board with Bootlint?
There are a lot of missing "row"s ;)
www.drhouse-forum.de - House MD Forum
User avatar
SalazarAG
Registered User
Posts: 677
Joined: Mon Mar 30, 2015 10:48 am

Re: [Release] bootlike 1.0.0 for phpBB 3.1.4

Post by SalazarAG »

pit-PL wrote:Wrap it with a <div class="text-center"> ... </div>
Thank you!
One last question ....

Removing this ONLINE status image on Avatar? Sometimes gets in the way ....

Image
I'm sorry for my English. Google Translator does a bad job. :D
User avatar
pit-PL
Registered User
Posts: 3212
Joined: Sat Nov 21, 2009 12:24 pm

Re: [Release] bootlike 1.0.0 for phpBB 3.1.4

Post by pit-PL »

You want to remove it completely?

That's not an image.
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 »

SalazarAG wrote:
pit-PL wrote:Wrap it with a <div class="text-center"> ... </div>
Thank you!
One last question ....

Removing this ONLINE status image on Avatar? Sometimes gets in the way ....
You can add the class "hidden" to the div-container, so it's just hidden and you don't have to look up the code again, when you want to add the status again.
www.drhouse-forum.de - House MD Forum
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [Release] bootlike 1.0.0 for phpBB 3.1.4

Post by Jessica »

I can't seem to access the demo. But it looks like a great style
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
SalazarAG
Registered User
Posts: 677
Joined: Mon Mar 30, 2015 10:48 am

Re: [Release] bootlike 1.0.0 for phpBB 3.1.4

Post by SalazarAG »

mj1985 wrote: You can add the class "hidden" to the div-container, so it's just hidden and you don't have to look up the code again, when you want to add the status again.
Thank you!

I have one last question ...

Hello! How do I increase the font username? I want to increase the user name size that is below the avatar in viewtopic

Image
I'm sorry for my English. Google Translator does a bad job. :D
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 »

In the CSS-file search for the selector: ".username-coloured"
after
font-weight: bold;

add:
font-size: 14px;

Or whatever font-size you prefer :D
www.drhouse-forum.de - House MD Forum
User avatar
SalazarAG
Registered User
Posts: 677
Joined: Mon Mar 30, 2015 10:48 am

Re: [Release] bootlike 1.0.0 for phpBB 3.1.4

Post by SalazarAG »

mj1985 wrote:In the CSS-file search for the selector: ".username-coloured"
after
font-weight: bold;

add:
font-size: 14px;

Or whatever font-size you prefer :D
Hi! It works, but the username was higher only for users with color groups, such as Administrators and Moderators.

How do I increase the other users that are in common groups?
I'm sorry for my English. Google Translator does a bad job. :D
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 »

In the CSS-file search for the selector: ".username-coloured"

BEFORE add:
.username {
font-size: 15px;
}

(change 15 with your desired number) :mrgreen:
www.drhouse-forum.de - House MD Forum
junior2015
Registered User
Posts: 1
Joined: Wed Jun 17, 2015 9:49 pm

Re: [Release] bootlike 1.0.0 for phpBB 3.1.4

Post by junior2015 »

Style very beautiful, congratulations!

I wonder how subforum remove the icons on the main page?
User avatar
pit-PL
Registered User
Posts: 3212
Joined: Sat Nov 21, 2009 12:24 pm

Re: [Release] bootlike 1.0.0 for phpBB 3.1.4

Post by pit-PL »

In forumlist_body.html find and remove

Code: Select all

<i class="fa<!-- IF forumrow.subforum.S_UNREAD --> fa-comment<!-- ELSE --> fa-comment-o<!-- ENDIF -->"></i> 
User avatar
SalazarAG
Registered User
Posts: 677
Joined: Mon Mar 30, 2015 10:48 am

Re: [Release] bootlike 1.0.0 for phpBB 3.1.4

Post by SalazarAG »

Edited: Solved!
I'm sorry for my English. Google Translator does a bad job. :D
Locked

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