Page 1 of 2

[EXT] Fixed Header and Footer Navbar

Posted: 15 Mar 2017, 18:21
by Stoker
Extension Name: Fixed Header and Footer Navbar
Author: Stoker
Version: 1.0.2
PhpBB Version: 3.2.X

Description:
Fixed Header and Footer will position your header and footer navbar and breadcrumb fixed at top and bottom of your board.
Users can disable/enable both fixed header and footer navbar

Please make a Donation
100%

Download:
fixed1.0.2.zip
(15.31 KiB) Downloaded 141 times
Demo:
This board

Installation:
  1. Copy the entire contents of the repository to ext/stoker/fixedheaderfooter/
  2. Navigate in the ACP to Customise -> Extension Management -> Extensions.
  3. Click Enable.

Older versions

Fixed V1.zip
(15.77 KiB) Downloaded 69 times

Re: [EXT] Fixed Header and Footer Navbar

Posted: 20 Mar 2017, 20:53
by Stoker
Development 95% done, now testing ;)

Re: [EXT] Fixed Header and Footer Navbar

Posted: 24 Mar 2017, 00:38
by cisco007
looks good stokes!

Re: [EXT] Fixed Header and Footer Navbar

Posted: 24 Mar 2017, 19:24
by Steve
PhpBB3 BBCodes   Forum.png

Re: [EXT] Fixed Header and Footer Navbar

Posted: 24 Mar 2017, 19:45
by Stoker
I know. Havent found the solution yet

Re: [EXT] Fixed Header and Footer Navbar

Posted: 24 Mar 2017, 20:00
by Steve
Ok pay me to fix it

Re: [EXT] Fixed Header and Footer Navbar

Posted: 24 Mar 2017, 20:45
by Steve

Code: Select all

<div style="position: fixed;z-index: 500;width: 100%;margin: 0;padding: 0;">
Welcome to phpBB3   yourdomain.com.png

Re: [EXT] Fixed Header and Footer Navbar

Posted: 25 Mar 2017, 03:58
by cisco007
you removed the facebook button with that code steve?

Re: [EXT] Fixed Header and Footer Navbar

Posted: 25 Mar 2017, 05:56
by Stoker
Steve wrote: 24 Mar 2017, 20:45

Code: Select all

<div style="position: fixed;z-index: 500;width: 100%;margin: 0;padding: 0;">
Welcome to phpBB3 yourdomain.com.png
Thanks, but you actually managed to make it worse :D

Re: [EXT] Fixed Header and Footer Navbar

Posted: 25 Mar 2017, 09:13
by Steve
All you need is to reset the padding and margin.