Needs work
Project:
Favorite Nodes
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
26 Dec 2008 at 14:29 UTC
Updated:
14 Feb 2009 at 06:39 UTC
Jump to comment: Most recent file
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...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | favorite_nodes.module.zip | 11.76 KB | who_ever |
Comments
Comment #1
who_ever commentedHad 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
Comment #2
kbahey commentedI 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.
Comment #3
who_ever commented@ kbahey
Thanks for your advice, I'll apply the patch as soon as I've read the documentation about patches.
Comment #4
kbahey commentedChanging the title to describe better what this is about.
Comment #5
sagar ramgade commented