I will be working on content translation for a Drupal 6 Ubercart website. The site has many banners, slideshow slides, etc that have words within the image... i.e., the banner was created in Photoshop with the text as part of the image.
Can anyone advise me on the best way to move data from one field to another?
I have used the Addresses module which has created a load of address fields which i now need to move the phone number out of and into a normal cck field.
I have 100's of content files and am not sure of the best way to do this?
I'm trying to add a token that puts the user's first name and last name into the webform body so that the recipient knows who the email was sent from. I have tried using %profile[profile_first_name]%profile[profile_last_name], but when I check the email that is sent, the place that should display the first and last name are blank. What I'm I doing wrong?
I have a question regarding saving and retrieving data that has been saved from a CCK Select List.
First, I am using the Profiles module to create a custom field for each user. The field simply stores a name.
On my content type, I have a CCK Select list, and the allowed values are pulled from that field (sorted alphabetically), so when you are creating content, you have to select a valid name.
So to illustrate my problem, let me provide an example.
I am new for the drupal. So i don't have more idea about this CMS. I wanted to create a blog with multi user facility with multi categories. There wil be login facilty for the visitors of the site. If they want to post any thing an email will be generated and goes to moderator email id. Then moderator verify the post and published it otherwise delete the post and poster get notified by an email. at each and every step email will be prominant. I am using 6.28 ver.