Download & Extend

Favlink settings not shown at /admin/settings

Project:Favorite Nodes
Version:5.x-1.x-dev
Component:User interface
Category:bug report
Priority:critical
Assigned:Unassigned
Status:needs review

Issue Summary

As Admin, on a drupal 5.3 over PHP5, when following README, step 3, nothing related with Favorite nodes is shown:

3. Go to Administer -> Site configuration -> Favorite nodes and configure the
node types that are allowed to be added to favorites.

No errors are shown any where (Drupal, apache, php... logs).

Comments

#1

I am having the same issue. If you goto admin/settings/favorite_nodes in the URL you can edit it that way. Doesn't mean this issue doesn't need fixed though

#2

Thanks a lot dude... why I didn't think in this? :-)

Looking into the code the issue becomes stranger as far as hook_menu looks perfectly ok:

$items[] = array(
'title' => 'Favorite node settings',
'path' => 'admin/settings/favorite_nodes',
'description' => 'Settings for favourite nodes',
'callback' => 'drupal_get_form',
'callback arguments' => 'favorite_nodes_settings',
'type' => MENU_CALLBACK,
'access' => user_access(FAVORITE_NODES_PERM_ADMINISTER),
);

#3

I have the same issue no favorites to be found and no error messages

#4

i have the same problem.

i just type it manually.

any clue how fix it?

thanks!

#5

same issue here

#6

ditto here
5.5 site

permissions show fine.
Favorite Nodes not showing under Site Configuration.

:(

#7

How do I add an icon next to the "add to favorites"?

#8

Running a 5.3 site and getting the same problem described here. Any ideas as of yet? (apart from manual URL)
Thanks

#9

I ran into the same problem. Attached is the patch to change the menu so it correctly displays.

The patch simply changes MENU_CALLBACK to MENU_NORMAL_ITEM for the admin/settings/favorite_node item.

AttachmentSize
favorite_nodes.patch 677 bytes

#10

Status:active» needs review

Changing status to patch

#11

that patch worked great for me, now if drupal.org would integrate it so we can mark our favorite items.

#12

I notice when you go to menu settings page that the links disappear and do not show, was looking to move both favorite forum and favorite page into one menu called my favorites. the menus do appear on every other page except the menu settings page

nobody click here