Hi...I have installed the module i am facing 2 issues,
1. When i add a node to favourites in the tab it shows Favourite content_type name for guest..how do i get the username instead of guest.
2.It adds an additional "s" to the content type names which is not desirable for my requirements.

I hope you reply to my issues...thank you...

CommentFileSizeAuthor
#1 favorite_nodes.module.zip11.76 KBwho_ever

Comments

who_ever’s picture

Status: Active » Needs review
StatusFileSize
new11.76 KB

Had the same issue and checked the code; there was a wrong variable used in it.

Download the ZIP-Archive and extrackt the 3 Files:
READ_ME
favorite_nodes_with_s.module
favorite_nodes_without_s.module

and rename one of the module files to favorite_nodes.module, then replace the old file in the favorite_nodes directory

who_ever

kbahey’s picture

Version: 5.x-1.3 » 5.x-1.x-dev
Priority: Critical » Normal
Status: Needs review » Needs work

I agree with using the content type name, instead of the machine name. As for the "s", it is a bigger issue that we should leave out for now.

@who_ever

If you want this to be included in the base module, then please do the following:

1. Create a properly formatted unidiff patch as per the instructions here http://drupal.org/patch

2. Make sure the patch is tested

3. Make sure the patch is against the 5.x-1.x-dev tarball.

You will be credited in the commit message.

who_ever’s picture

@ kbahey

Thanks for your advice, I'll apply the patch as soon as I've read the documentation about patches.

kbahey’s picture

Title: Issue with the module » Use content type name, not machine name

Changing the title to describe better what this is about.

sagar ramgade’s picture

Title: Use content type name, not machine name » Favourite nodes title showing additonal "s"