AOS
Forum Replies Created
-
Forum: Plugins
In reply to: [WriteShare Writing Community Platform] Chapters broken for one story only.Hi Matt, We’re looking into it. Please give us a few days. Thank you!
Forum: Plugins
In reply to: [WriteShare Writing Community Platform] BuddyPress IntergrationHi Matt, I replied to your email. Did you get it?
Forum: Plugins
In reply to: [WriteShare Writing Community Platform] some things not workingHi Earl,
It works fine here – http://www.ws.wpwriteshare.com/fanfic/ – feel free to join and test posting, etc. If there is a conflict with other plugins, perhaps you can identify which ones. As we’re the only one to provide chapters, perhaps you can find a replacement for the other plugin the conflict is occurring with?
Thank you,
JackyForum: Plugins
In reply to: [WriteShare Writing Community Platform] profile pagesHi again, Earl,
As you can imagine, we’d like to be able to develop more features more fully. At this point, as we are doing this completely for free with no intent to “monetize” it, we have to be judicious with our time. If the plugin gets more popular with both downloads and ratings, we’ll do more with development. Also, as it is part of plugin repository, other developers have access to the code and are also able to develop it further, so perhaps we’ll find someone who is willing to help with development.
Thank you.
Forum: Plugins
In reply to: [WriteShare Writing Community Platform] Author Access to Wp-adminHi Earl
Apologies for the delay in replying. We are not receiving email notifications of support requests from WordPress.Authors will not have access to wp-admin. Our plugin provides front end posting to keep authors out of wp-admin.
If you need to reach us more quickly, please visit the contact page of the plugin site:
https://wpwriteshare.com/contact-page/Thank you.
It is possible to apply a filter to the URL and have it be whatever you would like in the newer releases. We have already done this in code, waiting for release.
The filter will be called wpws_route_slugs
What to do:
add_filter( ‘wpws_route_slugs’, function ( $slugs ) {
$slugs[‘write’] = ‘buddypress/write’;
return $slugs;
} );if you wish.
Forum: Plugins
In reply to: [WriteShare Writing Community Platform] Save as Draft – where is file?Yes, it should be on your author profile page along with any posted writings. Please double check?
Forum: Plugins
In reply to: [WriteShare Writing Community Platform] Not working – Where is plugin?Hi, I just emailed you, as well.
I guess you did find that the plugin DOES automatically create /write for the posting page. It seemed you may have changed the slug.
Glad you got it resolved. Again, sorry for the delay in replying.
Enjoy!Thank you! Sorry for the delay answering your email. I actually had just emailed you back.
Forum: Plugins
In reply to: [WriteShare Writing Community Platform] Blocks Dashboard Access for UsersIn functions.php of their theme. Add the code:
add_filter( ‘wpws_can_access_dashboard’, function( $roles ) { $roles []= ‘subscriber’; return $roles; } );
for users to be able to access Dashboard.
In functions.php of their theme. They have to add the code: add_filter( ‘wpws_can_access_dashboard’, function( $roles ) { $roles []= ‘subscriber’; return $roles; } );
Forum: Reviews
In reply to: [WriteShare Writing Community Platform] BuggyApologies that I did not see your support requests. WordPress is not sending me notifications of new support postings. I will look into how/why this is suddenly happening.
We can always be reached via http://wpwriteshare.com/contact, as well.
Forum: Plugins
In reply to: [WriteShare Writing Community Platform] Pages Are MissingWordPress is not sending me emails of support requests. I just signed in to find this and two other forum postings. My apologies.
I would have liked to explore what you meant by “invisible” as this problem has not been reported in the past, and we have not been able to replicate it.
Should you like to try again, please email me at [email protected] to work through it.
Thank you.
Forum: Plugins
In reply to: [WriteShare Writing Community Platform] Summary OptionNo, there is not.
Forum: Plugins
In reply to: [WriteShare Writing Community Platform] Blocks Dashboard Access for UsersWordPress is not sending me emails of support requests. I just signed in to find this and two other forum postings. I will reply to all 3 today. My apologies.