Title: Gabriel Harper's Replies | WordPress.org

---

# Gabriel Harper

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Classic Menu Block] Using custom nav-walker](https://wordpress.org/support/topic/using-custom-nav-walker/)
 *  [Gabriel Harper](https://wordpress.org/support/users/tekime/)
 * (@tekime)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/using-custom-nav-walker/#post-18064079)
 * You would have to override the block render callback with register_block_type
   and implement your own version of render_block_classic_menu(). From there you
   can extend Walker_Nav_Menu with your own class and pass it into wp_nav_menu in
   your render callback.
 * Should all be doable from your theme though.
 * I got frustrated with the limited block navigation and have been implementing
   my own version of a classic menu block plugin with a custom walker and mobile
   menu support. You could probably accomplish most of what you’re looking for with
   the method I outlined above – I just went for a custom plugin so I could add 
   support for render templates with custom walkers in the theme and a separate 
   menu toggle block.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Visual Form Builder Pro Entries Not Showing](https://wordpress.org/support/topic/visual-form-builder-pro-entries-not-showing/)
 *  [Gabriel Harper](https://wordpress.org/support/users/tekime/)
 * (@tekime)
 * [11 years ago](https://wordpress.org/support/topic/visual-form-builder-pro-entries-not-showing/#post-6105985)
 * Yes, also affecting other files. Quick bug fix:
 * Apply the following patch to the following files found in plugins/visual-form-
   builder-pro/includes:
    - class-analytics.php
    - class-entries-detail.php
    - class-entries-list.php
    - class-email-designer.php
    - class-forms-list.php
    - class-forms-order.php
    - class-widget.php
 * Find:
 * `function __construct(){`
 * Replace with:
 *     ```
       var $field_table_name, $form_table_name, $entries_table_name;
   
       	function __construct(){
       ```
   
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Need some help with add_rewrite_rule !](https://wordpress.org/support/topic/need-some-help-with-add_rewrite_rule/)
 *  [Gabriel Harper](https://wordpress.org/support/users/tekime/)
 * (@tekime)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/need-some-help-with-add_rewrite_rule/#post-2788875)
 * I have had so many problems with add_rewrite_rule when implementing custom code/
   plugins I just started parsing the URL and taking over with template_redirect:
 * [http://gabrielharper.com/blog/2012/09/wordpress-custom-urls-for-plugins/](http://gabrielharper.com/blog/2012/09/wordpress-custom-urls-for-plugins/)
 * Anyone else who’s read five million posts about custom URLs might find it useful..
   good luck 🙂
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Help with add_rewrite_rule()](https://wordpress.org/support/topic/help-with-add_rewrite_rule/)
 *  [Gabriel Harper](https://wordpress.org/support/users/tekime/)
 * (@tekime)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/help-with-add_rewrite_rule/#post-2572840)
 * For custom plugins where you’re taking over the interface, I’ve had so many issues
   with the built-in rewrites I just baked my own:
 * [http://gabrielharper.com/blog/2012/09/wordpress-custom-urls-for-plugins/](http://gabrielharper.com/blog/2012/09/wordpress-custom-urls-for-plugins/)
 * I don’t know if this is any help but it’s SO much simpler. Would love to hear
   about any improvements or potential problems using this method….
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W4 Post List] [Plugin: W4 post list] Admin Menu Position Conflict](https://wordpress.org/support/topic/plugin-w4-post-list-admin-menu-position-conflict/)
 *  [Gabriel Harper](https://wordpress.org/support/users/tekime/)
 * (@tekime)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-w4-post-list-admin-menu-position-conflict/#post-2765944)
 * I’ve made a point of using decimals for all menu positioning with add_menu_page
   because conflicts are **bound to happen**:
 * [http://gabrielharper.com/blog/2012/08/wordpress-admin-menu-positioning-conflicts/](http://gabrielharper.com/blog/2012/08/wordpress-admin-menu-positioning-conflicts/)
 * Might be worth considering for your plugin because there could very well be conflicts
   with many other plugins.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Seo Scripts Pro Integration](https://wordpress.org/support/topic/seo-scripts-pro-integration/)
 *  [Gabriel Harper](https://wordpress.org/support/users/tekime/)
 * (@tekime)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/seo-scripts-pro-integration/#post-1978153)
 * Just stumbled across this post.
 * There’s a new tutorial on integrating SEO Scripts with WordPress:
 * [http://www.scriptalicious.com/blog/2011/07/wordpress-integration-for-seo-scripts/](http://www.scriptalicious.com/blog/2011/07/wordpress-integration-for-seo-scripts/)
 * There’s also a pro WordPress integration that can be ordered:
 * [http://www.scriptalicious.com/services/wordpress-integration/](http://www.scriptalicious.com/services/wordpress-integration/)
 * Hope that helps!

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