Favlink settings not shown at /admin/settings

mbria - November 30, 2007 - 19:38
Project:Favorite Nodes
Version:5.x-1.x-dev
Component:User interface
Category:bug report
Priority:critical
Assigned:Unassigned
Status:needs review
Description

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).

#1

JStarcher - November 30, 2007 - 22:47

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

mbria - December 1, 2007 - 01:27

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

darumaki - December 4, 2007 - 19:52

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

#4

loginsvariaditos - December 5, 2007 - 12:22

i have the same problem.

i just type it manually.

any clue how fix it?

thanks!

#5

Stefan Vaduva - December 10, 2007 - 21:41

same issue here

#6

powrslave - December 12, 2007 - 04:02

ditto here
5.5 site

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

:(

#7

powrslave - December 12, 2007 - 04:37

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

#8

BeechyBoy - December 13, 2007 - 15:20

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

#9

jhedstrom - December 14, 2007 - 01:07

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

jhedstrom - December 14, 2007 - 01:16
Status:active» needs review

Changing status to patch

#11

darumaki - December 15, 2007 - 15:11

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

#12

darumaki - December 15, 2007 - 15:20

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

 
 

Drupal is a registered trademark of Dries Buytaert.