I'm converting a website to Drupal. My problem is that some pages have 2 editable sections: The content in the center, and a link section - called "Find more " at the bottom right of the page. I want users to be able to edit both sections while editing the page in Drupal admin. I thought of using Panel + Views, but I can't find a way to make it work like that.
Can you suggest me any trick, or specific module to resolve this problem?
I'm brand new to Drupal. We purchased the ABSTRACT theme from WooThemes last week, expecting it was a Drupal theme, but found it was WordPress. We installed a SKINR module and applied Fusion Core utility to convert it to Drupal, but we're having trouble getting the adaptation to conform precisely to the WordPress appearance.
I am trying to set default values for forms in Drupal 6.x. It seems no matter what I try I get the "The default value PHP code returned an incorrect value...". I'm quite comfortable with PHP and don't mind creating my own module, but fail to realize why I cannot do this within the content type settings. Here is code that produces the issue for me:
I'm trying to use the Import HTML module to convert a static website to Drupal. This module requires XSL and I've gone through the PHP installation and enabled XSL. However, for some reason the XSL is not registering. I've looked in the C:\PHP\php.ini file and I see the following:
[PHP_XSL]
extension=ext\php_xsl.dll
I've tried various ways to change the file ext like c:\PHP\ext\php_xsl.dll and \ext\php_xsl.dll with no luck. Each time I go to check the phpinfo() page I'm not seeing XSL anywhere.