Page 4 of 9

Re: [Release] bootlike for phpBB 3.2.0

Posted: Thu Mar 30, 2017 12:46 pm
by manicx
You can do this if you want

Code: Select all

			<dl class="form-group">
				<dt class="col-md-3 col-sm-4 col-xs-12 hidden-xs">&nbsp;</dt>
				<dd class="col-md-9 col-sm-8 col-xs-12">
				<!-- IF U_RESEND_ACTIVATION -->
					<a href="{U_RESEND_ACTIVATION}">{L_RESEND_ACTIVATION}</a>
				<!-- ENDIF -->
				</dd>
				<dt class="col-md-3 col-sm-4 col-xs-12 hidden-xs">&nbsp;</dt>
				<dd class="col-md-9 col-sm-8 col-xs-12">
				<!-- IF U_SEND_PASSWORD -->
					<a href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a>
				<!-- ENDIF -->
				</dd>
			</dl>

Re: [Release] bootlike for phpBB 3.2.1

Posted: Sat Jul 22, 2017 6:36 pm
by pit-PL
Style updated to version 1.0.10.

Re: [Release] bootlike for phpBB 3.2.1

Posted: Tue Aug 22, 2017 12:57 pm
by manicx
pit_PL, I think there's something wrong with the update.

From this

Image

I see this

Image

Images exist in

styles\bootlike\theme\images

Problem is in custom.css and imageset.css. Can you please have a look?

Re: [Release] bootlike for phpBB 3.2.1

Posted: Tue Aug 22, 2017 6:03 pm
by pit-PL
The newest version uses font awesome icons instead of actual images.

Re: [Release] bootlike for phpBB 3.2.1

Posted: Sun Sep 24, 2017 7:03 pm
by BildForumet
Nice theme. But when I installed this theme so I just get a white image. Cookies and cash is cleared but still white.

Using the latest phpBB

Tips?

Re: [Release] bootlike for phpBB 3.2.1

Posted: Mon Sep 25, 2017 2:49 pm
by pit-PL
I think there is some kind of magic involved in this.

Re: [Release] bootlike for phpBB 3.2.1

Posted: Tue Sep 26, 2017 8:05 pm
by RomaamoR
When trying to include a style in the personal section, such an error -

Code: Select all

Общая ошибка
SQL ERROR [ mysqli ]

Out of range value for column 'user_style' at row 1 [1264]

SQL

UPDATE phpbb_users SET user_allow_pm = 1, user_allow_viewemail = 0, user_allow_massemail = 1, user_allow_viewonline = 1, user_notify_type = '0', user_options = '171903', user_dateformat = '|d M Y|, H:i', user_lang = 'ru', user_timezone = 'Europe/Kiev', user_style = 279, user_adsenseads = 1, user_welcomeonindex = 1 WHERE user_id = 57

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 999
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 193
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/includes/ucp/ucp_prefs.php
LINE: 129
CALL: phpbb\db\driver\factory->sql_query()

FILE: [ROOT]/includes/functions_module.php
LINE: 676
CALL: ucp_prefs->main()

FILE: [ROOT]/ucp.php
LINE: 394
CALL: p_master->load_active()
But the preview in the admin panel works.

Re: [Release] bootlike for phpBB 3.2.1

Posted: Wed Sep 27, 2017 2:52 pm
by pit-PL
Works fine on my demo board.

Re: [Release] bootlike for phpBB 3.2.1

Posted: Wed Sep 27, 2017 4:14 pm
by RomaamoR
I already figured it out. The error was in my database.

Re: [Release] bootlike for phpBB 3.2.1

Posted: Fri Nov 03, 2017 12:11 pm
by Wesley88
pit-PL wrote: Sat Jan 21, 2017 11:15 am Style name: bootlike
Style version: 1.0.10
phpBB version: 3.2.1
Author: pit
Based on: Bootstrap
Demo: http://bootlike.byethost18.com/demo/
Username: user1, user2
Password: tester

It is compatible with all Bootstrap themes available here.

Download: bootlike_1.0.10.zip
Sadly it does not work with the extension "Steam Status". The error is that there is no field under ucp profile for it. On other styles it works however.

Update for second issue: Thanks for post and topic solved buttons in view topic/post are plain boxes. They dont work with this style: http://prntscr.com/h5pz4y

Re: [Release] bootlike for phpBB 3.2.1

Posted: Fri Nov 03, 2017 4:21 pm
by Smithgb
Can someone continue to work on this stype? Seems that author is away for a while now and no updates have been done. Sad, this is very brilliant style

Re: [Release] bootlike for phpBB 3.2.1

Posted: Fri Nov 03, 2017 6:27 pm
by Raul [ThE KuKa]
Smithgb wrote: Fri Nov 03, 2017 4:21 pm Can someone continue to work on this stype? Seems that author is away for a while now and no updates have been done. Sad, this is very brilliant style
The style is updated to 3.2.1 and last replies are from today...

Be patient please. ;)

Re: [Release] bootlike for phpBB 3.2.0

Posted: Sat Nov 04, 2017 8:38 am
by Ancient Viking
pit-PL wrote: Wed Feb 01, 2017 7:38 pm On the demo board, link in the first post.
The demo link gives me a 502 Bad gateway error.

Re: [Release] bootlike for phpBB 3.2.1

Posted: Sat Nov 04, 2017 1:41 pm
by pit-PL
Wesley88 wrote: Fri Nov 03, 2017 12:11 pm Sadly it does not work with the extension "Steam Status".
To tell the truth - it does not work with almost all extensions.
I've installed the extension on my test board, but I was unable to test it, sorry.

Re: [Release] bootlike for phpBB 3.2.2

Posted: Thu Feb 15, 2018 9:52 am
by mikego
How can I add my own forum icons in forum list and in viewforum-body.html?
I mean icons before forum names and description in table on front page.