By default it seems the teaser is set to strip all html elements added in full html-mode.
Case is I want to add youtube-videos using iframes (tried the media-module with the youtube extension, but it seems quite difficult to get everything set up right and have the youtube-videos resized), so for now I would just like to enable the iframe (which I use full html-mode to embed) in the teasers on the front page.
I'm starting a new project and I'm planning to implement it based on Drupal framework. The project, after running, will have a huge amount of content creations, most of them play the role of logging. and there is need of keeping all of them in the sake of usage and financial reports.
So I considered if I face reliability problems with MySQL when data grown. Though I'm using a dedicated server I have no limit on resources.
Then, should I (and do you recommend) using Oracle in sake of reliability and is it stable enough with Drupal7?
I started my new website with drupal 7 this time, and to be honest I started to like drupal 7 more .. but I'm having difficulties with contributed modules and some of them are not ready yet for drupal 7
anyways, I added a new content type which has multiple field but I wanna hide the body field Now, I used to hide it in drupal 6 by going to the Structure > Content Types > Edit Content Type > Look under Submission Form and clear the "Body Field Label" field > Save
I have created a site in Drupal 7 on my local machine. This is my first time working with Drupal and am using the Aquia Drupal stack to run my local site.
My goal: Migrate site to my new production url
Steps taken so far:
1. Exported local DB
2. Uploaded site files to new host domain
3. Created DB on new host and imported DB exported from local
4. Changed settings.php file to point to new DB and uploaded file (overwriting the existing one)
These are the normal steps to migrating a site, however when I go to my url I get the following error:
Drupal newbie here. I created an HTML doc and put in some image tags like the logo and some social media icons. When I used that same HTML doc as the main page.tpl.php page in drupal the images stopped showing up. All the files are in the proper folders and the paths are set correctly.
Does Drupal require some special image tags to show up in the page.tpl.php? Anything you can think of that I'm doing wrong?