Snippet Available QuestionsPrefix CSS for Quick Title Edition 2.0.0

Questions :question: place them in this section
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Topic Author
dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6488
Joined: Jan 13th, '14, 20:45
    Android Chrome

Re: Prefix CSS for Quick Title Edition 2.0.0

Post by dmzx »

kamaleon wrote: Dec 4th, '18, 11:30 It worked now, thanks for the help guys.
Ok but what did you do?

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

kamaleon
Users
Users
Status: Offline
User theme: Dark
Posts: 50
Joined: Jul 26th, '15, 08:56
    Windows 8.1 Chrome

Re: Prefix CSS for Quick Title Edition 2.0.0

Post by kamaleon »

I followed this guide. Just that it is a bit outdated.

Now the folder is different

/public_html/ext/ernadoo/qte/styles/prosilver/theme

I think I had to refresh my style or something, I dunno...

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Hamidouki-dz
Users
Users
Status: Offline
User theme: Dark
Posts: 164
Joined: Sep 1st, '18, 09:26
    Android Chrome

Re: Prefix CSS for Quick Title Edition 2.0.0

Post by Hamidouki-dz »

Is it available for phpBB 3.2.3 ?
Thanks for all détail

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Hamidouki-dz
Users
Users
Status: Offline
User theme: Dark
Posts: 164
Joined: Sep 1st, '18, 09:26
    Windows 7 Chrome

Re: Prefix CSS for Quick Title Edition 2.0.0

Post by Hamidouki-dz »

Hello
fix this error for me please :

Code: Select all

/* attributes */
.qte_solved { color: #006600; }
.qte_cancelled { color: #cc0000; }

.qte_solved, .qte_cancelled { font-weight:bold; }
.qte_topictutorial { 
	color: #FFF;
	background-color: #16de00;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2.1px;
	overflow: hidden;
	font-weight: bold;
.qte_topicassistance { 
	color: #FFF;
	background-color: #88DB43;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2.1px;
	overflow: hidden;
	font-weight: bold;
.qte_topicquestion { 
	color: #FFF;
	background-color: #ff4df3;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2.1px;
	overflow: hidden;
	font-weight: bold;
.qte_topicsolution { 
	color: #FFF;
	background-color: #de52d5;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2.1px;
	overflow: hidden;
	font-weight: bold;
}
QTE.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Sniper_E
VIP
VIP
Status: Offline
User theme: Dark
Posts: 1161
Joined: Oct 14th, '14, 17:01
    Android Chrome

Re: Prefix CSS for Quick Title Edition 2.0.0

Post by Sniper_E »

You are missing 3 closing tags }

Code: Select all

/* attributes */
.qte_solved { color: #006600; }
.qte_cancelled { color: #cc0000; }

.qte_solved, .qte_cancelled { font-weight:bold; }
.qte_topictutorial { 
	color: #FFF;
	background-color: #16de00;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2.1px;
	overflow: hidden;
	font-weight: bold;
}
.qte_topicassistance { 
	color: #FFF;
	background-color: #88DB43;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2.1px;
	overflow: hidden;
	font-weight: bold;
}
.qte_topicquestion { 
	color: #FFF;
	background-color: #ff4df3;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2.1px;
	overflow: hidden;
	font-weight: bold;
}
.qte_topicsolution { 
	color: #FFF;
	background-color: #de52d5;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2.1px;
	overflow: hidden;
	font-weight: bold;
}
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Hamidouki-dz
Users
Users
Status: Offline
User theme: Dark
Posts: 164
Joined: Sep 1st, '18, 09:26
    Windows 7 Chrome

Re: Prefix CSS for Quick Title Edition 2.0.0

Post by Hamidouki-dz »

This is my problem (}) :eyes2:

i want to change into different colors , but it thas not want to change :wall:
qte1.png
QTe3.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Sniper_E
VIP
VIP
Status: Offline
User theme: Dark
Posts: 1161
Joined: Oct 14th, '14, 17:01
    Android Chrome

Re: Prefix CSS for Quick Title Edition 2.0.0

Post by Sniper_E »

Read the names in those classes you posted.
.qte_topicquestion {
That one has the word 'question' in it. Chage the colors

Code: Select all

	color: #FFF;
	background-color: #ff4df3;
And the tag with Question will change to your new colors. Try it.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Hamidouki-dz
Users
Users
Status: Offline
User theme: Dark
Posts: 164
Joined: Sep 1st, '18, 09:26
    Android Chrome

Re: Prefix CSS for Quick Title Edition 2.0.0

Post by Hamidouki-dz »

I applied many times other color but it did not want to support the new color, but from my laptop I could change them and it works perfectly
Thanks

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Sniper_E
VIP
VIP
Status: Offline
User theme: Dark
Posts: 1161
Joined: Oct 14th, '14, 17:01
    Windows 10 Firefox

Re: Prefix CSS for Quick Title Edition 2.0.0

Post by Sniper_E »

You have to refresh the browser to see the color changes.
Chrome is real bad about clearing it's cache. Firefox does not.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

ivailo95
Users
Users
Status: Offline
User theme: Dark
Posts: 920
Joined: Feb 2nd, '18, 11:04
    Windows 7 Firefox

Re: Prefix CSS for Quick Title Edition 2.0.0

Post by ivailo95 »

Hamidouki-dz wrote: Sep 20th, '19, 02:19 I applied many times other color but it did not want to support the new color, but from my laptop I could change them and it works perfectly
Thanks
Try this one,but 1st create backup of you board
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Feed like a disease
And bring them to their knees
They'll pay for their deceit

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Hamidouki-dz
Users
Users
Status: Offline
User theme: Dark
Posts: 164
Joined: Sep 1st, '18, 09:26
    Android Chrome

Re: Prefix CSS for Quick Title Edition 2.0.0

Post by Hamidouki-dz »

I have extension of ernado , not abdev
Problem solved thanks for all support

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Hamidouki-dz
Users
Users
Status: Offline
User theme: Dark
Posts: 164
Joined: Sep 1st, '18, 09:26
    Android Chrome

Re: Prefix CSS for Quick Title Edition 2.0.0

Post by Hamidouki-dz »

Hello
I want to change this code (3.1 and 3.2) by this one (4.x, 5.x & 9.x)
how can I insert it on the sub-forum of a category?
20191006_145536.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

ivailo95
Users
Users
Status: Offline
User theme: Dark
Posts: 920
Joined: Feb 2nd, '18, 11:04
    Windows 7 Firefox

Re: Prefix CSS for Quick Title Edition 2.0.0

Post by ivailo95 »

I think it's just description in the forum or sub-forum with some bbcode,but idk what is it :roll:

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Hamidouki-dz
Users
Users
Status: Offline
User theme: Dark
Posts: 164
Joined: Sep 1st, '18, 09:26
    Android Chrome

Re: Prefix CSS for Quick Title Edition 2.0.0

Post by Hamidouki-dz »

ivailo95 wrote: Oct 6th, '19, 14:36 I think it's just description in the forum or sub-forum with some bbcode,but idk what is it :roll:
Can you give me html code for this exemple please
Thanks

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Hamidouki-dz
Users
Users
Status: Offline
User theme: Dark
Posts: 164
Joined: Sep 1st, '18, 09:26
    Windows 7 Opera

Re: Prefix CSS for Quick Title Edition 2.0.0

Post by Hamidouki-dz »

ivailo95 wrote: Oct 6th, '19, 14:36 I think it's just description in the forum or sub-forum with some bbcode,but idk what is it :roll:
doesn't work in sub forum
it's work only in topic
qtetest.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.