How to add registration and login option page or widget in anspress without WP-Metadata and third party plugin like Profile press in v2.3?
Having trouble with my site on Anspress, I can’t add anspress customized menu directly to Appearance_Menu anspress_pages
When I click to add, it doesn’t respond But I think it cause by some others installed plugin as you said before, I want completely remove the all installed plugins including the anspress and then reinstall the anspress again but I’m afraid to lost some of the site activities e.g Questions Asked, Answers and Users. I see there is no way to backup ANSPRESS ativities. I think I will also recommend Activities Back up for anspress for WP Admin Backend in next coming update.
When Anonynous posting is activate, there is a Status option shown (that doesn’t allow to change). I think there is no reason to show that.
I want anonymous Ask Question but not anon replies. I don’t see any way to do it ?
Thanks
Hello.
After the today’s update, the title doesn’t seem to work and shows ANSPRESS_TITLE. I tried to resave the options, resave the permalinks with no luck.
I have recently installed anspress plugin.
and its showing in ask page:-
Not Found
Sorry, no posts matched your criteria
i have also added question from the back-end but on viewing the question its giving me the same notice.
nothing is showing on the frontend.
How can I filter the text content of questions or answers ?
Hi,
Is there any ability to check for something like: if_is_single_question_view
Which will return a true, if the viewed page is a question page.
Thank you 🙂
Restricting who can answer questions submitted
I have installed anspress 2.3-beta2 on an empty wp. Created two pages with the anspress shortcode, one with slug “question”, and one with “home”, i have set home as the wp front page, and question as anspress base.
Now both url.com and url.com/question show the list of questions, and url.com/question/post-name show the question, that works fine. But the ask link (url.com/question/ask), shows a 404 error. If i change the base page slug to “questions” then url.com/questions/ask does open.
But i’d really prefer to have the ask page either on url.com/ask or url.com/question/ask
How could i achieve this?
I tried modifying the includes/rewrite.php file and removing $slug . from line 119 so it would look like:
$new_rules[ "ask/([^/]+)/?"] = "index.php?page_id=".$base_page_id."&ap_page=ask&parent=".$wp_rewrite->preg_index(1);
But the ask link still shows as question(s)/ask, and /ask only shows a 404, I tried saving both anspress options and wp permalinks to rebuild the rewrites but didn’t work.