I recently downloaded image_tab after searching for a way to let users upload pics into each of their pages they can create.
I already tried all the other image mods at this point and then came acrocc image tab. After deciding that this is what I needed, I deleted some of those unwanted modules.
When I first downloaded the image tab I could click on an image and it would enlarge in a new window.
Somehow, after deleting some of the other modules that I didn't think I needed created a new problem for me.
The xml icon in the blog.module is welded to the bottom of the page and I think there's little you can do currently to reposition it.
What I'd like to do therefore is include a url (which I'll enclose in a div for css styling) that points dynamically to the feed of whichever blog a user or anonymous user happens to be looking at.
I am running CCK along with the associated Email module. It works fine. I can create content types with an email field and the email address displays correctly when I view individual nodes of that content type.
At first I went with Taxonomy menu you create a nice browsing interface for my articles, but then I figured that when I start my blog, articles will mix up with blogs posts in the taxonomy browser. (I do want to use the same tax. in my blog)
So then I went with views, and made a view that filters by node type and takes taxonomy terms as an argument.
Whan you set a page views to accept the taxonomy term as an argument, and the term is more then one word, it adds plusses where the spaces were.
My category pages are rather import parts of my site, so I would like them to be SEO friendly, and the plus sign is not properly read by google. It should be a -. Any way I can change this?