I've been trying to find a way to do a particular project. What I want to do is allow users to vote on taxonomy terms as they apply to a particular node.
For instance, let's say we have a directory of restaurants. I want users to be able to tag each restaurant listing with a term, like "best seafood," or "best tacos," whatever the users want to add. Then, I want users to be able to vote on each of these terms, and for the results to be sortable. So, if I want to find which restaurant the users think has the best seafood, it will give me an ordered list according to votes.
Hi,
I want to develop a module/ patch, asking for comments.
This module allows admin to define tabs, similar to the way the 'Group filed' module works. In every content type admin can define a tab, and every CCK field can be assigned to tabs(s).
The advantage of this method is:
• In Views module it is possible to create tabs, however the fields are not in edit mode.
• Edit views deals with several nodes, where as a single node is needed. Also the layout is not kept, and the description text per field is also missing.
I am working on a module which adds an Advertisement as a product type in the store. An admin would go in and add the advertisement product which would be something like "Image Advertisement - 15 weeks" I have figured out how to add additional fields (for number of weeks) to the form and store all of that in the database.
I'm having a problem with Shipcalc. It is always using the simple.inc partner to calculate the shipping. Even though I have installed international.inc there and have selected it in my products and also set it up. Anyone have any insight why shipping would default to simple method?
Also, where are the "E-commerce" configuration blocks talked about here:
When I create an image, let's say named "image_abc", if I delete it and create a new file with the same name, the files end up being renamed to "image_abc_0". Reiterating the process gives me _1, _2, etc. I know this is not a big deal, but the numbers kind of bug me. Is there a way to edit the new image nodes so that they do not display the numbers at the end? Thanks in advance for any help people can give me.