Hello,
I'm trying to migrate my website, currently based on a custom made CMS, to drupal.
My problem is the following: I have a page type "product" that has some fields, such as: brief description, in-depth description, specifications, FAQ's. These fields are rendered as different pages (with different url's) in a tab-style page.
I'd like to keep this approach, using different url's for different sections, mainly for statistics purpose.
How can I do this in Drupal? Which is the best / simplest way to do this?
I've really messed up either my database or my codebase (or perhaps both). So I can't get a running version of drupal 6. I was hoping there was a way to setup a fresh install of drupal 7 and then use phpmyadmin to upload my drupal 6 nodes into it. Please let me know and thanks!
I have just started testing drupal-7.0 - with php 5.3.3. Theme Bartik.
I created a test page .. phpinfo(); with php filter enabled.
When viewing page content this renders the php 5.3.3 variables as expected.
However the top toolbar shows some of the toolbar button images as just white background.
The button images in toolbar reappear on mouseover and onclick works for all toolbar buttons.
This bug disappears when I view any test page in HTML filter. It seems to be related to PHP filter.
I'm trying to embed a SWF file (accompanied with some JavaScript) in the "Featured" block of the default Drupal theme.
I just can't figure out where should I place the
tags. I tried placing them in the html.tpl.php file but that didn't help.
I know I'm overlooking something really small here.
It's an extremely newbie question, so please bear with me.
Thanks!