Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
One of my sites is utilizing the Similar Entries and Aggregator2 modules. Similar Entries sometimes displays RSS feeds as similar content, even when surfing non-rss feed content. This is confusing/irritating users. Is there any way to make it so that Similar Entries does not use RSS feeds when creating its listings (or in more general, a way to define what node types Similar Entries module utilizes)?
My next step is to put in a feature request, but I want to see if there's a solution out there already.
For some reason their anaylizer is insisting that I am using inline styles in my theme, which I am pretty sure I am not. There aren't even any inline styles in the source code that is generated. I have tried this on a clean install of 4.7, with various themes, including one I made myself. All of which produce this inline styles error.
I want to ask how i can add a link to the parent album on the page of e.g. an image.
I found out that the pager is (which is the best location to put such a link) is created by acidfree_pager_creator() which does not more than calling theme_pager().
The problem is that if i would write my own theme_pager() for my theme it would be there for all nodes and normal nodes do not have a parent normally.
I am creating a website where I am selling a service, the service is basically creating images. The user will select a style, upload a photo and I will modify that photo to the selected style.
However there is something else that affects the price, and that is the number of people in the photo that the user uploads, so I want the user to select this as well.
So I have created apparel products for each of the art styles, and then created subproduct variations as 1Person, 2People.... 5-10People etc.