Please or Register to create posts and topics.

Create Hooks – Tagging and Voting

Hello – I would like to add tagging and voting or rating functionality, and I understand that you have these hooks:

asgarosforum_after_post_message

asgarosforum_filter_post_content

However, I am not a PHP developer and cannot write code. Can you please let me know how to use these and what files to put them into so they work? Do they go in your plugin? Which file?

Or if I am using another plugin to work with yours, does the hook go into their plugin somewhere?  I believe the PHP instructions have to be in the same file as the add_action or  ad_filter command. Is this correct?

Can you please provide an example of how to code these?

Thank you.

Hello lwolf,

you can use this filter to add your own logic. Without coding it is not possible such a functionality which does not exist in the core of the plugin yet. The best place to add the modifications would be your themes functions.php file. For some examples on how to integrate this you can have a look at this topic:

https://asgaros.com/support/?view=thread&id=213

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!