hi

I dont know how to change this link in this file wp-content/plugins/anspress-question-answer/theme/default/login-signup.php

this file looks like:

<?php if(!is_user_logged_in() && !ap_opt(‘allow_anonymous’)): ?>
<div class=”ap-please-login”>
<?php printf(__(‘Please %s or %s.’, ‘anspress-question-answer’), ‘<a data-action=”ap_modal” data-toggle=”#ap-login-modal” href=”‘.wp_login_url(get_permalink()).'”>’.__(‘Login’, ‘anspress-question-answer’).'</a>’, ‘<a href=”‘.wp_registration_url().'”>’.__(‘Sign up’, ‘anspress-question-answer’).'</a>’) ?>
<?php do_action( ‘wordpress_social_login’ ); ?>
</div>
<div id=”ap-login-modal” class=”ap-modal”>
<div class=”ap-modal-backdrop”></div>
<div class=”ap-modal-inner”>
<div class=”ap-modal-header”>
<i class=”ap-modal-close” data-action=”ap_modal_close”>&times;</i>
<h3 class=”ap-modal-title”><?php _e(‘Login’, ‘anspress-question-answer’); ?></h3>
</div>
<div class=”ap-modal-body”>
<?php wp_login_form(); ?>
</div>
</div>
</div>
<?php endif; ?>

 

where should I insert my login address?

 

thank you

Hi,

 

 

First of all, thanks a lot for the amazing job. AnsPress is a great plugin so far.

I noticed the widget offering to sort questions, but Id like my users to be able to focus on unanswered questions if they want, and sort them from the general page. At the moment, they’re sorted by time (latest first) whether or not they’re solved.

I haven’t been able to do that by myself, but noticed that something that looks quite like what Im looking for is available in the AnswerBox theme.

If there some code I can add or edit and change in order to have such a selector? I don’t need a whole theme, but this is definitely a great enhancement.

Thanks a lot for the help

 

 

Nicolas

 

Please strip html tags from strings before rendering it in lists. For example,

You can notice it got <strong> from comment body.

Hello, When the user follows a category is notified by email?

I’m using Categories extension, and I think that when you Ask a new question being inside some category, the ask question form should have by default that category selected.

It could be just something as easy as have a slug like: /questions/category_name/ask that make happens that.

I’m not very into php, but I will try to do it. Advices accepted.

Thanks for the great work, just awesome.

Hi can i enforcing title tag on every page when my users poses new questions ???
The problem is that now, just write the title, which I have given my forum

Is not possible to update Anspress for wordpress, so one can force any issue titles as my users are doing so they made it into H1 (title tag) as it will benefit SEO 100%

 

I can se in You’r Anspress – That it work – How do i activate it so it work on my wordpress site ??