I have installed the WYSIWYG module on a clean new Drupal 7 site (the only one I have since I am new to this), and enabled it under Modules>user interface. Under operations>configure I have CKEditor 3.5.3.6655 shown for filtered HTML. When I edit that it shows enabled by default, and CKEditor is shown as installed (pale aqua bar and version showing under installation instructions.
I know there are dependencies between Ctools, Panels and Views but I can't find the bit of documentation that tells me whether Views needs to be in sync with the Ctools and Panels versions. A site I inherited currently has :
Is it possible to change 'styles' folder path as it will be a subfolder of the default image upload folder (in my case 'Images' folder) and not a seperate entity under 'sites'.
Is there a standard or built in way to handle removing fields that can
have multiple values? E.g. when
admin/structure/types/manage/my_content_type/fields/my_field >
MY_Field field settings > Number of values is greater than one.
Forms that allow multiple value fields automatically put an "Add
another item" button at the bottom of the list of a multi-value field.
Is there some way to get a remove button for each item?
I am currently working hard on aquiring knowledge of the back-end workings of Drupal.
It's been easy so far but this specific inquiry I have is something I haven't found after some extensive search for relevant documentation and previous forum questions.