Search found 3019 matches

by pit-PL
Sat Mar 05, 2022 5:33 pm
Forum: [3.2.x] Styles Support & Discussion
Topic: [HELP WANTED] Sticking the Footer to the Bottom
Replies: 6
Views: 3971

Re: [HELP WANTED] Sticking the Footer to the Bottom

It's normal, nothing to fix here.
by pit-PL
Thu Mar 03, 2022 8:15 pm
Forum: [3.3.x] Styles Support & Discussion
Topic: If Online Show This If Not This
Replies: 18
Views: 5091

Re: If Online Show This If Not This

halil16 wrote: Thu Mar 03, 2022 5:48 pm We cannot find the middle ground for style reasons.
For whatever style(s) you are using, the rule is the same.

Code: Select all

<div 'floating container with position relative'>
	<img 'avatar'>
	<div 'with position absolute'>
</div>
by pit-PL
Thu Mar 03, 2022 5:45 pm
Forum: [3.3.x] Styles Support & Discussion
Topic: If Online Show This If Not This
Replies: 18
Views: 5091

Re: If Online Show This If Not This

You need to relatively position the parent element by adding position: relative declaration to the container.

Code: Select all

<div 'floating container with position relative'>
	<img 'avatar'>
	<div 'with position absolute'>
</div>
by pit-PL
Sat Feb 26, 2022 12:38 pm
Forum: [3.3.x] Styles Support & Discussion
Topic: can I eliminate border box on images?
Replies: 18
Views: 3720

Re: can I eliminate border box on images?

Put this

Code: Select all

.postbody img {
	border: none !important;
}
at the bottom of your content.css, then do a hard refresh (crtl+F5) to refresh your browser cache.
by pit-PL
Thu Feb 17, 2022 6:37 pm
Forum: [3.3.x] Styles Support & Discussion
Topic: Scroll bar and full footer width
Replies: 10
Views: 1869

Re: Scroll bar and full footer width

david63 wrote: Thu Feb 17, 2022 5:39 pm He is - as are others allowed to not help if it is removed
If you don't want to help, it is your choice, but don't say that the reason is that he did what he was allowed to do.
by pit-PL
Thu Feb 17, 2022 5:12 pm
Forum: [3.3.x] Styles Support & Discussion
Topic: Scroll bar and full footer width
Replies: 10
Views: 1869

Re: Scroll bar and full footer width

Just remove class="page-width"

Code: Select all

<div id="page-footer" class="page-width" role="contentinfo">
btw
He is allowed to remove the credit line in the footer.
by pit-PL
Sun Jan 30, 2022 7:54 pm
Forum: phpBB Discussion
Topic: phpBB.com Website Feedback
Replies: 1200
Views: 793373

Re: phpBB.com Website Feedback

AmigoJack wrote: Sun Jan 30, 2022 12:53 pm
George R.R. Martin wrote:Nothing someone says before the word ‘but’ really counts.
That's nothing but idiotic.
George R.R. Martin wrote:Yeah, you are always right mr perfect but, what your book should i read, to make sure?
Congratulations - you're my first and the only foe, which means you are special.
by pit-PL
Fri Jan 21, 2022 7:26 pm
Forum: [3.3.x] Styles Support & Discussion
Topic: Html Banners below the header Only on index page
Replies: 14
Views: 2235

Re: Html Banners below the header Only on index page

Sladdaren wrote: Fri Jan 21, 2022 5:22 pm I wonder if i am finding the right file. Nothing happens :?: .
Purge the cache from the ACP General tab.
by pit-PL
Fri Jan 21, 2022 4:57 pm
Forum: [3.3.x] Styles Support & Discussion
Topic: Html Banners below the header Only on index page
Replies: 14
Views: 2235

Re: Html Banners below the header Only on index page

Sladdaren wrote: Fri Jan 21, 2022 2:23 pm Where is the file i need to search for ?
index_body.html, put your code right after <!-- INCLUDE overall_header.html -->
by pit-PL
Tue Jan 18, 2022 11:08 am
Forum: Custom BBCode Development and Requests
Topic: Trying to make a "on-hover image" BB code
Replies: 6
Views: 2359

Re: Trying to make a "on-hover image" BB code

Put a space before and after ,.

Code: Select all

[himg]{URL1} , {URL2}[/himg]
by pit-PL
Tue Jan 18, 2022 9:03 am
Forum: Custom BBCode Development and Requests
Topic: Trying to make a "on-hover image" BB code
Replies: 6
Views: 2359

Re: Trying to make a "on-hover image" BB code

Try [himg]{URL1},{URL2}[/himg]
by pit-PL
Sat Jan 15, 2022 10:18 am
Forum: [3.3.x] Styles Support & Discussion
Topic: Some Topic Variables
Replies: 2
Views: 1280

Re: Some Topic Variables

Those variables are assign to the topicrow Block, so they work only on the topics page /viewforum.php.
by pit-PL
Wed Jan 12, 2022 1:25 pm
Forum: [3.2.x] Styles in Development
Topic: [RC] bootlike for phpBB 3.2.8
Replies: 123
Views: 84708

Re: [RC] bootlike for phpBB 3.2.8

If you are not familiar with Bootstrap framework, my suggestion would be to to choose a different style.
by pit-PL
Wed Jan 12, 2022 12:52 pm
Forum: [3.2.x] Styles in Development
Topic: [RC] bootlike for phpBB 3.2.8
Replies: 123
Views: 84708

Re: [RC] bootlike for phpBB 3.2.8

This style is based on Bootstrap so it does not work with almost all extensions.

Go to advanced search