Skip to content
This repository has been archived by the owner on Sep 28, 2019. It is now read-only.

Some plugins not applied to the_content output when Backboned-v2 theme enabled #1

Open
protectdigital opened this issue Sep 17, 2013 · 3 comments

Comments

@protectdigital
Copy link

Hello,

We've been liking how easy it is to get started with Backboned-v2; however, we are having an issue that is preventing us from enjoying the theme's full potential:

We use a collection of 30 different plugins. Some of these modify post content via action and filter hooks. These plugins do not seem to be hooked when Backboned-v2 is enabled as the active theme.

One such example is with Vladimir Prelovac's "SEO Smart Links" plugin. This is a relatively straightforward find-and-replace on post content. The SEO Smart Links plugin works fine with at least 2 other themes we've tried -- but is not called when Backboned-v2 is enabled.

Is it the intent of Backboned-v2 to process the filter- and action- hooks from other installed plugins? I'm not sure if we're troubleshooting something that is by design.

Let me know if I can provide any additional information.

Thanks,
Sam

SEO Smart Links: http://www.prelovac.com/vladimir/wordpress-plugins/seo-smart-links

@herschel666
Copy link
Owner

Hi.

As the actual template-files are only used as "controllers" and all the templating is made with mustache-templates, there may be some plugin-hooks, that aren't present in the theme and thereby don't get hooked.

But I'll see, if I can get the content inside the hooks-"flow".

@protectdigital
Copy link
Author

Thanks for thinking about this.

I'll watch here for any updates. Is there anything I can do to help your
diagnostics?

Sam

On Tue, Sep 17, 2013 at 3:11 AM, Emanuel Kluge [email protected]:

Hi.

As the actual template-files are only used as "controllers" and all the
templating is made with mustache-templates, there may be some plugin-hooks,
that aren't present in the theme and thereby don't get hooked.

But I'll see, if I can get the content inside the hooks-"flow".


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-24568126
.

@herschel666
Copy link
Owner

Hi Sam.

I've finally found the time to deal with the the_content-hook-issue. I'm using the apply_filters-function and at the moment it's only that hook, that's supported. Maybe you want to try, if it suits your needs.

If it works the way it should, one could think about adding support for further hooks as well.

Best regards
Emanuel

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants