Hi There,
I’m using reputation points from Anspress along with Userpro plugin. When I list users by reputation points in Userpro, everything works as expected. However, when I want to order the list by rep points descending, points are consider as strings and not numbers. For example those points:
23, 43, 123
will be ordered like this:
123, 23, 43
when it should show:
123, 43, 23
the reason being that first character is considered for the sorting….
Any thoughts on how I can easily convert Reputation points to numeric values??
Thanks
I am using Anspress v 2.4beta3. I am unable to upload images for my categories. When i click on the link to upload image, nothing happens. This is happening with v 2.4beta2 too.
Demo: https://hoidap60s.com/?paged=2
Pls help me to fix it
I have a question, what should be the result of following users and tags? I mean that do not appear in Subscriptions the questions from users and labels that I follow, just are the questions selected to follow.
I tried with anspress.io and I think the same thing happens to me. I follow and unfollow categories and users and the result of my subscriptions unchanged.
So you only see publications you follow in Subscriptions, is that so?
And what is the sense of following users and tags?
I thought Subscriptions was kind of a timeline of the questions, users and tags you follow.
[Edit]
In both cases they are newly installed wordpress, different, only for these tests. Version 2.4 is installed clean, not upgrade from 1.3.8. The default wordpress theme. No additional plugins. Only 2 users, Id1 and Id2.
The user Id2 follows the user Id1. The user Id2 follows the tag.
This is the Activity Table:
And this the Notifications table:
Version 2.4 allows follow questions, tags and users, but My Subscription is empty.
And the question, Should My Subscriptions collect all the questions (including those related to users and tags) or just the marked questions to continue?
Tell me if I can help you with some additional test.
Hello, I wonder is it possible to customize Answer form, namely I would like to add/embed sub-questions which would guide user to answer the main question by answering these sub-questions? Can you please advice me if this is possible? Thanks!
when client try to ask question it doesn’t matter if the question title is short or the question desc is short or he doesn’t choose any tag and it shows sames constant error which is not appropriate with any of these situation:
“Check missing fields and then re-submit.”
However I fix this by putting whole info about the possible page error in language file. but doesn’t look good.
in the first page , it shows list of question, when a new question made , it shows the time of the last change.
for calculating the opening question , it constantly shows ” 46 years ago ” 🙂
however for every other changes , it calculate the right time. but for opening question…
This is the code which is generated and shows on first page. ( time is correct , it is in persian and it is now , but the qoute “46 year” …
<time datetime="۱۳۹۴-۸-۱۸ ۰۸:۱۷:۵۶ +۰۰:۰۰">46 سال</time>
I would want to add shortcodes or enable my custom meta sections on the front end.
Since it is impossible to make users obey “questions are just questions, answers are answers” logic, users are always posting questions in “answer” field below.
And since AnsPress doesn’t currently have good moderation tools to move user’s answers into a separate question (I did it manually once, I think I have broke a thing or two; have not respected few counters for sure).
I decided to make default sorting of answers: “oldest first”. This way AP acts kind of like a forum. If people ask questions in “answers”, at least it looks not insane after some votes are cast.
But in notifications I’m getting urls like this: http://dima.stefantsov.com/q/kolichestvo-podtyagivaniy-otzhimaniy-na-brusyah/?show_answer=1937#answer_1937#comment-22 and when opened this way, it overrides set sorting rules. You can see it set to “oldest” but latest comment that is linked is at top.
I can see how this behaviour is good for sites where it’s “like stackoverflow.com”. But in my case breaking default sort order doesn’t make sense. Do you think you will do something about it?
I suggest just leaving the “#linked-id” which will automatically scroll to linked question/answer/comment, but will not break default sort order if not explicitly stated in querystring.
Why AnsPress comments are “wordpress comments”, not post_type “ap_comment”?
It certainly makes things more complicated, now wordpress may filter AnsPress comments with default wordpress comments pipeline.
I have just seen it on this anspress.io site: it holds my comment for moderation if it contains 2 or more links, but answer with such links would not be held for moderation anyway.
I can see a reason for every AP entity to be a “wp comment”.
I can see a reason for every AP entity to be a “custom post”.
But why questions and answers are custom posts, but comments are “wp comments”? What is the benefit of having it this way?