Below "Before proceeding, please check your question was not asked already"
the questions are listed plain text, which is hard for the eye to distinguish.
Example: How to fix this bug in V1.5 without update to V1.5.1: No "selected" class for extra links in page menu. Is there a way to delete questions in v1.5.3? New feature request: integrated search for question and user When I fix this bug in V1.5 : No "selected" class for extra links in page menu
Better: Set html bulls in the beginning of each question:
• How to fix this bug in V1.5 without update to V1.5.1: No "selected" class for extra links in page menu. • Is there a way to delete questions in v1.5.3? • New feature request: integrated search for question and user • When I fix this bug in V1.5 : No "selected" class for extra links in page menu
How to change that: Edit qa-ajax-asktitle.php, line 102:
from: '<A HREF="'.qa_q_path_html($question['postid'], $question['title']).'" TARGET="_blank">'.qa_html($question['title']).'</A><BR/>',
to: '• <A HREF="'.qa_q_path_html($question['postid'], $question['title']).'" TARGET="_blank">'.qa_html($question['title']).'</A><BR/>',
Would love to see that tiny change in 1.5.4.
Kind regards, Kai
This can also probably be done in your theme CSS by targeting the links within the <span id="similar"> container.
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.