Has anyone here gotten the DCCWikipedia Authentication to work? Mine is erroring out in a similar fashion to what shows on the Discussion page there. Wondering if there are any workarounds or known gotchas.
How do I can put the title to comment section using phptemplate under the node content? I need to have "Comments" when the comments begin under the node story.
Using the upload.module in 4.7, how can I make the first image I upload for that node automatically appear in the node's teaser and full view in a div floated on the left?
I guess it would be a case of editing the page.tpl.php file, creating a div and inserting some php code in there that references the first item/image uploaded/attached to a node.
I am using the Xajax module to change the available options of a second listbox according to the choice the user makes on the first listbox, e.g. when the user chooses a country, the province listbox options are updated accordingly.
With Drupal 4.6, I can do this without any problem. However, with Drupal 4.7, the target listbox option change works as expected, but when I click 'Submit', an error message "An illegal choice has been detected. Please contact the site administrator." occurs.
Could someone guide the way for correcting this problem.
Thank you.
I am suspecting this might require the creation of a quick and dirty module. My client wants to be able to include an image or two on the page. Definitely no more than 10 and I would be shocked if it went that high. The trick is, they want to restrict the image's layout. So, for instance, the first image would float:right; next to the first paragraph or title, the second float:left; by another paragraph down the page, etc. I'm not sure beyond that.