Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Apr 2018, 11:43
» 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
» Numbering of messages in the topic
by SLGray Mon 04 Dec 2017, 22:40
by Ange Tuteur Tue 03 Apr 2018, 11:43
» 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
» Numbering of messages in the topic
by SLGray Mon 04 Dec 2017, 22:40
Recent Tutorials
Top posting users this month
Top Achievers
Who is online?
In total there are 7 users online :: 0 Registered, 0 Hidden and 7 Guests :: 1 Bot
None
Most users ever online was 172 on Fri 19 Feb 2016, 05:17
None
Most users ever online was 172 on Fri 19 Feb 2016, 05:17
Issue about online indicator and topic starter thanks?
Page 1 of 1 • Share •
- MAX
- Gender :
Posts : 83
Points : 748
Reputation : 5
Language : English
Browser :Forum Version :
Hi @Ange Tuteur
Is it possible to change the color and style of my online/offline bar on post profile here http://avacs.forumotion.org? Where should I edit it?
Is it possible to change the color and style of my online/offline bar on post profile here http://avacs.forumotion.org? Where should I edit it?
Last edited by Mr.Alam on Sun 05 Feb 2017, 14:40; edited 1 time in total
- Ange TuteurAdministrator
- Gender :
Age : 22
Posts : 4726
Points : 9780
Reputation : 2362
Location : Macungie, PA
Language : EN10, FR5
Browser :Forum Version :
Solution can be found here :
http://help.forumotion.com/t150601-issue-about-online-offline#1038841
http://help.forumotion.com/t150601-issue-about-online-offline#1038841
- MAX
- Gender :
Posts : 83
Points : 748
Reputation : 5
Language : English
Browser :Forum Version :
Ok thanks but can you share me me the exact code for "Topic started thanks " @Ange Tuteur??
I used this java code
But it is showing something different in my regular forum.
It is showing like this one

I think username is missing.... what is problem?
I used this java code
- Code:
$(function() {
var thanked = $('#main-content > .post[style*="background-color"]')[0];
if (thanked) {
thanked.className += ' thanked-post';
thanked.style.backgroundColor = '';
thanked.insertAdjacentHTML(
'beforeend',
'<div class="thanked-message"><i class="fa fa-thumbs-up"></i> {USERNAME} has been thanked by the topic starter !</div>'
.replace('{USERNAME}', $(thanked).find('.username').text())
);
$('head').append('<style type="text/css">'+
'.thanked-post .thanked-message { color:#FFF; font-size:13px; background:#8B5; margin:10px -1px -1px -1px; padding:0px 15px; height:45px; line-height:45px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }'+
'.thanked-message .fa-thumbs-up { font-size:20px; margin-right:5px; vertical-align:-2px; }'+
'@media (min-width:0px) and (max-width:768px) {'+
'.thanked-post { padding-bottom:116px; }'+
'.thanked-post .thanked-message { position:absolute; bottom:0; left:0; right:0; }'+
'.thanked-post .postbody .profile-icons { bottom:44px; }'+
'}'+
'</style>');
}
});
But it is showing something different in my regular forum.
It is showing like this one

I think username is missing.... what is problem?


- MAX
- Gender :
Posts : 83
Points : 748
Reputation : 5
Language : English
Browser :Forum Version :
But @Ange Tuteur this topic was about Forumactive Edge so I can hope a solution of topic starter thanks code from you kindly?
- Ange TuteurAdministrator
- Gender :
Age : 22
Posts : 4726
Points : 9780
Reputation : 2362
Location : Macungie, PA
Language : EN10, FR5
Browser :Forum Version :
You're asking for help for a non-forumactif edge forum. I know for a fact that the thanks system on FAE works without any issues. So please stop trying to deceive me, I don't like liars.
- MAX
- Gender :
Posts : 83
Points : 748
Reputation : 5
Language : English
Browser :Forum Version :
Honesty I wanted thanks code to test my another so if you just share mee codes for thanks starter then it will useful for learning something doing this.
- Ange TuteurAdministrator
- Gender :
Age : 22
Posts : 4726
Points : 9780
Reputation : 2362
Location : Macungie, PA
Language : EN10, FR5
Browser :Forum Version :
You can find any codes related to Forumactif Edge in the repository on Github. You'd do well to search around it if you're curious about its coding.
The JS is in javascripts > in the topics > topics.js
https://github.com/SethClydesdale/forumactif-edge/blob/master/javascripts/in-the-topics/topics.js#L87
I cannot guarantee it'll work on other forum versions besides Forumactif Edge.
The JS is in javascripts > in the topics > topics.js
https://github.com/SethClydesdale/forumactif-edge/blob/master/javascripts/in-the-topics/topics.js#L87
I cannot guarantee it'll work on other forum versions besides Forumactif Edge.
- MAX
- Gender :
Posts : 83
Points : 748
Reputation : 5
Language : English
Browser :Forum Version :
I used above code but username is not showing. I don't know what's wrong going on....@Ange Tuteur@MAX wrote:Ok thanks but can you share me me the exact code for "Topic started thanks " @Ange Tuteur??
I used this java code
- Code:
$(function() {
var thanked = $('#main-content > .post[style*="background-color"]')[0];
if (thanked) {
thanked.className += ' thanked-post';
thanked.style.backgroundColor = '';
thanked.insertAdjacentHTML(
'beforeend',
'<div class="thanked-message"><i class="fa fa-thumbs-up"></i> {USERNAME} has been thanked by the topic starter !</div>'
.replace('{USERNAME}', $(thanked).find('.username').text())
);
$('head').append('<style type="text/css">'+
'.thanked-post .thanked-message { color:#FFF; font-size:13px; background:#8B5; margin:10px -1px -1px -1px; padding:0px 15px; height:45px; line-height:45px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }'+
'.thanked-message .fa-thumbs-up { font-size:20px; margin-right:5px; vertical-align:-2px; }'+
'@media (min-width:0px) and (max-width:768px) {'+
'.thanked-post { padding-bottom:116px; }'+
'.thanked-post .thanked-message { position:absolute; bottom:0; left:0; right:0; }'+
'.thanked-post .postbody .profile-icons { bottom:44px; }'+
'}'+
'</style>');
}
});
But it is showing something different in my regular forum.
It is showing like this one
I think username is missing.... what is problem?![]()
![]()
- SLGrayValued Member
- Gender :
Age : 45
Posts : 2465
Points : 4943
Reputation : 290
Location : United States
Language : English
Browser :Forum Version :
@Ange Tuteur wrote:I cannot guarantee it'll work on other forum versions besides Forumactif Edge.
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