Title: luhmann's Replies | WordPress.org

---

# luhmann

  [  ](https://wordpress.org/support/users/luhmann/)

 *   [Profile](https://wordpress.org/support/users/luhmann/)
 *   [Topics Started](https://wordpress.org/support/users/luhmann/topics/)
 *   [Replies Created](https://wordpress.org/support/users/luhmann/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/luhmann/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/luhmann/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/luhmann/engagements/)
 *   [Favorites](https://wordpress.org/support/users/luhmann/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 180 total)

1 [2](https://wordpress.org/support/users/luhmann/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/luhmann/replies/page/3/?output_format=md)…
[10](https://wordpress.org/support/users/luhmann/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/luhmann/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/luhmann/replies/page/12/?output_format=md)
[→](https://wordpress.org/support/users/luhmann/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simply Static - The Static Site Generator] Incomplete Export, No Deploy, No Errors](https://wordpress.org/support/topic/incomplete-export-no-deploy-no-errors/)
 *  Thread Starter [luhmann](https://wordpress.org/support/users/luhmann/)
 * (@luhmann)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/incomplete-export-no-deploy-no-errors/#post-17864749)
 * Dear Patrick,
 * I fed the debug log into Claude3 AI. It identified the “writers_new_excerpt_more”
   function as the problem. I then copied the relevant code from functions.php into
   Claude3 and it re-wrote it for me. Took two tries, but it got it right and now
   everything works. Export went from a few hundred files to over 5000. It even 
   output a ZIP file. Amazing.
   Thanks again for your help. You can mark this as 
   solved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simply Static - The Static Site Generator] Incomplete Export, No Deploy, No Errors](https://wordpress.org/support/topic/incomplete-export-no-deploy-no-errors/)
 *  Thread Starter [luhmann](https://wordpress.org/support/users/luhmann/)
 * (@luhmann)
 * [2 years ago](https://wordpress.org/support/topic/incomplete-export-no-deploy-no-errors/#post-17830242)
 * Dear Patrick,
   1. I have sent you an email.2. Regarding the “write to Local Directory,”
   I think I was not clear. It has no problem writing to the temp file directory
   in uploads, but it won’t save a Zip file there, or if I create a second folder
   at the same level as the temp file folder (in “uploads”) and try to use that 
   as the “local directory” it won’t write to that folder either.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simply Static - The Static Site Generator] Incomplete Export, No Deploy, No Errors](https://wordpress.org/support/topic/incomplete-export-no-deploy-no-errors/)
 *  Thread Starter [luhmann](https://wordpress.org/support/users/luhmann/)
 * (@luhmann)
 * [2 years ago](https://wordpress.org/support/topic/incomplete-export-no-deploy-no-errors/#post-17830166)
 * Thanks Patrick. I have a log file for you, but no email address. Where should
   I send it? (File is only 107kb). There do seem to be some error messages, but
   I don’t understand them.
 * Regarding “there is no ZIP file or deploy to a local folder” I see now that the
   diagnostics screen says “Web server can not write to Local Directory” – I have
   some control over this shared server, is there some way I can try to fix this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] “log in” button doesn’t work for admin users](https://wordpress.org/support/topic/log-in-button-doesnt-work-for-admin-users/)
 *  Thread Starter [luhmann](https://wordpress.org/support/users/luhmann/)
 * (@luhmann)
 * [7 years ago](https://wordpress.org/support/topic/log-in-button-doesnt-work-for-admin-users/#post-11606095)
 * So I see lots of other people having problems since I posted this. I was able
   to finally solve my problem by disabling the recaptcha and 2FA login options.
   At first I just turned off 2FA, but then was getting notices of emails that were
   never sent, so I turned off recaptcha as well. Now my users can login to the 
   site again. Very disappointed in WordFence not responding to my support request
   after I replied and for not fixing these obviously widespread problems. Never
   had reason to doubt my choice of using WordFence before…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] “log in” button doesn’t work for admin users](https://wordpress.org/support/topic/log-in-button-doesnt-work-for-admin-users/)
 *  Thread Starter [luhmann](https://wordpress.org/support/users/luhmann/)
 * (@luhmann)
 * [7 years ago](https://wordpress.org/support/topic/log-in-button-doesnt-work-for-admin-users/#post-11555235)
 * Note that this problem seems to be unique to “admin” users… other users have 
   been able to log in!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] “log in” button doesn’t work for admin users](https://wordpress.org/support/topic/log-in-button-doesnt-work-for-admin-users/)
 *  Thread Starter [luhmann](https://wordpress.org/support/users/luhmann/)
 * (@luhmann)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/log-in-button-doesnt-work-for-admin-users/#post-11553798)
 * ALl traffic shows response 200 and type human (green). Nothing seems to be wrong.
 * Here is my .htaccess
 * `
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule
   ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule . /index.php [L] </IfModule>
 * # END WordPress
 * # Wordfence WAF
    <Files “.user.ini”> <IfModule mod_authz_core.c> Require all 
   denied </IfModule> <IfModule !mod_authz_core.c> Order deny,allow Deny from all
   </IfModule> </Files>
 * # END Wordfence WAF
 * # BEGIN ShortPixelWebp
 * # END ShortPixelWebp
    `
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Author Box] Compatible with Co-Authors Plus?](https://wordpress.org/support/topic/compatible-with-co-authors-plus/)
 *  Thread Starter [luhmann](https://wordpress.org/support/users/luhmann/)
 * (@luhmann)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/compatible-with-co-authors-plus/#post-9847135)
 * Oh, nevermind, I found the changelog:
 * [https://wordpress.org/plugins/simple-author-box/#developers](https://wordpress.org/plugins/simple-author-box/#developers)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Author Box] Compatible with Co-Authors Plus?](https://wordpress.org/support/topic/compatible-with-co-authors-plus/)
 *  Thread Starter [luhmann](https://wordpress.org/support/users/luhmann/)
 * (@luhmann)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/compatible-with-co-authors-plus/#post-9847134)
 * Great! So all these features are in the new official release, or is there a new
   beta?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Author Box] Compatible with Co-Authors Plus?](https://wordpress.org/support/topic/compatible-with-co-authors-plus/)
 *  Thread Starter [luhmann](https://wordpress.org/support/users/luhmann/)
 * (@luhmann)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/compatible-with-co-authors-plus/#post-9825971)
 * Hi. Just checking in to wish you a happy New Year and ask about plans for Beta
   2… Not rushing you, just wondering if I possibly missed it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Author Box] Compatible with Co-Authors Plus?](https://wordpress.org/support/topic/compatible-with-co-authors-plus/)
 *  Thread Starter [luhmann](https://wordpress.org/support/users/luhmann/)
 * (@luhmann)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/compatible-with-co-authors-plus/#post-9704142)
 * Also, I would like to change the theme so that the authors are listed in the 
   post byline wherever that information appears in my theme (single post view, 
   archive view, and on the blog homepage). I don’t yet see instructions on how 
   to do this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Author Box] Compatible with Co-Authors Plus?](https://wordpress.org/support/topic/compatible-with-co-authors-plus/)
 *  Thread Starter [luhmann](https://wordpress.org/support/users/luhmann/)
 * (@luhmann)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/compatible-with-co-authors-plus/#post-9704131)
 * I was excited to see that the beta had been released today, although not posted
   to this thread. Was that because the features discussed here are not yet fully
   implemented? Trying it out I was able to add multiple author-boxes to the main
   post, but was not able to successfully create a “guest author” who is not a fully
   registered account holder. (There is an interface to do so, but in my experience
   it wasn’t working.)
 * In addition I had these other issues with the beta plugin:
 * 1. I had setup my theme to show Simple Author Box at the top of the author archive
   pages for each author. However, now the “guest authors”* from one post now have
   their author boxes show up on that page as well. (*These aren’t actually “guest
   authors” but just co-authors who are other registered users on the site, each
   of whom should have their own archive page, and shouldn’t be listed here just
   because they co-authored one post together.)
 * 2. It should be possible to attribute a post to a “guest author” without listing
   the name of the person who posted the article. For instance if User X posts a
   piece by guest author Y, now it seems to show Simple Author Box for both X and
   Y. However, it should be possible to only show Y (unless it is co-authored).
 * 3. There is a distinction between co-authored pieces and guest authored pieces.
   Right now the plugin doesn’t seem to be able to distinguish. If two registered
   users X and Y write a piece, Y shouldn’t be listed as “guest author,” but then
   there is also the possibility of the situation listed above in issue #2.
 * Apologies again if these features were not ready for testing, but I am eager 
   to get this implemented so I wanted to take a look.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Author Box] Compatible with Co-Authors Plus?](https://wordpress.org/support/topic/compatible-with-co-authors-plus/)
 *  Thread Starter [luhmann](https://wordpress.org/support/users/luhmann/)
 * (@luhmann)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/compatible-with-co-authors-plus/#post-9672600)
 * Great. Thanks Christian. Will keep an eye out for the beta!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Author Box] Compatible with Co-Authors Plus?](https://wordpress.org/support/topic/compatible-with-co-authors-plus/)
 *  Thread Starter [luhmann](https://wordpress.org/support/users/luhmann/)
 * (@luhmann)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/compatible-with-co-authors-plus/#post-9671985)
 * That’s great news, but I need to launch a site this month, any chance it will
   be out in time, or that I could get hold of a beta version of the new plugin?
   Also, will it include CAP’s “guest author” functionality as well?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress Recent Comments] Trackbacks showing when configured not to (again)](https://wordpress.org/support/topic/trackbacks-showing-when-configured-not-to-again/)
 *  Thread Starter [luhmann](https://wordpress.org/support/users/luhmann/)
 * (@luhmann)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/trackbacks-showing-when-configured-not-to-again/#post-5357549)
 * Here is a screenshot showing the incorrect count in the BWP RC widget:
 * [https://www.evernote.com/shard/s1/sh/fd17599e-57f3-4a86-a80c-99074b0a9170/8d093293d5913d11d2ec5e1871d6ed16/deep/0/Savage-Minds—Notes-and-Queries-in-Anthropology.png](https://www.evernote.com/shard/s1/sh/fd17599e-57f3-4a86-a80c-99074b0a9170/8d093293d5913d11d2ec5e1871d6ed16/deep/0/Savage-Minds—Notes-and-Queries-in-Anthropology.png)
 * And here is the correct count in the WP loop thanks to some changes to the functions.
   php file:
 * [https://www.evernote.com/shard/s1/sh/06b17ac9-b6cd-4825-85f7-6c17e50e5a45/688402a462b2d1e6b133b69617dab011/deep/0/Writing-to-Live–On-Finding-Strength-While-Watching-Ferguson—Savage-Minds.png](https://www.evernote.com/shard/s1/sh/06b17ac9-b6cd-4825-85f7-6c17e50e5a45/688402a462b2d1e6b133b69617dab011/deep/0/Writing-to-Live–On-Finding-Strength-While-Watching-Ferguson—Savage-Minds.png)
 * That is for this post:
 * [http://savageminds.org/2014/09/29/writing-to-live-on-finding-strength-while-watching-ferguson/](http://savageminds.org/2014/09/29/writing-to-live-on-finding-strength-while-watching-ferguson/)
 * Here are the widget settings:
 * [https://www.evernote.com/shard/s1/sh/c9b71a55-1910-4125-bc0c-1c3484d99702/04a995bd642b1df43e7ad0563c47b18f/deep/0/Widgets—Savage-Minds—WordPress.png](https://www.evernote.com/shard/s1/sh/c9b71a55-1910-4125-bc0c-1c3484d99702/04a995bd642b1df43e7ad0563c47b18f/deep/0/Widgets—Savage-Minds—WordPress.png)
 * And here are the General Options:
 * [https://www.evernote.com/shard/s1/sh/96670271-ecad-495d-bd8f-ff383164af34/5f9197bf9dbfa181bb7edb6eba713afd/deep/0/BWP-Recent-Comments-General-Options—Savage-Minds—WordPress.png](https://www.evernote.com/shard/s1/sh/96670271-ecad-495d-bd8f-ff383164af34/5f9197bf9dbfa181bb7edb6eba713afd/deep/0/BWP-Recent-Comments-General-Options—Savage-Minds—WordPress.png)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress Recent Comments] Trackbacks showing when configured not to (again)](https://wordpress.org/support/topic/trackbacks-showing-when-configured-not-to-again/)
 *  Thread Starter [luhmann](https://wordpress.org/support/users/luhmann/)
 * (@luhmann)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/trackbacks-showing-when-configured-not-to-again/#post-5357548)
 * > Is there any orphan BWP RC widgets (inactive widgets) staying around?
 * There was one, I deleted it but it didn’t help.

Viewing 15 replies - 1 through 15 (of 180 total)

1 [2](https://wordpress.org/support/users/luhmann/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/luhmann/replies/page/3/?output_format=md)…
[10](https://wordpress.org/support/users/luhmann/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/luhmann/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/luhmann/replies/page/12/?output_format=md)
[→](https://wordpress.org/support/users/luhmann/replies/page/2/?output_format=md)