I saw on main Anspress Question page that there was a yellow star for featured question.  Does that need to be coded or is that existing feature that I can enable.

With your Basic and Premium memberships, I’d like to understand what the extent of coverage is. For example

I’m having issues using HTML in my mails, I’d like to have these mails go out in a branded template. I have the template ready but implementing in AnsPress is not working out. What level of support do I receive in this case? If I requested support with implementing, wold that be granted?

Basically, I’m trying to understand if already built in functions on AnsPress that aren’t working properly for me will be worked on under these plans. What level of modification support will also be provided?

Thank you

When someone leaves the description blank while asking the question it says “This seems to be a duplicate question. A question with the same question already exists.”

Hi all!

I’m trying to use AP and AP profiles as a base for a social network going beyond the point of a “simple” Q&A community. In order to do so, I’m trying to customize AP user profile page to show more elements by using previous answers provided on this forum and trying to find my way in all the PHP files of the plugin (I’m no developer and this is my first serious attempt at getting a working customized code). I know some other users are trying to achieve similar results. So, with this new thread, I would like to:

  1. summarize what have been already said
  2. share what I have been able to achieve
  3. get some help in going a bit further
  4. add relevant information and pieces of code gathered to AP documentation

[Solved] Add/remove link from user menu

Easy to add links with this and remove some menu items with this. For a “Logout” link, it’s pretty useful and straightforward. But what if I want to display some content like the Following tab or the About tab?

[Solved…?] Add a tab with corresponding content in user menu

I’ve been trying among other things to display badges earned through the BadgeOS plugin. By reading this message, I have been able to understand (?) that I should: register a new “Badges” page, setup the output for the “Badges” page and, of course, create the corresponding badges.php. Is that correct?

Here is how I achieved it:

  1. Register page in /includes/class-user.php :
    ap_register_user_page( 'badges', __( 'Badges', 'anspress-question-answer' ), array( __CLASS__, 'badges_page' ) );

     

  2. Setup output for page in /includes/class-user.php :
    public static function badges_page() {
    include ap_get_theme_location( 'user/badges.php' );
    }

     

  3. Create corresponding page in /theme/default/user/ : badges.php

 

By doing like that and using the proper code in badges.php, I have been able to achieve adding a tab with corresponding content and everything seems to be fine. So for now, I would like to know:

  • is it the right way to do it?
  • since I don’t know my way around php, I directly edited AP files (in a staging environment of course) so that I could learn from and copy/paste relevant pieces of code. Is there a way to achieve the same thing (register page + setup output) directly from my theme’s functions.php?
  • As an alternative to editing functions.php, is it possible to create a folder called anspress inside active parent theme folder and copy the modified class-user.php file to override original one?

 

Ok, that’s it for now. Let’s go step by step. 😀

Thanks in advance!

Fred

Is there a way to put numbering on the Question Title?

I’ve installed successful, however under the ‘General’ tab of the AskPress Options page I select base page = ‘forum’ which is a page I just created in WP, however when I refresh, nothing is displayed on my site’s forum page.

Where am I going wrong?

Hi,

As you told previously, i updated the theme to latest version but still more n more not found errors appearing.

Please suggest.

Thanks

Would also want it to take up the full screen on mobile.

On my site I use “category” as a means to divide questions about different geographical regions.

Is there a way to replace the word ‘category’ with the word ‘region’ throughout anspress?

thanks.

It would be helpful when asking a question if the category/label option was set by default to “please select one”, rather than for example “Updates” as it is in the anspress page. Many users will ignore this, and just leave it as the default at present.