DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: General Support
*****************************************************
#Post#: 23686--------------------------------------------------
Awesome Posts
DIR By: Harley Quin
Date: November 25, 2020, 2:28 am
---------------------------------------------------------
Is it possible for forum admins to edit the awesome posts icons?
I would really just like the "Like" icon.
#Post#: 23687--------------------------------------------------
Re: Awesome Posts
DIR By: CreateAForum
Date: November 25, 2020, 8:09 am
---------------------------------------------------------
Not at the moment but is a good feature requst.
#Post#: 25458--------------------------------------------------
Re: Awesome Posts
DIR By: flipmode
Date: December 27, 2022, 3:45 am
---------------------------------------------------------
Is there any update on this? Is an editable list of post
interactions likely to be introduced in the future, or is it a
all or nothing kind of thing moving forward?
#Post#: 25459--------------------------------------------------
Re: Awesome Posts
DIR By: CreateAForum
Date: December 27, 2022, 7:06 am
---------------------------------------------------------
No update. It's all or nothing I don't see it changing.
#Post#: 25460--------------------------------------------------
Re: Awesome Posts
DIR By: animaniactoo
Date: December 28, 2022, 5:06 pm
---------------------------------------------------------
for what it's worth, we've repurposed the buttons that didn't
have a use for our forum or we did not want to be used in
seriousness, you might try doing the same for yours:
Reaction Buttons
Reaction Buttons
• The "Optimism" button has been repurposed to be "Mojo"
• The "Dumb" button has been repurposed to be "Annoyed/Mad/The
people IN this post (not the poster) are dumb"
#Post#: 25474--------------------------------------------------
Re: Awesome Posts
DIR By: DOKEEFFE
Date: January 13, 2023, 11:06 am
---------------------------------------------------------
I am no coding wizard. The idea behind this came from somewhere
else in this support forum.
If you edit your style to include the following, it removes all
the negatives like disapprove and dumb and so on.
Some people in my forum can still use the negatives, I assume
for some reason their style has not refreshed.
/* DOK remove certain rating values (i.e. all the negative ones)
*/
span[id^="rateawemsgid"] a:last-child { display: none;}
span[id^="rateawemsgid"] a:nth-child(2) { display: none;}
span[id^="rateawemsgid"] a:nth-child(4) { display: none;}
span[id^="rateawemsgid"] a:nth-child(6) { display: none;}
span[id^="rateawemsgid"] a:nth-child(11) { display: none;}
span[id^="rateawemsgid"] a:nth-child(12) { display: none;}
span[id^="rateawemsgid"] a:nth-child(13) { display: none;}
span[id^="rateawemsgid"] a:nth-child(14) { display: none;}
#Post#: 25475--------------------------------------------------
Re: Awesome Posts
DIR By: CreateAForum
Date: January 13, 2023, 8:01 pm
---------------------------------------------------------
Great tip!
#Post#: 25477--------------------------------------------------
Re: Awesome Posts
DIR By: DOKEEFFE
Date: January 14, 2023, 1:55 pm
---------------------------------------------------------
Of course it doesn't work for the mobile style.
*****************************************************
Page 1 of 1