Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
Recent Tutorials
Top posting users this month
Top Achievers
Who is online?
In total there are 53 users online :: 0 Registered, 0 Hidden and 53 Guests :: 2 Bots
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
[IN PROGRESS] Topic title in group color
Page 1 of 1 • Share
Hi @Kisskiss,
This is a native feature of Forumactif Edge. You have two solutions to achieve this result :
1. Install Forumactif Edge :
https://github.com/SethClydesdale/forumactif-edge/wiki/Installing
2. Review the source code to figure out how it's made. This is the JavaScript :
https://github.com/SethClydesdale/forumactif-edge/blob/master/javascripts/in-the-topics/topics.js
If you don't yet know what Forumactif Edge is, then please read this page.
P.S.
I modified the title of your topic a bit to fit your question.
This is a native feature of Forumactif Edge. You have two solutions to achieve this result :
1. Install Forumactif Edge :
https://github.com/SethClydesdale/forumactif-edge/wiki/Installing
2. Review the source code to figure out how it's made. This is the JavaScript :
https://github.com/SethClydesdale/forumactif-edge/blob/master/javascripts/in-the-topics/topics.js
If you don't yet know what Forumactif Edge is, then please read this page.
P.S.
I modified the title of your topic a bit to fit your question.
- Kisskiss
- Gender :
Posts : 47
Points : 3131
Reputation : 1
Language : Italian, spanish
Browser : Forum Version :
it's fantastic
thank you very much
thank you very much
@jessy yes it's possible with solutions like this :
http://help.forumotion.com/t143630-staff-mods-colored-post-borders
http://help.forumotion.com/t144188-staff-post-border-color
Although it's not exactly the same as Edge.
http://help.forumotion.com/t143630-staff-mods-colored-post-borders
http://help.forumotion.com/t144188-staff-post-border-color
Although it's not exactly the same as Edge.
no problem my friend question
work
not work
I don't understand why grazie in anticipo
work
- Code:
.post { border-top: 10px solid #000!important;
border-radius: 10px 10px 0px 0px;}
.post.admin-answer {
border-top-color:red !important;}
.post.founder-answer {
border-top-color:red !important;}
------------------------------------
$(function() { $('.admin-rank').closest('.post').addClass('admin-answer');});
$(function() { $('.founder-rank').closest('.post').addClass('founder-answer');});
not work
- Code:
.post.registered users-answer {
border-top-color:yellow !important;}
.post.Friend forum-answer {
border-top-color:LIMEGREEN !important;}
---------------------------------------
$(function() {$('.registered users-rank').closest('.post').addClass('registered users-answer');});
$(function() { $('.Friend forum-rank').closest('.post').addClass('Friend forum-nswer');});
I don't understand why grazie in anticipo
Try changing your CSS to this :
You need to define the size + type of the border which was initially defined by this rule :
- Code:
.post.registered users-answer {
border-top:10px solid yellow !important;}
.post.Friend forum-answer {
border-top:10px solid limegreen !important;}
You need to define the size + type of the border which was initially defined by this rule :
- Code:
.post { border-top: 10px solid #000!important;
border-radius: 10px 10px 0px 0px;}
works but it conflicts
so not work
Double with black background
complete code
how can i do ?
- Code:
.post { border-top: 20px solid #000 !important;
border-radius: 10px 10px 0px 0px;}
so not work
- Code:
#post { border-top: 20px solid #000!important;
border-radius: 10px 10px 0px 0px;}
Double with black background
complete code
- javascript:
- Code:
$(function() { $('.Adminforum-rank').closest('.post').addClass('Adminforum-answer');});
$(function() {$('.Utente_registrato-rank').closest('.post').addClass('Utente_registrato-answer');});
$(function() { $('.Amico_del_forum-rank').closest('.post').addClass('Amico_del_forum-answer');});
- Css:
- Code:
.post {border-top: 20px solid #000 !important;
border-radius: 0px 10px 10px 0px;}
.post.Adminforum-answer {
border-top-color:#FF0000 !important;}
.post.Utente_registrato-answer {
border-top-color:#FFB82C !important;}
.post.Amico_del_forum-answer{
border-top-color:#00FF00 !important;}
how can i do ?
Try changing this rule :
into this :
About your second image ; Do you want the yellow border gone ?
- Code:
.post {border-top: 20px solid #000 !important;
border-radius: 0px 10px 10px 0px;}
into this :
- Code:
div.post {border-top: 20px solid #000 !important;
border-radius: 0px 10px 10px 0px;}
About your second image ; Do you want the yellow border gone ?
yesAnge Tuteur wrote:Try changing this rule :
- Code:
.post {border-top: 20px solid #000 !important;
border-radius: 0px 10px 10px 0px;}
into this :That should solve the problem in your first image.
- Code:
div.post {border-top: 20px solid #000 !important;
border-radius: 0px 10px 10px 0px;}
[quote="Ange Tuteur"
About your second image ; Do you want the yellow border gone ?[/quote] no
https://fmdesign.forumotion.com/t720-old-bug-forumotion#14171
It makes me the edge for the entire board
- Code:
border-radius: 0px 10px 10px 0px;}
how to correct
- Sponsored content
Similar topics
Create an account or log in to leave a reply
You need to be a member in order to leave a reply.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum