Closed (fixed)
Project:
Session Favorites
Version:
6.x-1.4
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2009 at 16:01 UTC
Updated:
11 Sep 2009 at 17:05 UTC
I notice in your example site that when you visit the favourites list it has quite a few more node details listed - such as the image and the body text....
Could you give us all a hint as to how to break out of the node title and remove link only scenario and achieve a more 'themed' result like in the demo.
This is a great module - thanks for sharing it!
Comments
Comment #1
lodey commentedOkay - sorry about that.... I just found this article - http://drupal.org/node/344830
I was just about to start searching the module code for a themeable function....!
Anyone else reading this - its very daunting if you are not very proficient in php.... like myself!
However - stick with it - as long as yu are used to getting (print_r($node);) the variables from your nodes to create .tpl.php files then you should be able to use the leading example in the preprocess function to bring in those variables from the node and have them arranged around the current title link etc....
If you cant do the above then as far as I can see your only option is to style up the
etc and make what is there look as nice as you can....
I think moving forward - giving people the chance to create tpl.php files would be great - in the meantime use the method discussed here - http://drupal.org/node/344830
Cheers!