I am trying to include a users' favorite nodes in their user profile. I have a custom user_profile.tpl.php working and so far I have inserted several php snippets to add the functionality I want.
I have tried to use the php snippet that adds a list of nodes from a certain taxonomy term, but so far I've had no luck.
My thinking is that the favoritenodes.module creates the taxonomy term "favorites" and that this snippet will list a given number from the "favorites" taxonomy. This has not been the case. I am getting no return.
Is there a way to determine the server filesystem path to the drupal install directory? I am writing a module that reads the fienames of all images in a subdirectory in 'files' (i.e., the value of the file_directory_path system variable) and formats HTML for displaying the images -- a very simple image gallery generator that allows you to upload a bunch of images via FTP. However, I can't figure out how to get the filesystem path to the files directory. Is there a way to programmatically generate this? Or do I have to have the user set it in the module settings?
I am trying to finish off installing the category.module but I get some error when I try to add a container, where can i go to get help with this?
I have looked on the website but there doesnt seem to be any one with errors???