WPIntell

Source evidence

Adding link to navigation

BU Navigation · support · 2013-06-12T18:15:00+00:00

mixedsentiment
mediumseverity
0.84relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 29 rows with source links

17.2% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

24 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
shackep resolved
I have been having problems adding a link as a navigation item. Everything seems to be working up until I ‘Publish Changes’. After that the link items are removed. Are there any known quirks with this? I have tested it with BU section editor as the only other enabled plugin. I have tested it on Twenty Twelve theme and still no dice. Thanks, Peter http://wordpress.org/extend/plugins/bu-navigation/ Setting ‘BU_NAVIGATION_LINK_POST_TYPE’ to ‘link’ seems to be fixing this. Not sure what the implications will be by doing this. It was set to ‘bu_link’ originally. Thoughts? define( 'BU_NAVIGATION_LINK_POST_TYPE', 'link' ); It looks like this issue is linked to line 523 in admin/manager.php Actually, this commit seems to be fixing the issue. https://github.com/bu-ist/bu-navigation/commit/1f592982208f7e6be3484aef3db129368e8d84c3 This issue has been resolved in the latest release (1.1.4). Thank you!

Comments

4 shown
Mohan Chevuri 2013-07-30T20:31:00+00:00

Setting ‘BU_NAVIGATION_LINK_POST_TYPE’ to ‘link’ seems to be fixing this. Not sure what the implications will be by doing this. It was set to ‘bu_link’ originally. Thoughts? define( 'BU_NAVIGATION_LINK_POST_TYPE', 'link' ); It looks like this issue is linked to line 523 in admin/manager.php

Mohan Chevuri 2013-07-30T21:11:00+00:00

Actually, this commit seems to be fixing the issue. https://github.com/bu-ist/bu-navigation/commit/1f592982208f7e6be3484aef3db129368e8d84c3

BU Web Team 2013-09-03T13:03:00+00:00

This issue has been resolved in the latest release (1.1.4).

Mohan Chevuri 2013-09-03T14:17:00+00:00

Thank you!