I literally just started touching drupal this morning, and I'm sort of in a rush to learn how to use it for theme development. I could really use some help here.
I've installed a number of editors under WYSIWYG in D7:
CKEditor
TinyMCE
jWISYWIG
...and they all remove the line break. I really need to enable this for non HTML people to edit pages.
I've found that if I alter the filtered HTML allowed tags to include the following:
This now works. Is there a reason that this isn't the standard for filtered HTML? Am I opening the site up to security vulnerabilities or is there a better way of achieving the goal of allowing non-techies to edit pages?
Any advice, direction, sample code, etc to achieve the following would be very much appreciated;
On the Header block I am trying to put rotating pictures (spans top-header Left to Right) in the background with configurable titles (e.g site name, slogan) in the forground. The ability to adjust the transparency of text and/or images in the forground and background.
I have a very simple drupal 6 site which had some content. My goal is to capture that content and import it into my new drupal 7 site which didn't have any content. I used the module backup_migrate which seemed easy. So I backed up from drupal 6 which resulted in a .mysql file. I then made that .mysql file available to my drupal 7 site and used the restore feature in the backup_migrate module. Then I went to my drupal 7 site via the browser so I could verify my data showed up. But I can't verify because I now have all these errors below. Can someone help me get my site back running? Will my data I tried to import be there if I get it running?
* Notice: date_default_timezone_set(): Timezone ID '-14400' is invalid in drupal_session_initialize() (line 262 of /home/lifestar/public_html/drupal7/includes/session.inc).
* PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'source' in 'field list': SELECT DISTINCT SUBSTRING_INDEX(source, '/', 1) AS path FROM {url_alias}; Array ( ) in drupal_path_alias_whitelist_rebuild() (line 381 of /home/lifestar/public_html/drupal7/includes/path.inc).
* Notice: Undefined index: acquia_marina in drupal_theme_initialize() (line 101 of /home/lifestar/public_html/drupal7/includes/theme.inc).
I have installed Fusion for D7, but when I try to configure a block, I don't see any options under Skinr block settings > Fusion Starter (enabled + default) except "CSS classes". I am not seeing the pop-ups for the block styling. Everything else seems to be working fine. Maybe my theme is not finding the css file?
I'm using D7 to build a site for the Fire dept I work for. I'm stuck on how to best upload and display our DB of bulletins and policies (several hundred in pdf). I would also like to build a simple page or find a mechanism for admin staff to update these files on their own....as needed. Can anybody point me in the right direction?