I am trying to add a ShareThis button set to a block, but I think D7's text editor doesn't like the code and strips it out when I save the block. Funny thing is, if I paste it in with "disable rich text" and save, the code and the buttons work fine, until I configure block, and then it's all stripped out.
I know I am supposed to put my js links in my .info page, but the "#pubid" at the end of the link below seems to screw that up...
Hi,
I don't understand how to public first module on Drupal.org. I am filling the form to create sandbox project. I don't understand where I am supposed to upload source code of module. There is a form item "Documentation" in the form. Under the textfield is description "Link to project documentation.". can I insert URL to zip file with my code? I don't see any other suitable item to upload module source code in this form.
All items in fieldset "Project resources" are optional. Is it ok if I only send image screenshots with description of module functions?
I've recently been trying to setup a progress bar on a few file fields within a form that users will submit video through.
I have upload progress module installed and Drupal reports that it's fine , I had to patch the file module in order to get to this stage but now when I hit upload it's coming up with this error where the progress bar should be.
An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: /file/progress/374170472
I have replaced the ckeditor folder within my library folder with an older version (3.5.1) that is working fine on another Drupal site I have developed. For whatever reason - each new login requires me to clear all caches in order to see the text formatting toolbar when I go to Edit content. Any ideas why this could be???
The problem without the htaccess file is that i have problems with the imagefield module, i can charge or upload files but i can't see (and the clean urls obvius)
I am trying to determine if a person is over 18 via a date_select field. If they are, the next question, presumably via #states presents itself. If they are not 18 or older they receive a notification that they are not permitted to proceed. I first tried using ajax on the date_select and when that failed I searched the Drupal world for several weeks and Pro Drupal 7 Development with no success and have determined that I cannot do that. So, I'm leaning towards using a placeholder field that holds the age value and from that #states can either show the next question or an error.