Title: fancyfiber's Replies | WordPress.org

---

# fancyfiber

  [  ](https://wordpress.org/support/users/fancyfiber/)

 *   [Profile](https://wordpress.org/support/users/fancyfiber/)
 *   [Topics Started](https://wordpress.org/support/users/fancyfiber/topics/)
 *   [Replies Created](https://wordpress.org/support/users/fancyfiber/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/fancyfiber/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/fancyfiber/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/fancyfiber/engagements/)
 *   [Favorites](https://wordpress.org/support/users/fancyfiber/favorites/)

 Search replies:

## Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHP Browser Detection] Is there a way to check for any non-mobile device?](https://wordpress.org/support/topic/is-there-a-way-to-check-for-any-non-mobile-device/)
 *  [fancyfiber](https://wordpress.org/support/users/fancyfiber/)
 * (@fancyfiber)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/is-there-a-way-to-check-for-any-non-mobile-device/#post-3132335)
 * I’m sure it is a short-coming of my page, not the plug-in, which usually works
   quite well. That page has not been updated with the latest version of the required
   files, which the plug-in has been.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Contact Forms] Export entries](https://wordpress.org/support/topic/export-entries-1/)
 *  [fancyfiber](https://wordpress.org/support/users/fancyfiber/)
 * (@fancyfiber)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/export-entries-1/#post-3606300)
 * I agree with your points, Jan. My reasoning, however, is that they have a paid
   version that (supposedly) has the features I would be adding for free. I don’t
   think this is ethically the right thing to do. They deserve the opportunity to
   be paid for the work they have done on the “pro” version of the software.
 * Not that it matters much, but I looked through the rules and didn’t see it specifically
   mentioned that I couldn’t ask to speak with someone outside of the forums. So,
   I gave it a shot in a manner trying not to give out too much information. I was
   not upset that my request was banned, I understood the reason. I would like the
   ability to discuss things in a more private manner than the forums provide, but
   understand the reasoning for rules being the way they are and will not make that
   attempt again.
 * I appreciate the kind comments Jan and the work you do as a Moderator.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Contact Forms] Export entries](https://wordpress.org/support/topic/export-entries-1/)
 *  [fancyfiber](https://wordpress.org/support/users/fancyfiber/)
 * (@fancyfiber)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/export-entries-1/#post-3606294)
 * The export function appears to only be in the paid version, however, if you read
   the other support requests here that have gone unanswered, it isn’t in the paid
   version either…Not sure what the deal is there. I wouldn’t recommend buying the
   paid version at this point for sure.
 * I am going to look into writing an export function for this free version as well,
   not sure how long it will take, but will post on this when I get it done.
 * Note I wouldn’t normally write fixes and release them publicly if the developers
   would respond to support requests.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Contact Forms] How to enable multiple choices for radio group?](https://wordpress.org/support/topic/how-to-enable-multiple-choices-for-radio-group/)
 *  [fancyfiber](https://wordpress.org/support/users/fancyfiber/)
 * (@fancyfiber)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/how-to-enable-multiple-choices-for-radio-group/#post-3586819)
 * Radio buttons are by their nature single selection.
 * Sounds like what you are looking for is a checkbox group instead.
 * I haven’t used this plugin yet, but looking at it for project right now, so if
   you are still having issues, I may be able to help more in the future, but right
   now, that’s about all I can offer.
 * Hope this helps…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Raw HTML] Conflicts with editor's shortcode](https://wordpress.org/support/topic/conflicts-with-editors-shortcode/)
 *  [fancyfiber](https://wordpress.org/support/users/fancyfiber/)
 * (@fancyfiber)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/conflicts-with-editors-shortcode/#post-3392138)
 * Oops…discovered some oddities with my “workaround” above. Modified the added 
   code:
 *     ```
       if(!is_admin()) {
             $text = do_shortcode($text);
          }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Raw HTML] Conflicts with editor's shortcode](https://wordpress.org/support/topic/conflicts-with-editors-shortcode/)
 *  [fancyfiber](https://wordpress.org/support/users/fancyfiber/)
 * (@fancyfiber)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/conflicts-with-editors-shortcode/#post-3392137)
 * Yep. Found this same problem myself.
 * I fixed it by adding code to the file ../raw-html/include/tag-handler.php
 * at about line 22 before: $tags = array(array….
 * add: $text = do_shortcode($text);
 * Hope this helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF Single Relationship Add New] acf.relationship_update_results hook not allowing update](https://wordpress.org/support/topic/acfrelationship_update_results-hook-not-allowing-update/)
 *  Plugin Author [fancyfiber](https://wordpress.org/support/users/fancyfiber/)
 * (@fancyfiber)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/acfrelationship_update_results-hook-not-allowing-update/#post-3390119)
 * Marking resolved since I didn’t hear anything more that it wasn’t.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF Single Relationship Add New] acf.relationship_update_results hook not allowing update](https://wordpress.org/support/topic/acfrelationship_update_results-hook-not-allowing-update/)
 *  Plugin Author [fancyfiber](https://wordpress.org/support/users/fancyfiber/)
 * (@fancyfiber)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/acfrelationship_update_results-hook-not-allowing-update/#post-3389944)
 * Hey Scott,
 * I appreciate the heads up here. I hadn’t gotten around to testing with the latest
   versions of ACF. Version 1.2 has been posted with a fix. Please let me know if
   this doesn’t fix your issue.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF Single Relationship Add New] wrong link to add post item](https://wordpress.org/support/topic/wrong-link-to-add-post-item/)
 *  Plugin Author [fancyfiber](https://wordpress.org/support/users/fancyfiber/)
 * (@fancyfiber)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/wrong-link-to-add-post-item/#post-3324407)
 * Thanks for the code fix, and I’m sorry I didn’t see this support request, I didn’t
   receive an email about is I thought I should have.
 * The code has been updated with your fix, with some slight modifications.
 * Thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields (ACF®)] Page/Post link displaying its TITLE](https://wordpress.org/support/topic/pagepost-link-displaying-its-title/)
 *  [fancyfiber](https://wordpress.org/support/users/fancyfiber/)
 * (@fancyfiber)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/pagepost-link-displaying-its-title/#post-3145538)
 * There really isn’t enough information in your original post to give a proper 
   answer to your question, but I’ll give a “best guess” about what you are attempting
   to do:
 * I think, you would like to have posts (or pages) that are related to the post/
   page that is presently being displayed, displayed in a box, say in a sidebar.
 * Assuming these are posts/pages are on your site, why would you not use a Relationship
   field for this? Then you would basically use the code from the ACF website to
   build your links to the posts.
 *     ```
       /*
       *  Loop through post objects ( don't setup postdata )
       *  Using this method, the $post object is never changed so all functions need a second parameter of the post ID in question.
       */
   
       $posts = get_field('relationship');
   
       if( $posts ): ?>
       	<ul>
       	<?php foreach( $posts as $post_object): ?>
       	    <li>
       	    	<a href="<?php echo get_permalink($post_object->ID); ?>"><?php echo get_the_title($post_object->ID); ?></a>
       	    </li>
       	<?php endforeach; ?>
       	</ul>
       <?php endif;
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHP Browser Detection] Is there a way to check for any non-mobile device?](https://wordpress.org/support/topic/is-there-a-way-to-check-for-any-non-mobile-device/)
 *  [fancyfiber](https://wordpress.org/support/users/fancyfiber/)
 * (@fancyfiber)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/is-there-a-way-to-check-for-any-non-mobile-device/#post-3132212)
 * Hey [@ransom1337](https://wordpress.org/support/users/ransom1337/),
 * I don’t have those two devices, but I’d like to help you out. Can you go to:
   
   [http://fancyfiber.com/phpinfo.php](http://fancyfiber.com/phpinfo.php)
 * and post the output here and I’ll look at the code and see what might be going
   on and get back to you. There are several little fixes I made to this plugin 
   tonight to fix support for things I needed, and I need to be sure that the site
   I am working on right now will support those devices as well.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Geocode Filter] [Plugin: WP Geocode Filter] Not even close to my location](https://wordpress.org/support/topic/plugin-wp-geocode-filter-not-even-close-to-my-location/)
 *  [fancyfiber](https://wordpress.org/support/users/fancyfiber/)
 * (@fancyfiber)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-geocode-filter-not-even-close-to-my-location/#post-2171674)
 * See Mike Lynn posted here…just wanted to re-iterate / confirm what Brayne said.
   This plugin in the repository does not work.
 * The include files aren’t included.
    Options don’t save
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Geocode Filter] Very Broken but nice idea](https://wordpress.org/support/topic/very-broken-but-nice-idea/)
 *  [fancyfiber](https://wordpress.org/support/users/fancyfiber/)
 * (@fancyfiber)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/very-broken-but-nice-idea/#post-2175694)
 * Agreed…Very nice idea…exactly what I was looking for….VERY broken.
 * as mentioned above:
    Missing Files – include/geoip.php which I went hunting for
   and was able to find some version on MaxMind website and started installing, 
   but the functions in that version were very different from the functions in the
   plugin, not sure what all was missing there.
 * The database file is included, but it says you may want to update it. I didn’t
   bother of course since this plugin doesn’t work.
 * Options wouldn’t save at all either as mentioned already. Hopefully some work
   will be done on this…or maybe it’s just a dead plugin.

Viewing 13 replies - 1 through 13 (of 13 total)