Add menu to an external link on vendors store manager menu

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Feature Request Add menu to an external link on vendors store manager menu

Viewing 3 reply threads
  • Author
    Posts
    • #93102
      sdel_nevo
      Participant

      Hi Guys

      is it possible to add a new menu item called Instructions with an icon, that when clicked take users to an external webpage?
      we are using a subdomain for our knowledge base instead of the built-in knowledge base

      is that possible

      Steve

      Attachments:
      You must be logged in to view attached files.
    • #93570
      WCFM Forum
      Keymaster

      Hi,

      Yeah sure, please add this new menu using WCFM Admin Setting -> Menu Manager

      If you want to change WCFM dashboard existing knowledge base url then use this code snippet and set your url –

      add_filter( 'wcfm_knowledgebase_url', function( $knowledgebase_url ) {
      	$knowledgebase_url = 'SET YOUR URL HERE';
      	return $knowledgebase_url;
      });

      Thank You

    • #93856
      sdel_nevo
      Participant

      Hi guys

      That’s brilliant many thanks

      No idea how I missed the menu manager settings

      That’s brilliant

      Steve

    • #94235
      WCFM Forum
      Keymaster

      You are welcome 🙂

Viewing 3 reply threads
  • The topic ‘Add menu to an external link on vendors store manager menu’ is closed to new replies.