[Release] ComBoot 1.0 - The Professional Bootstrap phpBB Theme (3.0.14)

For style authors to post and receive feedback on 3.0.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Scam Warning
rafcio_21
Registered User
Posts: 2
Joined: Wed May 27, 2015 10:01 am

Re: [Release] ComBoot 1.0 - The Professional Bootstrap phpBB Theme (3.0.14)

Post by rafcio_21 »

For example when I edit this one http://lh.thecoder.eu/viewtopic.php?f=2&t=4

I am getting empty edit page and error.

Also there is something wrong with pools. Check buttons are on text, not near next.
User avatar
Zoker
Registered User
Posts: 134
Joined: Tue Jan 07, 2014 8:26 pm
Name: Florian

Re: [Release] ComBoot 1.0 - The Professional Bootstrap phpBB Theme (3.0.14)

Post by Zoker »

Could you may download the latest version on github and tell me if its fixed?
Can you also show me a screenshot or share a link of a poll?
Thank you :)
User avatar
Ñako!
Registered User
Posts: 22
Joined: Sat Mar 28, 2015 7:21 pm
Name: N S M

Re: [Release] ComBoot 1.0 - The Professional Bootstrap phpBB Theme (3.0.14)

Post by Ñako! »

Hi! I'm not sure if this is the right place to ask for support, but the provided link on the first post links to a 404, so I'll try here:

I made a modification on the navbar to add a drop down menu to the search field. It worked on the desk version, but the mobile version doensn't seem to display it. Basically, I copied to login dropdown code and put the search field inside. This is the resulting code:

Code: Select all

<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->   
                	<div class="collapse navbar-collapse pull-right-desktop" id="search-menu"> 
                <ul class="nav navbar-nav navbar-right hidden-xs fix-right-nav">
                    <li class="dropdown">
                        <button type="button" class="btn btn-primary navbar-btn dropdown-toggle search-btn-box" data-toggle="dropdown" ><i class="fa fa-search"></i></button>
                        <ul class="dropdown-menu">
                        <li>
                        <form class="navbar-form navbar-left" method="get" id="search" action="{U_SEARCH}">
                            <div class="input-group">
                                <input class="input-medium search form-control" maxlength="128" type="text" name="keywords" id="search_keywords" size="20" placeholder="{LA_SEARCH_FORUM}" />
                                <div class="input-group-btn">
                                    {S_SEARCH_LOCAL_HIDDEN_FIELDS}
                                    
                                </div>
                            </div>
                        </form>
                        </li>
                        </ul>

                    </li>
                </ul>
			</div>
And of course, the code for the mobile button:

Code: Select all

<button type="button" class="navbar-toggle pull-right-mobile" id="search-menu-btn" data-toggle="collapse" data-target="#search-menu">
				<i class="fa fa-search"></i>
			</button>
I can't seem to find a solution and is driving absolutely batshit crazy, and of course, at the same time I suspect the solution is ridiculously easy. Any ideas?

Thank you very much!

PS: If this is not the right place to post this and someone doesn't mind pointing me to the right place, I'll gladly post this there.
User avatar
Zoker
Registered User
Posts: 134
Joined: Tue Jan 07, 2014 8:26 pm
Name: Florian

Re: [Release] ComBoot 1.0 - The Professional Bootstrap phpBB Theme (3.0.14)

Post by Zoker »

Ñako! wrote:PS: If this is not the right place to post this and someone doesn't mind pointing me to the right place, I'll gladly post this there.
There is no real support for the version for 3.0.x anymore, only for 3.1.x. But if you send me your url via pm, I can have a look at it. Maybe we find a solution. But please consider updating to phpBB 3.1
User avatar
unlocktheinbox
Registered User
Posts: 9
Joined: Thu Aug 29, 2013 4:44 am

Re: [Release] ComBoot 1.0 - The Professional Bootstrap phpBB Theme (3.0.14)

Post by unlocktheinbox »

The screenshots for this look awesome, but the demo isn't working for me? I understand you're not supporting it anymore. Seems like the CDN where the images are stored is tossing errrors. I've been looking for a bootstrap template to replace my non-responsive one and this looks promising.

Anyway you can get the demo up in running?
User avatar
Zoker
Registered User
Posts: 134
Joined: Tue Jan 07, 2014 8:26 pm
Name: Florian

Re: [Release] ComBoot 1.0 - The Professional Bootstrap phpBB Theme (3.0.14)

Post by Zoker »

unlocktheinbox wrote:Anyway you can get the demo up in running?
Sorry, the SSL certificate was expired, fix it :)
User avatar
unlocktheinbox
Registered User
Posts: 9
Joined: Thu Aug 29, 2013 4:44 am

Re: [Release] ComBoot 1.0 - The Professional Bootstrap phpBB Theme (3.0.14)

Post by unlocktheinbox »

Thanks, much better. I'm going to attempt it later tonight and see how it goes.
User avatar
unlocktheinbox
Registered User
Posts: 9
Joined: Thu Aug 29, 2013 4:44 am

Re: [Release] ComBoot 1.0 - The Professional Bootstrap phpBB Theme (3.0.14)

Post by unlocktheinbox »

It works pretty awesome - I was using absolution before which is a great theme, but it's not responsive. .

You can check it out here.

https://www.unlocktheinbox.com/forum/
User avatar
Zoker
Registered User
Posts: 134
Joined: Tue Jan 07, 2014 8:26 pm
Name: Florian

Re: [Release] ComBoot 1.0 - The Professional Bootstrap phpBB Theme (3.0.14)

Post by Zoker »

Looks great :)

But you should consider updating to phpBB 3.1 ;)
Locked

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