Jump to content

Reputation Enhancements


Recommended Posts

Hello,

Today using the Reputation system, users can choose one of three choices

1. Agree

2. Not agree

3. In Doubt

I want to limit those 3 choices to appear only for the first post and on specific forums and groups that can be voted to. Also, I need to see the percentage of the voters on the topic.

Please send me a quote for this project, thank you! 🙂

 

Link to comment
Share on other sites

  • Providers

That part would indeed require a modification, but it would be feasible.

 

Reactions/reputations in v4 are handled by traits, and it's not possible to extend/overload/modify them easily. I've hit a wall trying to add features there multiple times in the past. 🤷‍♂️

  • Thanks 1
Link to comment
Share on other sites

  • Providers

The poll shows above the first post usually, but it can be moved below for those specific forums with the setting enabled (or all of them regardless).

Restricting the automatic poll to only specific forums and groups is certainly an option that can be added, too.

  • Thanks 1
Link to comment
Share on other sites

The reaction system is great and was my first choice to go with, but I need the reaction to appear only in the first post. and I understand it's complicated to customize the reaction system. i could pass the reaction percentage add-on, but choices to appear only in the first post is mandatory.

Edited by Live Games
Link to comment
Share on other sites

  • Providers
JoelR
This post was recognized by JoelR!

"Technical Answer of the Week"

V0RT3X was awarded 1 points.

1 hour ago, Live Games said:

but I need the reaction to appear only in the first post.

Quick and dirty:

Open the template forums -> front -> topics -> post and find ...

{template="reputation" group="global" app="core" params="$comment"}

Change to ...

{{if $comment->isFirst()}}
	{template="reputation" group="global" app="core" params="$comment"}
{{endif}}

 

Could contain: File, Webpage, Person, Page, Text

  • Informative 1
  • Thanks 1
Link to comment
Share on other sites

  • The title was changed to Reputation Enhancements
  • Providers
On 2/5/2024 at 8:41 PM, Live Games said:

Thank you for the great idea. I will be glad to get a quote from a free developer.

What do you mean by this as to me this sounds contradictory? 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Share more information, add your insight, and reply to this topic. All users are welcome to post.

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Recently Online   0 Members, 0 Anonymous, 32 Guests (See full list)

    • There are no registered users currently online

×
×
  • Create New...