Alright, I’ll try to clarify.
{exp:tag:entries weblog="photos" category="{segment_4}" tag="{segment_5}" inclusive="yes" orderby="entry_date" sort="desc" limit="20" paginate="bottom" rdf="off"}
<div id="photocell" style="float:left;width:155px;height: 200px;padding:2px;margin:5px;text-align:center;">
<a id="photo" href="{path=views/details}{entry_id}" style="display:block;background:url(/phpthumb/phpThumb.php?src={related_entries id="pic"}{image_url}{/related_entries}&w;=150);height:150px;width:150px;background-position:center middle;"> </a>
<div id="list" style="padding:2px;width:150px;text-align:center;">{embed="tag/list" the_id="{entry_id}" writeable="no"}</div>
</div>
{/exp:tag:entries}
The above code doesn’t seem to work to pick up both categories and tags. In fact the tag:entries just doesn’t take the category parameter (from what I can tell). Is it a small oversight that can be fixed?
If you’d like to point me in the right direction in the module I may be able to work on it…
Thanks guys. Otherwise this module is kicking some serious ass.