Code Monkey home page Code Monkey logo

Comments (7)

middlesister avatar middlesister commented on July 23, 2024

It's easy enough to tack on the last #comment-ID bit, that was just an oversight. But I need to also make sure no comment-page is added to the permalink if you are not breaking the comments into pages.

Thanks for reporting.

from thematic.

middlesister avatar middlesister commented on July 23, 2024

Ok, I think I fixed it.
Please test the latest version from the master branch, either by pulling/cloning with git or use the master zipball download

from thematic.

ElectroLund avatar ElectroLund commented on July 23, 2024

Wow, awesome response time!

On Sep 3, 2012, at 12:53 PM, Karin Taliga [email protected] wrote:

Ok, I think I fixed it.
Please test the latest version from the master branch, either by pulling/cloning with git or use the master zipball download


Reply to this email directly or view it on GitHub.

from thematic.

ElectroLund avatar ElectroLund commented on July 23, 2024

So it seems to be working now, although now the comment form compatibility with Jetpack seems to be broken:

define('THEMATIC_COMPATIBLE_COMMENT_FORM', true);

from thematic.

helgatheviking avatar helgatheviking commented on July 23, 2024

all those constants were deprecated.

from thematic.

ElectroLund avatar ElectroLund commented on July 23, 2024

How then can we use the Jetpack comment form?

Sent from my iPhone

On Sep 3, 2012, at 2:46 PM, helgatheviking [email protected] wrote:

all those constants were deprecated.


Reply to this email directly or view it on GitHub.

from thematic.

middlesister avatar middlesister commented on July 23, 2024

What is broken and in what way?

Using that constant made thematic render a completely own comment form. Without that constant thematic is calling the wordpress comment_form() function with arguments, which means it's using core functionality instead of rolling its own. I would be surprised if the core functionality would clash with jetpack.

If you want to change the comment form you can use the filter thematic_comment_form_args. And if you really really need the old form, you can put add_theme_support( 'thematic_legacy_comment_form' ); in your functions.php but I would say that's the last resort. It's not been removed, just deprecated.

Since this issue is closed maybe this question should be moved to the forums.

from thematic.

Related Issues (20)

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.