• I’ve figured out how to integrate the WordPress menu into SMF and it works great. However, when I try to use a custom menu (WP>Dashboard>Appearance>Menus) I get the following error:

    Fatal error: Call to a member function get_extra_permastruct() on a non-object in C:\wamp\www\wordpress\wp-includes\taxonomy.php on line 2945
    Call Stack
    # Time Memory Function Location
    1 0.0030 476888 {main}( ) ..\index.php:0
    2 0.0779 4458760 obExit( ) ..\index.php:154
    3 0.0780 4500904 template_header( ) ..\Subs.php:2793
    4 0.0826 4645352 loadSubTemplate( ) ..\Subs.php:3351
    5 0.0826 4645416 template_html_above( ) ..\Load.php:1863
    6 0.2546 22530952 wp_nav_menu( ) ..\Load.php(2151) : eval()’d code:275
    7 0.2559 22549480 wp_get_nav_menu_items( ) ..\nav-menu-template.php:168
    8 0.2667 22586032 array_map ( ) ..\nav-menu.php:530
    9 0.2667 22586480 wp_setup_nav_menu_item( ) ..\nav-menu.php:530
    10 0.2669 22587088 get_term_link( ) ..\nav-menu.php:604

    I have no idea what’s going on here.

    Any ideas?

Viewing 1 replies (of 1 total)
  • I’m still figuring out wordpress and smf integration. I don’t like how the plugins work, pulling in all the user data. There’s got to be a better way… using another forum software maybe 🙂 I was able to wrap the forum in a wordpress page with a template though. simple, easy, effective.

    <?php
    /*
    Template Name: Forum
    */
    get_header(); ?>

    <iframe style=”width:100%; height:100%;” frameborder=”0″ name=”content” allowtransparency=”true” src=”http://www.yourforum.com”></iframe&gt;

    <?php get_footer(); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Trouble With Custom Menu – WP Menu to SMF’ is closed to new replies.