AFQ
Forum Replies Created
-
Forum: Reviews
In reply to: [Generate Cache] Finished a major upgradeHey, thanks for a quick response. I wasnt really expecting any since there wasnt any activity from your account on wp.org. Anyway, I am glad that you did.
Here is my email address where you can send the files: afaq104 at gmail
Also please mention if you think of any issues that I might run into using this plugin.
Thanks again!
Forum: Reviews
In reply to: [Generate Cache] Finished a major upgradeHey, can you share the improved version that you created? I am also looking for a solution to pre-load my cache and none of them have worked well so far.
Please share it or publish it here on ww.wp.xz.cn.
Forum: Plugins
In reply to: [WP Web Scraper] Need help sanitizing the parsed dataThe issue is actually with the fact that the plugin’s scrap output had HTML comments on top and bottom of the scraped data. So when you manipulate the scrap in PHP, the HTML comments are also treated as part of the data.
Here is how I solved it. Save the scrapped data in a PHP variable and then put that variable through this function, it’ll rip off the HTML comments:
$var = preg_replace('/<!--(.|\n)*?-->/', '', $var);Hope this helps.
Forum: Plugins
In reply to: [WP Web Scraper] Need help sanitizing the parsed dataSolved my issue.
Forum: Plugins
In reply to: [WooCommerce] How to remove ecommerce functionality?I’ve seen your plugin. Does it do exactly the same which you explained in this blog post of yours? terrytsang.com/tutorial/woocommerce/how-to-disable-shopping-cart-function/
If no, then what exactly it does? I mean it just display:none the elements out or it actually removes them from the system?
Anyone?
This guy also faced similar issue and he fixed it. But I cant understand how he fixed it.
http://ww.wp.xz.cn/support/topic/plugin-yoast-wordpress-seo-site-name-not-displaying-on-posts?replies=2Forum: Plugins
In reply to: [Redirection] Cant find the option to select redirect type?^ Thanks, That helped.
Forum: Fixing WordPress
In reply to: How to make wordpress backup?Thanks for your input guys. I prefer making backup from cpanel since i’ve to backup my vB forums too.
Forum: Fixing WordPress
In reply to: How to make wordpress backup?Thanks for the link Clayton.
So i need to backup two things; database which can be downloaded via cPanel. Now the part left is files, this is the part i couldnt get even after reading the article.
To my understanding, backing up the home directory from cpanl will do the files part, right?
Forum: Fixing WordPress
In reply to: vB – WordPress integrationAny one please?