Search found 243 matches

by Ibedejo
Sat Oct 20, 2018 1:50 am
Forum: [3.2.x] Styles Support & Discussion
Topic: Unable to change Header image in Latte
Replies: 6
Views: 797

Re: Unable to change Header image in Latte

I forgot, this is one of arty's styles with that silly scss stuff that you have to recomplie the stylesheet after any changes. You better don't tell Hanakin: he is going to use the same "silly scss stuff" in his future phpBb standard style ... :lol: For very good reasons, at that. (Things...
by Ibedejo
Mon Aug 06, 2018 9:31 am
Forum: [3.2.x] Styles Support & Discussion
Topic: forum max-width: 1400px;
Replies: 5
Views: 775

Re: forum max-width: 1400px;

This is due to the value for min-width in

Code: Select all

.wrap {
	border: 1px solid transparent;
	border-radius: 8px;
	margin: 0 auto;
	max-width:1400px;
	min-width: 1400px;
	padding: 15px;
}
still being set to 1400px.
Reduce this to the original value of 625px.
by Ibedejo
Sun Jul 22, 2018 10:01 am
Forum: phpBB Discussion
Topic: GDPR Request to be forgotten
Replies: 14
Views: 2859

Re: GDPR Request to be forgotten

Nice to see, that you singled me out ...

Don't worry, I got the message.
by Ibedejo
Sun Jul 22, 2018 8:24 am
Forum: [3.2.x] Support Forum
Topic: How to upgrade to 3.2 from 3.1
Replies: 48
Views: 1942

Re: How to upgrade to 3.2 from 3.1

Did you draw the DB backup yourself, did you do it correctly, did you make sure the backup process ran flawlessly from start to the very end, did you verify/check the backup ... did you really do all of this prior to your initial attempt to upgrade?

Yes or no?
by Ibedejo
Sun Jul 22, 2018 8:14 am
Forum: phpBB Discussion
Topic: GDPR Request to be forgotten
Replies: 14
Views: 2859

Re: GDPR Request to be forgotten

This website is run entirely our of the United States This is, as you should know, at best a secondary consideration as far as the aplicability of the GDPR in the case of phpbb.com is concerned ... It doesn't matter where your servers are located: it's where the site owners reside and which audienc...
by Ibedejo
Sun Jul 22, 2018 8:03 am
Forum: [3.2.x] Support Forum
Topic: How to upgrade to 3.2 from 3.1
Replies: 48
Views: 1942

Re: How to upgrade to 3.2 from 3.1

Bluehost Web Hosting Help Automatic Backup Frequency We do offer complimentary backups for our customers. They are created on a daily, weekly and monthly basis. These backups are not guaranteed in any way. We highly recommend all Bluehost customers create and manage their own backups. => " The...
by Ibedejo
Sat Apr 14, 2018 7:59 pm
Forum: phpBB Discussion
Topic: New GDPR (General Data Protection Regulation) and phpBB
Replies: 516
Views: 78960

Re: New GDPR (General Data Protection Regulation) and phpBB

GDPR is social maturity or respect? No, it's about the way a subject is being handled - the difference between constructive criticism and ideology. There is a problem and we have to solve it. I would love to do so - and even more love to see that this issue is accepted as something worth considerin...
by Ibedejo
Sat Apr 14, 2018 4:46 pm
Forum: phpBB Discussion
Topic: New GDPR (General Data Protection Regulation) and phpBB
Replies: 516
Views: 78960

Re: New GDPR (General Data Protection Regulation) and phpBB

To state that a directive intended to protect users against an already existing "Orwellian" state of data "security" security in itself is "Orwellian" ... It really takes a lot to come up with such an idea :shock: What shocks me most in "discussions" like this...
by Ibedejo
Mon Apr 09, 2018 6:34 pm
Forum: phpBB Discussion
Topic: New GDPR (General Data Protection Regulation) and phpBB
Replies: 516
Views: 78960

Re: New GDPR (General Data Protection Regulation) and phpBB

david63 wrote: Mon Apr 09, 2018 5:45 pm Not 100% true. phpBB Ltd is registered in the UK but is a USA company and also phpBB Ltd only operates this board out of the USA - it does not have a "significant" presence in the EU.
And exactly this line of argument is irrelevant for the issues we are talking about ;)
by Ibedejo
Mon Apr 09, 2018 5:16 pm
Forum: phpBB Discussion
Topic: New GDPR (General Data Protection Regulation) and phpBB
Replies: 516
Views: 78960

Re: New GDPR (General Data Protection Regulation) and phpBB

As phpBB Limited resides in the UK ... :mrgreen:
by Ibedejo
Mon Mar 26, 2018 8:58 pm
Forum: [3.2.x] Styles Support & Discussion
Topic: changing this very thin border colour
Replies: 4
Views: 543

Re: changing this very thin border colour

Hi,

open common.css and find

Code: Select all

.wrap {
	border: 1px solid transparent;
	border-radius: 8px;
	margin: 0 auto;
	max-width: 1152px;
	min-width: 625px;
	padding: 15px;
}
and remove these two lines

Code: Select all

	border: 1px solid transparent;
	border-radius: 8px;
by Ibedejo
Sat Mar 17, 2018 7:14 pm
Forum: phpBB Ideas
Topic: CPF Icons
Replies: 13
Views: 1401

Re: CPF Icons

Should they "only" switch to FA 5 instead of a more radical cut they could possibly have all of this in a single "package" without annoying ext developers more than duely nescessary.
by Ibedejo
Sat Mar 03, 2018 1:06 pm
Forum: Extensions in Development
Topic: [3.2][3.3][RC] Highlight Posts ⚡️
Replies: 99
Views: 19471

Re: [3.2][BETA] Highlight Posts

Okay, I think I got your point here.. you surely mean that once installed, only prosilver - in the drop-down selector for styles - got the preset colours? This doesn't bother me as I expected this kind of behaviour: it's logic and, besides that, I did read the Wiki first - I'm old school whwn it co...
by Ibedejo
Sat Mar 03, 2018 1:05 am
Forum: Extensions in Development
Topic: [3.2][3.3][RC] Highlight Posts ⚡️
Replies: 99
Views: 19471

Re: [3.2][BETA] Highlight Posts

Great :D A few more things I noticed - I hope you don't mind: I see hlposts.css being located in .../styles/all/template/ instead of in .../styles/all/theme/ (this folder is missing alltogether): is this done on purpose? When configuring the extension: inserting the hexcodes via the build-in colour ...
by Ibedejo
Fri Mar 02, 2018 11:22 pm
Forum: Extensions in Development
Topic: [3.2][3.3][RC] Highlight Posts ⚡️
Replies: 99
Views: 19471

Re: [3.2][BETA] Highlight Posts

Hi, in /ext/threedi/hlposts/adm/style/event/acp_forums_normal_settings_append.html on line 2 => {% INCLUDECSS '@threedi_hlposts/hlposts_acp.css' %} should be changed to {% INCLUDECSS '@threedi_hlposts/acp_hlposts.css' %} to reflect the actual name of this file and so avoid a "fatal TWIG error&q...

Go to advanced search