Snippets
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5123 Joined: Apr 6th, '14, 14:12
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.
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5123 Joined: Apr 6th, '14, 14:12
Post
by martin » Mar 4th, '15, 23:50
Made a small change yourdomain.com - Index page now valid.
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
dsaf
Users
Status:
Offline
User theme: Dark
Posts: 33 Joined: Jan 17th, '15, 16:51
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?
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5123 Joined: Apr 6th, '14, 14:12
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.
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
dsaf
Users
Status:
Offline
User theme: Dark
Posts: 33 Joined: Jan 17th, '15, 16:51
Post
by dsaf » Mar 22nd, '15, 22:14
Martin,
Thats what I tried first, hasnt worked.. still shows after purge?
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5123 Joined: Apr 6th, '14, 14:12
Post
by martin » Mar 22nd, '15, 22:22
Looking at your site now on iphone and cant see a collapse icon
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
dsaf
Users
Status:
Offline
User theme: Dark
Posts: 33 Joined: Jan 17th, '15, 16:51
Post
by dsaf » Mar 22nd, '15, 22:26
Um.. Its there on android? Its a white -. I dont have a iPhone to test?
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
dsaf
Users
Status:
Offline
User theme: Dark
Posts: 33 Joined: Jan 17th, '15, 16:51
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.
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5123 Joined: Apr 6th, '14, 14:12
Post
by martin » Nov 9th, '15, 15:19
There is now a collapse ext out on phpbb.com.
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
ninowebs
Users
Status:
Offline
User theme: Dark
Posts: 29 Joined: Jun 4th, '15, 21:44
Post
by ninowebs » Nov 16th, '15, 19:35
I can apply this change , for the closing blocks of portal board3 ?
tnk
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
Emperor1
Users
Status:
Offline
User theme: Dark
Posts: 9 Joined: Dec 9th, '15, 13:11
Post
by Emperor1 » Aug 22nd, '16, 09:05
Is there a ready extension?
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
dmzx Online
Founder
Status:
Online
User theme: Dark
Posts: 6485 Joined: Jan 13th, '14, 20:45
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?
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
clight77
Donator
Status:
Offline
User theme: Dark
Posts: 507 Joined: Sep 24th, '15, 14:23
Post
by clight77 » Jul 15th, '17, 05:35
Just marking this for sidebar use
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
clight77
Donator
Status:
Offline
User theme: Dark
Posts: 507 Joined: Sep 24th, '15, 14:23
Post
by clight77 » Jul 15th, '17, 13:13
Will this work in phpbb 3.2?