wadethefade
49 Reputation

Reputations

Received an upvote
October 5, 201810
Posted an answer
BNFW / Anspress Integration

This solved it: includes\class-form-hooks.php [apcode language="php"] if ( ! $editing ) {      $question_args['post_type'] = 'question';             $question_args["post_status"]...

October 5, 20185
Commented on a post

https://gist.github.com/WadeTheFade/5545dacb9c0843f9d2eca606dc1cc43b

October 4, 20182
Commented on a post

I want to keep all the logic that Anspress goes through in the submit_question_form() method. If I copy/paste all that into my own hook, its still going to give me the same error?

October 4, 20182
Asked a question
BNFW / Anspress Integration

I'm trying to get a Better Notifications For Wordpress, which is being used for my blog Posts to also work with Anspress Questions. Its my understanding that the Question is just another post type, and...

September 29, 20182
Posted an answer
Anpress point to WP Categories?

Is there an easier way to accomplish?

August 19, 20185
Commented on a post

I have my new categories addon in here: /addons/wpcategories/ I've made the code change to the functions file and changing the line: 'path' => ANSPRESS_ADDONS_DIR . 'wpcategories/categories.php',...

August 10, 20182
Commented on a post

Any update?

August 7, 20182
Commented on a post

Here is my current work in progress categories.php along with the original for reference. https://gist.github.com/WadeTheFade/1dbaa65775548e0ccefc2e8cb354528a

July 31, 20182
Posted an answer
Anpress point to WP Categories?

Okay, my /category/ folder contains 2 PHP files: widget.php, categories.php I search for "question_category" in both those files. I'm assuming I don't have to change everything from question_category...

July 30, 20185
Asked a question
Anpress point to WP Categories?

I am developing a site and it revolves around Anspress. I have a BNWF plugin that utilizes WP Categories to fire off notifications of a new post. The issue I’ve ran across is that with Anspress categories...

July 28, 20182
Registered
July 28, 201810