Giter VIP home page Giter VIP logo

epoch's People

Contributors

cklosowski avatar cyberhobo avatar davidcramer avatar fxbenard avatar ronalfy avatar shelob9 avatar vernal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

epoch's Issues

Any hooks on how to change the profile link?

Hi,

Do you have any hooks for profile url? I'm using buddypress and needs to add link on profile name and avatar to go to their specific profile page. Thanks!

Cheers,
phpbits

Blank comments accepted

Epoch (+Postmatic) allows blank comments to be submitted where no fields have been filled out when "Use my typography and colors" is selected. (Tested with a Divi 2.4.6.1 (child) theme in use, hosted with Flywheel.) Just clicking "submit" results in a comment submission whether the user is logged in or not.

It looks like label tag content is being submitted so the comment content is "Comment" and the comment author is "Author *" --
screen shot 2015-08-07 at 2 09 46 pm

Fortunately these comments do not seem to result in the issuing of emails to Postmatic subscribers.

Comments left by logged in subscribers use username

This one is interesting. When a comment is left by a low-level user (i tested with subscriber) the comment is posted using the username of the user. It does not use nicename, or nickname... but username.

Odd.

screen shot 2015-08-04 at 10 41 08 am

Improve moderation notifications

I have my blog set to "Comment author must have a previously approved comment" so that new people have their comments moderated. Epoch ignores that setting and publishes the comment on the site. It still shows up in my moderation queue but hasn't been approved

[via wordpress.org support forum] Slow site and Host blocked the epoch requests

Originally reported by user ls41 via wordpress.org support forum

After I installed Epoch, site load time decreased dramatically.

Today, I got this message from my host:

Upon investigation, we found that this is being caused by the 'epoch' plugin within WordPress. Since this morning there have been over 56,000 requests for the '/epoch-api' resource on this site. To reduce the load on your server and improve your sites performance, I have blocked these requests by adding the following lines to .htaccess:

<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} /epoch-api [NC]
RewriteRule .* - [F,L]
</IfModule>

I recommend that you disable the 'epoch' plugin to further reduce the impact that this plugin has on your sites performance.

Disable Epoch Commenting on Draft and pending posts

Hi,

How can I disable epoch and comments on draft and pending post status? I'm using it on user post submission with wp front end editor and I need to minimize the ajax calls when user is writing a post. Thanks!

Cheers,
phpbits

epoch-api 404

I wanted to give epoch a shot, because we do not like to switch to disqus but need a better solution for our comments.
When I installl the plugin on my test server, it starts, the comments are gone and i cannot post a comment anymore. Looking into the error console, it gets quite apparent why:
POST ...my/url/wordpress/epoch-api 404 (Not Found). I found someone else with the same problem, but as I am on 1.0.0 I had assumed for him the problem was resolved:
https://wordpress.org/support/topic/doesnt-work-964

Error Console log:

0
Failed to load resource: the server responded with a status of 404 (Not Found)
Failed to load resource: the server responded with a status of 404 (Not Found)
POST http://[my/server/path]/wordpress/epoch-api 404 (Not Found)
XHR finished loading: POST "http://[my/server/path]/wordpress/epoch-api".
POST http://[my/server/path]/wordpress/epoch-api 404 (Not Found)
XHR finished loading: POST "http://[my/server/path]/wordpress/epoch-api".
POST http://[my/server/path]/wordpress/epoch-api 404 (Not Found)
...
and so on

any help much appreciated!

Gravatar links to #

The gravatar still links to # if the author does not have a website url. We half addressed this in #27 but it needs to be applied to the gravatar as well.

Play nicely with recaptcha

I tried various captcha plugins tonight and Epoch doesn't really work with them. It'll accept the comment no matter what. Oops.

Add a timestamp

Please add a timestamp to supplement comment_date. Be sure to include in both comment.html as well as comment-no-theme.html.

Duplicate comments on the front side

When a new comment is posted (by another session) the previously posted comment becomes duplicated (on the front only).

Parent/child relationships don't seem to have anything to do with it. The duplication is more about what comment was posted previously, not at all about comment heirarchy.

b.replace is not a function

Downloaded 1.0.1 and on the front end I get this in chrome inspector

b.replace is not a function in epoch.min.js

Existing comments aren't rendered

Epoch is killing servers?

I just want to let you know that while I was working last night on the integration with GoodBye Captcha… it was a pain for me because Epoch was sending Ajax requests like crazy causing my browser to freeze.

Today I installed Epoch at work! Same thing! At work I have a more powerful computer and the requests are handled but… this should not happen at all. Comment Check Interval option is set to 180 seconds and is totally ignored

I have no idea if you are aware of this or somebody else reported it. Just wanted to let you know!

No edit link

There are no edit links on the comments for the admin.

Disable submit button while thinking

We're getting some reports that submitting comments when running certain caching plugins. Until we weed out what is going on can we apply an inactive class to the submit comment button on click?

Add a header to give a conversational overview

We need to add in some There are X comments magic.

  • It should be placed differently depending on ascending vs descending: at the top of the comment stream in ascending; just above the comment box in descending. in both cases it is at the end of the_content.
  • It should only apply when using Epoch themes.

What about vendor folder ?

Hi,

Very nice plugin. Thanks for that.

When you install it from github, vendor folder is missing and gives a nasty error when plugin is activated.

I see that vendor folder is ignored on purpose (.gitignore) ... why ?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.