Arash
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Why has WP stopped giving developers love?For the developer it can add traffic. Little traffic is still traffic and you never know what if can result to. Maybe more community connections, more backlinks and so on.
As a user it is very useful for seeing a demo of the plugin, looking at replies to the post on the developers websites. Perhaps discussing things in the developers forum.
I personally think it is a big mistake to take away the link and not give something back in return.
Forum: Fixing WordPress
In reply to: Strange Error logsGot the same problem. Thanks for the solution.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Exclude some widgets?A simple case is for example:
<a href="URL"><img src="IMG"/></a>The image in this case is a ad. When the ad is cached you cannot charge based on views.
So if you agree on $3 CPM and at the end of the week there are 20.000 views, you send a bill for $60. But with W3 total cache, there are now only 4.000 views, so you only get $12.
<a href="URL"><img src="IMG"/></a>cannot be excluded from cache, unless it is turned in to a phpWith something simple it is no problem. But most plugins are not simple, they are complex and thus you cannot exclude their output from W3 Total Cache.
Is my explanation more clear this way?
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Exclude some widgets?Thank you Fredreick
But didn’t you say that fragment caching in W3TC only works with excluding php and not html or other codes?
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Exclude some widgets?Sorry for not adding plugin links
Wassup
http://wordpress.org/extend/plugins/wassup/This is a statistics measurement tool. It does work with W3 Total Cache, but not fully. With the total cache (page cache) the statistics only measure about 1/3 of the views.
AdRotate
http://wordpress.org/extend/plugins/adrotate/Similar case, with W3 Total Cache not all views are measured, just the ones that where cached. This causes 2 problems. 1 not all ads are shown probally. 2 the same ad keeps on showing, although this is not correctly measured by DART and other ad-statistic tools = less revenue.
OpenX
It seems that the code to measure OpenX is also cached. Again only a fraction of the views are measured by OpenX.There is a plugin called WP Cache Block and this does allow the user to only cache parts of the page. This way all adds, measurement tools and so on can be excluded. Compared to W3 Total Cache it is still a baby, but if you could add that feature to W3 Total Cache it would make it even better.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Exclude some widgets?It would be great for html and js
Because currently plugins like wassup do not work with W3 Total Cache.
Also if you have html ads or use a plugin such as adrotate, it does not work.
Also OpenX that uses a transparent gif file to measure vieuws does not work.
Basically it is an amazing plugin when it comes to speeding up you webload and more importantly it can definitely stand up to a “digg effect”. But if ads are not probally measured and if visitors stats are not properly measured, then it can cause in loss of revenue and loss of advertisers.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Exclude some widgets?I can’t find it anywhere on the WP faq or on your website
http://www.w3-edge.com/faq/how-do-i-implement-fragment-caching/ gives 404
Then I finally realized in this in the faq of the plugin! Stupid of me not to look there first.
Does it only work with php or can I exclude some html parts of my template?
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Exclude some widgets?Thank you I am going to try that.
Forum: Plugins
In reply to: [MailPress] [Plugin: MailPress] Bulk deactivate bounce error emails?I guess that does not seem to work.
I first tried 0. After 2 mailings none where deactivated, except the ones that unsubscripted.
So I set it to 1 and got the same results.
Does this work with you?
Forum: Plugins
In reply to: [AdRotate Banner Manager] [Plugin: AdRotate] Include php codeAny suggestions?
Thank you I am going to try that.
Forum: Everything else WordPress
In reply to: Why has WP stopped giving developers love?I agree with jcollier.
Also some developers have their own support forum. Lets face it, due to the huge number of developers and the mega number of wordpress users, plus the limitations of bbpress, the forum is not what it used to be 3-4 years ago. So it is very helpful to be able to go to the developers plugin page and ask for support.
Also those links help developers get more visitors = more traffic revenue.
Please don’t take away that small amount of income from developers.I created a new topic for this.
http://wordpress.org/support/topic/why-has-wp-stopped-giving-developers-love
Also noticed that the following code only works once.
<?php if(wp_cacheblock_start('my-content')) : ?> //the content you want to cache <?php endif; wp_cacheblock_end(); ?>So if there are different blocks you want to cache, like header, footer and parts of sidebar. Then that does not work. You get the same data in all 3.
Yes, it’s so great that they do it. WP recently stopped sending some love by removing the plugin link and developer link next to a plugin 🙁