M.K. Safi
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Exclude Pages By Parent IDmugger,
This thread is about modifying a plugin called Google XML Sitemaps. The link you provided doesn’t seem related to this at all, which leads me to think that you’re in the wrong place.
Best,
-ms
Forum: Plugins
In reply to: [Plugin: WordPress Mailing List Builder] funky error message- help please!Hi Alan,
Sorry, I don’t know the solution to this problem.
I may stop supporting the plugin and announce this on the plugin’s page soon.
Thanks for your interest, anyway.
Oh, and by the way, do let us know the solution if you figure it out ??
Best,
-ms
Forum: Plugins
In reply to: [Plugin: WordPress Mailing List Builder] working with side bar or widgetsHi ficarro,
The plugin has a built in widget that you can utilize. Just add it from the widgets panel to your sidebar.
Best,
Mohammed
Forum: Requests and Feedback
In reply to: [Plugin: WordPress Mailing List Builder] Great idea….Sure I3. The solution that you described could be built. But instead of taking 4 days of development, like this plugin did. The plugin that you’re describing would require months of development.
Forum: Plugins
In reply to: [Plugin: WordPress Mailing List Builder] How to adda phone number fieldSorry – it can’t happen without custom development.
Forum: Plugins
In reply to: [Plugin: WordPress Mailing List Builder] error on line 160 plz helpHi fxtopia,
What version of WP are you running?
Thanks,
Forum: Plugins
In reply to: [Plugin: WordPress Mailing List Builder] funky error message- help please!Hi fxtopia,
What version of WP are you running?
Thanks,
Forum: Plugins
In reply to: [Plugin: Add to Any: Share/Bookmark/Email Button] Category Page BookmarkingI hacked the plugin to get this functionality.
When I call the plugin from the sidebar, I pass arguments like this
if( function_exists('ADDTOANY_SHARE_SAVE_BUTTON') ) { $linkurl_enc = (!empty($_SERVER['HTTPS'])) ? urlencode("https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']) : urlencode("https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']); $linkname_enc = urlencode(wp_title('»', false, 'right') . get_bloginfo('name')); $args = array('linkurl_enc' => $linkurl_enc, 'linkname_enc' => $linkname_enc); ADDTOANY_SHARE_SAVE_BUTTON($args); }
Then in the core of the plugin, in add-to-any.php, I modified lines 89-92 to make them look like this
extract(A2A_SHARE_SAVE_link_vars()); // linkname_enc, etc. if( $args ) extract( $args ); // output_later, html_wrap_open, html_wrap_close
When the author updates this plugin, the hack in add-to-any.php will be overwritten, though.
Forum: Requests and Feedback
In reply to: New to blogging, Newsletter QuestionSlim,
Consider MailChimp.com. You can collect up to 500 signups and use full emailing functionality for free. Over 500, you’ll have to pay. But they’re very affordable and I like their service.
Mohammed
Forum: Plugins
In reply to: [Plugin: WP No Category Base] Category RSS Feed BROKE!iDope,
Sorry chief. It must’ve been a caching issue I was suffering from. Your plugin rocks. Problem resolved itself.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Exclude Pages By Parent IDspinality,
I was reluctant to update for fear I’d have to think some more to get the functionality back. Thanks to you, I don’t have to think ??
Best,
Forum: Plugins
In reply to: [Plugin: WordPress Mailing List Builder] funky error message- help please!Hi Erica,
In your PHP configuration, you have safe_mode switched on. It’s not possible for this plugin to connect to GetResponse’s servers when this is turned on.
The plugin was tested on Bluehost.com — one of the largest hosting companies around — and there were no problems.
I guess you could try talking to your hosting provider and ask them to switch off safe_mode. More info on safe_mode can be found here.
Thanks,
Forum: Plugins
In reply to: [Plugin: Mail From] Is this plugin compatible with 2.7?Since no one replied to my question in this very helpful, I tested it myself. And yes, it works with 2.7 no problem so far.
I just wanna say that this has been the most useless forums I’ve ever used.
Forum: Plugins
In reply to: Creating Lists in a WordPress Page?krembo99, no dynamic features in the list that is currently on my website. It’s always like this with me: I start by demanding high features and always settle for way less.
I said in the beginning though, these dynamic features would be a luxury that I could afford to do without.