I want to move the bookmark icon as below:
But when I do this, I get the following message:
my code:
public function q_view_stats($q_view) { $this->output('<div class="qa-q-view-stats">'); $this->voting($q_view); $this->a_count($q_view); $this->favorite(); parent::view_count($q_view); $this->output('</div>'); }
Thank you for your guidance
Inputs must be part of forms. Forms can include hidden fields. There is a code hidden field used for CSRF protection. The code used in the favoriting form is different from the code used in the main form.
Follow this high-level steps:
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.