weyhan
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Post Teaser] Post-teaser is doing everything but teaseHave you try looking at the FAQ to see if anything in there solves your problem?
Please also provide more information. Were you using PostTeaser prior to version 4.0.1? Was it working? What is the WordPress version you are using? When it fail to tease, was it showing you the tease message or the full post message?
–Han.
julial49,
what version of WordPress on each of the occasion?
I’ll have a look at it. Thanks for reporting the issue.
julial49,
How does it not work? Does it give an error or just stop working?
Which version of PostTeaser did it work?
Forum: Plugins
In reply to: [Plugin: Post Teaser] No teaser on homepageHi thesambarnes,
Unfortunately, no easy way because Post Teaser do not yet support configurable teasing depending on which page. There is two ways to do what you want to do. Both ways is kind of a hack at bast but should do what you want it to do.
1. hack post-teaser.php to remove the is_home() check. Should be easy to locate by searching with your editor.
2. In your theme, edit your php file for the homepage. If you share a php file for more then one page (e.g. archive page, search page, etc) you will need to add a is_home() page check and if is_home() is true, unhook Post Teaser by using this:
remove_filter('the_content', 'pt_process');
Remember to do this before the loop.I recommend method #1 if you change your theme quite a lot. #2 if you don’t want to edit post-teaser.php every time you upgrade Post Teaser to a new version or you don’t care about upgrading Post Teaser.
If you need more help, contact me with my contact form.
Forum: Plugins
In reply to: WARNING: Post Teaser 3.11.2 let crash your blogst0nn,
For a start, describe when and how Post Teaser crashes your blog. Be as details as you can and if possible, list the steps of what you were doing that cause your blog to crash.
A list of the plugins you use in your blog would be helpful. Also, your hosting details like what platform, versions of software including WordPress.
The more information you can provide means I don’t need to go back and forth asking question after question.
You can post the above here but you will not get a quick response from be because I don’t check this forum many times a day. Alternatively, you can also contact me directly by using the contact form on my blog.
Forum: Plugins
In reply to: [Plugin: Post Teaser] Cannot update options / hangs w/ Internal Server ErrorDJM,
Pleaser contact me at my contact form. We’ll have to do a lot more digging.
Forum: Plugins
In reply to: [Plugin: Post Teaser] Cannot update options / hangs w/ Internal Server ErrorDJM,
Are you having the problem when post-teaser.php is in …/plugins/post-teaser/ or …/plugins/ ?
It’s strange because works fine in my test environment and in a few users installation.
Forum: Plugins
In reply to: [Plugin: Post Teaser] Cannot update options / hangs w/ Internal Server ErrorDJM,
It sound like you may have 2 copy of post teaser installed. As far as I know, when you update by clicking on the link WordPress puts a copy in …/plugins/post-teaser/post-teaser.php. So if you have installed it manually and have follow the installation instruction the post-teaser.php file should be in …/plugins/post-teaser.php. Can you verify if that is the case?
Forum: Plugins
In reply to: [Plugin: Post Teaser] Cannot update options / hangs w/ Internal Server ErrorHi DJM,
When you say you try to validate and get 500 error page, what do you mean by ‘validate’?
Also, where or how did you install Post Teaser?
Forum: Plugins
In reply to: WARNING: Post Teaser 3.11.2 let crash your blogHi Puh,
While 3.11.1 was genuinely broken, 3.11.2 is not. At least not for some users. Let me assure you that 3.11.2 was tested not only on my test environment, it was also tested by some users before releasing. So it seem not everyone have the same problem as you do. The WordPress plugin system makes testing difficult and virtually impossible to test compatibility with all other plugin before release. I am not surprise that there are plugins that conflicts with Post Teaser.
I suggest that you report your problem to me and give me more details then it just crash your blog. You post is really not helpful.
Forum: Plugins
In reply to: Post Teaser fatal error on plugin activationHi guys,
It seems my simple decision to change the version numbering scheme (and thinking such a harmless change does not need to be tested :O) break so many blogs. My apologies.
The issue is now fixed with Post Teaser 3.11.2. Please upgrade to the official version.
Again, sorry for any inconvenient caused.
Forum: Plugins
In reply to: Post Teaser 3.8 incompatible with WP 2.2 (?)Hi manix2008,
I’ve just started to get report about Post Teaser skipping post. So far, it’s only affecting WP 2.3.2 users. Are you using that version of WP?
If so, I’m looking into it.
Forum: Installing WordPress
In reply to: Teaser on home pageor use Post Teaser
Forum: Plugins
In reply to: Post Teaser Fatal Errorgshen,
Please provide the version of the plugin and WordPress that you are running.
Also, a list of what other plugin you are using when you see the error would be helpful.
Forum: Installing WordPress
In reply to: 3.10 not working on WP 2.3.1othellobloke,
To answer your first question please read the FAQ
othellobloke, likoma,
The error you are seeing is because post-teaser.php file needs to be installed in the plugin directory and not a sub-directory. Please move the file into the plugin directory and the error will go away.