Ok but what did you do?
Snippet Available Questions ⇒ Prefix CSS for Quick Title Edition 2.0.0
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraydmzx
- Founder

- Status: Offline
- User theme: Dark
- Posts: 6488
- Joined: Jan 13th, '14, 20:45
Re: Prefix CSS for Quick Title Edition 2.0.0
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraykamaleon
- Users

- Status: Offline
- User theme: Dark
- Posts: 50
- Joined: Jul 26th, '15, 08:56
Re: Prefix CSS for Quick Title Edition 2.0.0
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...
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
ArrayHamidouki-dz
- Users

- Status: Offline
- User theme: Dark
- Posts: 164
- Joined: Sep 1st, '18, 09:26
Re: Prefix CSS for Quick Title Edition 2.0.0
Is it available for phpBB 3.2.3 ?
Thanks for all détail
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
ArrayHamidouki-dz
- Users

- Status: Offline
- User theme: Dark
- Posts: 164
- Joined: Sep 1st, '18, 09:26
Re: Prefix CSS for Quick Title Edition 2.0.0
Hello
fix this error for me please :
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;
}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
ArraySniper_E
- VIP

- Status: Offline
- User theme: Dark
- Posts: 1161
- Joined: Oct 14th, '14, 17:01
Re: Prefix CSS for Quick Title Edition 2.0.0
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;
}-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayHamidouki-dz
- Users

- Status: Offline
- User theme: Dark
- Posts: 164
- Joined: Sep 1st, '18, 09:26
Re: Prefix CSS for Quick Title Edition 2.0.0
This is my problem (})
i want to change into different colors , but it thas not want to change
i want to change into different colors , but it thas not want to change
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
ArraySniper_E
- VIP

- Status: Offline
- User theme: Dark
- Posts: 1161
- Joined: Oct 14th, '14, 17:01
Re: Prefix CSS for Quick Title Edition 2.0.0
Read the names in those classes you posted.
.qte_topicquestion {
That one has the word 'question' in it. Chage the colors
And the tag with Question will change to your new colors. Try it.
.qte_topicquestion {
That one has the word 'question' in it. Chage the colors
Code: Select all
color: #FFF;
background-color: #ff4df3;-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayHamidouki-dz
- Users

- Status: Offline
- User theme: Dark
- Posts: 164
- Joined: Sep 1st, '18, 09:26
Re: Prefix CSS for Quick Title Edition 2.0.0
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
Thanks
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArraySniper_E
- VIP

- Status: Offline
- User theme: Dark
- Posts: 1161
- Joined: Oct 14th, '14, 17:01
Re: Prefix CSS for Quick Title Edition 2.0.0
You have to refresh the browser to see the color changes.
Chrome is real bad about clearing it's cache. Firefox does not.
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
Arrayivailo95
- Users

- Status: Offline
- User theme: Dark
- Posts: 920
- Joined: Feb 2nd, '18, 11:04
Re: Prefix CSS for Quick Title Edition 2.0.0
Try this one,but 1st create backup of you boardHamidouki-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
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
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
ArrayHamidouki-dz
- Users

- Status: Offline
- User theme: Dark
- Posts: 164
- Joined: Sep 1st, '18, 09:26
Re: Prefix CSS for Quick Title Edition 2.0.0
I have extension of ernado , not abdev
Problem solved thanks for all support
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
ArrayHamidouki-dz
- Users

- Status: Offline
- User theme: Dark
- Posts: 164
- Joined: Sep 1st, '18, 09:26
Re: Prefix CSS for Quick Title Edition 2.0.0
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?
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?
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
Arrayivailo95
- Users

- Status: Offline
- User theme: Dark
- Posts: 920
- Joined: Feb 2nd, '18, 11:04
Re: Prefix CSS for Quick Title Edition 2.0.0
I think it's just description in the forum or sub-forum with some bbcode,but idk what is it 
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayHamidouki-dz
- Users

- Status: Offline
- User theme: Dark
- Posts: 164
- Joined: Sep 1st, '18, 09:26
Re: Prefix CSS for Quick Title Edition 2.0.0
Can you give me html code for this exemple pleaseivailo95 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![]()
Thanks
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayHamidouki-dz
- Users

- Status: Offline
- User theme: Dark
- Posts: 164
- Joined: Sep 1st, '18, 09:26
Re: Prefix CSS for Quick Title Edition 2.0.0
doesn't work in sub forumivailo95 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![]()
it's work only in topic
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
