How can i get thet category of a specific quesion using its ID?

Question Title and Content dispersed ?

i think there are confilict with

Toolset Types

Select Toolset Views Lite

Hi,
I am new to AnsPress but just installed it and getting to know it, but what is the best Social Sharing plugin for it?
Kind regards,

Mark

Our website just says to people they can’t vote on their own post.

So they login, go to someone elses’ post, vote on it and it says you cant vote on someone else’s post.

What is causing this?  They’re all subsciber useer level.
Also … with Capcha enabled they couldnt post ideas because it just said you’re trying to cheat so we had to switch it off.

Hello,
I am trying to change the text that describes the last activity on a post (see below).

Based on a suggestion here: https://anspress.io/questions/question/some-translations-dont-seem-to-work/ I added this to my child theme’s functions.php but nothing was changed on the front end.

function my_ap_activity_actions( $actions ) {
$actions['status_publish']['verb'] = 'hello world';
return $actions;
}
add_filter( 'ap_activity_actions', 'my_ap_activity_actions' );


In class-activity-helper.php I found:

/**
* Filter allows adding new activity actions. This hook is only called once
* while class initiate. Hence, later filters will not work. Also make sure
* to keep array key length less then 20 characters.
*
* @param array $actions Originally registered actions.
* @since 4.1.2
*/
$actions = apply_filters( 'ap_activity_actions', $defaults );


I think ‘later filters will not work’ is why adding the code above to my functions.php is not working.
I also tried using the Code Snippets plugin that worked for itomhq but that did not work for me.
So, what is the proper way for me to change the activity actions text?
Thanks
robertg

As of right now, we have about well over 50 on the home page!!!