How to swap like and comment the other way

Ahmed Guros Posted in Beginning Developers 10 years ago

How to swap from Comment-Like

to

Like-Comment

enter image description here

Replies
Indonesian Arsalan Shah Replied 10 years ago

You need to specify the 'priority' to code where the comment menu is defined, please see the ossn_com.php

Like this :

			ossn_register_menu_item("postextra", array(
					"name" => "comment",
					"class" => "comment-post",
					"href" => "javascript:void(0)",
					"data-guid" => $guid,
					"text" => ossn_print("comment:comment"),
                    "priority" => 1,
			));