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

Re: [BETA] bootlike 1.0.0 for phpBB 3.1.3

Post by pit-PL »

Thanks serek!

Updated for phpBB 3.1.3.
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 for phpBB 3.1.3

Post by serek »

Hi, another thing: login_body.html misses a very important button to <register>!

And, did you check your template against http://www.bootlint.com/ ? There are some minor issues.
--
find me somewhere in SW London, 100 meters from Thames River
doenwenu
Registered User
Posts: 55
Joined: Sat Jul 27, 2013 6:16 am

Re: [BETA] bootlike 1.0.0 for phpBB 3.1.3

Post by doenwenu »

Is there anyone who use this template with ezportal? Before i install, i like to know if it works :)
SkippTekk
Registered User
Posts: 4
Joined: Mon Mar 02, 2015 3:54 am

Re: [BETA] bootlike 1.0.0 for phpBB 3.1.3

Post by SkippTekk »

Dude i LOVE this Style! can't wait until it's finished cause it's gonna be USED a LOT on my forum and hopefully a crap load of people will see it!
ModernC
Registered User
Posts: 1
Joined: Mon Mar 23, 2015 6:28 am

Re: [BETA] bootlike 1.0.0 for phpBB 3.1.3

Post by ModernC »

Really enjoying this, looking forward to seeing the updates. Really easy to customize, everything is smooth.
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 for phpBB 3.1.3

Post by serek »

I've just found a FATAL bug in the template, which prevented UCP from working. It's strange nobody reported it before! The pagination.html template is currently inserting form inside a form, which makes for example group management page useless. I have corrected it in this way:

Code: Select all

$ diff -u pagination.html. pagination.html
--- pagination.html.    2015-04-03 13:52:14.433813054 +0000
+++ pagination.html     2015-04-03 13:52:53.397849466 +0000
@@ -4,15 +4,13 @@
                <a href="#" title="{L_JUMP_TO_PAGE_CLICK}" data-toggle="dropdown" role="button"><span class="caret"></span></a>
                <ul class="dropdown-menu panel-body">
                        <li>{L_JUMP_TO_PAGE}{L_COLON}</li>
-                       <li>
-                               <form class="page-jump-form form-inline">
+                        <li class="page-jump-form form-inline">
                                        <div class="input-group input-group-sm">
                                                <input type="number" name="page-number" min="1" maxlength="6" title="{L_JUMP_PAGE}" class="form-control" data-per-page="{PER_PAGE}" data-base-url="{BASE_URL|e('html_attr')}" data-start-name="{START_NAME}" />
                                                <div class="input-group-btn">
                                                        <input value="{L_GO}" type="button" class="btn btn-default btn-sm" />
                                                </div>
                                        </div>
-                               </form>
                        </li>
                </ul>
        </li>
--
find me somewhere in SW London, 100 meters from Thames River
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 for phpBB 3.1.3

Post by serek »

"ucp.php?i=ucp_prefs" does not work properly and i don't have an idea why - i mean when you switch something and try to save, it says that it is saved, but it is not in reality.
--
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 1.0.0 for phpBB 3.1.3

Post by pit-PL »

Style has been updated to the Release status. Download and demo, see first post.
It is compatible with all Bootstrap themes available here.
Currently two of them (lumen and slate) are installed on the demo board.
Guests can try out bootlike, user1 lumen and user2 slate style.

Thanks for reporting serek.
ajaydevan
Registered User
Posts: 2
Joined: Mon May 25, 2015 9:24 am

Re: [Release] bootlike 1.0.0 for phpBB 3.1.3

Post by ajaydevan »

Please can you help me to change the background of the forum color white color to some other color? I have tried lots of thing but not get successful.
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.3

Post by pit-PL »

In stylesheet.css change

Code: Select all

body {
	word-wrap: break-word;
}
to

Code: Select all

body#phpbb {
	background-color: #ccc;
	word-wrap: break-word;
}
btw
I will update for phpBB 3.1.4 tomorrow.
ajaydevan
Registered User
Posts: 2
Joined: Mon May 25, 2015 9:24 am

Re: [Release] bootlike 1.0.0 for phpBB 3.1.3

Post by ajaydevan »

Got it. Thanks for your reply. :)
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 »

Style updated to version 1.0.1.
duckdog
Registered User
Posts: 21
Joined: Tue Nov 05, 2013 4:49 pm

Re: [Release] bootlike 1.0.0 for phpBB 3.1.4

Post by duckdog »

Download link on post #1 no longer works?
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 »

I'm on a free host, the site might be down temporarily.
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 »

Hello! I'm from Brazil and I would first like to congratulate you for style, very beautiful.

However, I found some bugs in it with some extensions. The ext Recent Topics for example, is all buggy and prevents me down with the mouse.

See picture

Image

How can I fix this?
I'm sorry for my English. Google Translator does a bad job. :D

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