Snippets
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5060 Joined: Apr 6th, '14, 14:12
Post by martin » Mar 4th, '15, 23:36
Post
by martin » Mar 4th, '15, 23:36
CorradoG60.com wrote:
EDIT: I also checked the source of this site, and it doesn't have the coding the same as shown in the first post of this topic, it passes validation, so the first post instructions must be wrong?
Now go check my site wink im using the code in first post and it passes on mine
Blades-place - Index page or direct link [Valid] Markup Validation of
http://www.blades-place.dyndns.info/index.php - W3C Markup Validator
the test site wont pass and the collapse on this site is done by an ext that if i remember right conflicts.
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5060 Joined: Apr 6th, '14, 14:12
Post by martin » Mar 4th, '15, 23:50
Post
by martin » Mar 4th, '15, 23:50
Made a small change yourdomain.com - Index page now valid.
dsaf
Users
Status:
Offline
User theme: Dark
Posts: 33 Joined: Jan 17th, '15, 16:51
Post by dsaf » Mar 22nd, '15, 21:49
Post
by dsaf » Mar 22nd, '15, 21:49
Is there a way to change or set the z-index perhaps to stop the collapse icons appearing in the notification panel on smaller screens?
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5060 Joined: Apr 6th, '14, 14:12
Post by martin » Mar 22nd, '15, 22:11
Post
by martin » Mar 22nd, '15, 22:11
Css file
Find This may be a partial find and not the whole line Code: Select all
.trigger {
background: url("./images/collapse-icon.png") no-repeat;
width: 32px;
height: 17px;
cursor: pointer;
float: right;
position: relative;
z-index: 9998;
margin-top: -21px;
}
.active {background-position: left top;}
.inactive {background-position: left bottom;}
Replace with Replace the preceding lines with the following Code: Select all
.trigger {
background: url("./images/collapse-icon.png") no-repeat;
width: 32px;
height: 17px;
cursor: pointer;
float: right;
position: relative;
z-index: 2;
margin-top: -21px;
}
.active {background-position: left top;}
.inactive {background-position: left bottom;}
the above will stop the collapse going over other images i have not tested on a smaller screen yet so pls post a result.
dsaf
Users
Status:
Offline
User theme: Dark
Posts: 33 Joined: Jan 17th, '15, 16:51
Post by dsaf » Mar 22nd, '15, 22:14
Post
by dsaf » Mar 22nd, '15, 22:14
Martin,
Thats what I tried first, hasnt worked.. still shows after purge?
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5060 Joined: Apr 6th, '14, 14:12
Post by martin » Mar 22nd, '15, 22:22
Post
by martin » Mar 22nd, '15, 22:22
Looking at your site now on iphone and cant see a collapse icon
dsaf
Users
Status:
Offline
User theme: Dark
Posts: 33 Joined: Jan 17th, '15, 16:51
Post by dsaf » Mar 22nd, '15, 22:26
Post
by dsaf » Mar 22nd, '15, 22:26
Um.. Its there on android? Its a white -. I dont have a iPhone to test?
dsaf
Users
Status:
Offline
User theme: Dark
Posts: 33 Joined: Jan 17th, '15, 16:51
Post by dsaf » Mar 22nd, '15, 22:28
Post
by dsaf » Mar 22nd, '15, 22:28
Ah i see what the issue is martin, you have to be logged in as when logged out your viewing forumlist_body2.html which hasnt got collapse written into it.
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5060 Joined: Apr 6th, '14, 14:12
Post by martin » Nov 9th, '15, 15:19
Post
by martin » Nov 9th, '15, 15:19
There is now a collapse ext out on phpbb.com.
ninowebs
Users
Status:
Offline
User theme: Dark
Posts: 29 Joined: Jun 4th, '15, 21:44
Post by ninowebs » Nov 16th, '15, 19:35
Post
by ninowebs » Nov 16th, '15, 19:35
I can apply this change , for the closing blocks of portal board3 ?
tnk
Emperor1
Users
Status:
Offline
User theme: Dark
Posts: 9 Joined: Dec 9th, '15, 13:11
Post by Emperor1 » Aug 22nd, '16, 09:05
Post
by Emperor1 » Aug 22nd, '16, 09:05
Is there a ready extension?
dmzx
Founder
Status:
Offline
User theme: Dark
Posts: 6365 Joined: Jan 13th, '14, 20:45
Post by dmzx » Aug 22nd, '16, 15:39
Post
by dmzx » Aug 22nd, '16, 15:39
Emperor1 wrote: Aug 22nd, '16, 09:05
Is there a ready extension?
What are you looking for the Collapse extension?
clight77
Donator
Status:
Offline
User theme: Dark
Posts: 499 Joined: Sep 24th, '15, 14:23
Post by clight77 » Jul 15th, '17, 05:35
Post
by clight77 » Jul 15th, '17, 05:35
Just marking this for sidebar use
clight77
Donator
Status:
Offline
User theme: Dark
Posts: 499 Joined: Sep 24th, '15, 14:23
Post by clight77 » Jul 15th, '17, 13:13
Post
by clight77 » Jul 15th, '17, 13:13
Will this work in phpbb 3.2?