I have installed Drupal 4.6.6 with Flexinode/max. I have created an image field. My problem is, when I upload a picture, how can I externally Link this to another page?
If I click a pic in the teaser a new website (external link) should be open...
I have to change the code in the file modules/flexinode/field_image.inc
As a total newbie to drupal I was thrilled to find tinyMCE. I'm using version 4.6.0. All is going well, but I'm confused about how to add new plugins (I searched the forums for quite some tiem but had no luck). The README file of any plugin usually gives the following instructions:
Installation instructions:
* Copy the searchreplace directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
* Add plugin to TinyMCE plugin option list example: plugins : "searchreplace".
* Add buttons "search,replace" to the button list.
I need to be able to allow users to upload documents that are saved in the .rtf format. I tried adding "rtf" to the upload.module code as an addition to the list of file formats that are acceptable. Apparently that doesn't work as I am now getting the following error message:
The selected file test.rtf can not be attached to this post, because the disk quota of 1 MB has been reached.
I would like to configure profile module in a way that visitors to my website can put their date of birth. But since it is a private question, I want to make this field optional and not required.
So, I make sure that the "required" setting is checked off. But since it is not something like "--" by default, some date always shows up even if nothing was specified. So it is virtually a required field with false date inserted into it...
How can I make date field optional and maybe show only "--" or nothing at all?