1.how can i insert an image to my site and how can i add link on it as when i hover on it then i go to the destination of link.
2.how can i put some downloads on my site.
3.how can i change the header of the site.
I'm an experienced Drupal developer and I always feel like I'm not explaining how to best use some of the basic tools for organizing content. Especially with the growing "overlap" in apparent functionality between things like CCK+Views and Taxonomy, please let me know if this seems intuitive and makes sense (and is correct):
Content Types: The Object - A unique content type should be set up for each general type of "object" you'll be creating. By object I literally mean the noun you refer to it as: blog post, agenda, minutes, monthly report, love letter.
CCK Fields: The Properties - Properties are information that are inherent or explicit to the Content Type/Object. For example, your Meeting Minutes will have a date and who the secretary was. CCK is nice because those properties can apply across object types; both Minutes and Agendas will have a date and by using the same CCK field, you can create a View with both the Agendas and their corresponding Minutes.
I recently saw SmugMug, and realized that, hey, their AJAX media gallery is really nice.
Is there anyone willing to make a module like it? They can have password-protected galleries, have (even firefox-proof) right-click protection, temporary watermarking, and other things like that.
What is suitable module that I can use to easy my web user to customize a text such as bold, underline text, change font type and size, align text, change color, insert image and link, and others during create content when want to post a content.
I'm looking for an image module that will allow me to attach an arbitrary number of images to my nodes. The images should go into the database and display in a pre-defined area in the node templates. Big plus if it can reuse images. Anyone know anything like this, or a good place that I could look for it myself?
Ho do we attach existing images to CCK image filed?
We want to upload one image by using CCK image field. Before this upload two options will available. These are,
1. Attach Existing image
In this type, we have to see the previous uploaded images list and select one from that, then this selected image path is automatically assign in image text box and upload it.