This forum is for assistance with theme development.

Control access to non-Drupal page?

I have a form created in Dreamweaver/MySQL and would like to give access to it, but only to logged in users. Is there a way to do it?

As a general question, is it possible to use Drupal to control access to content not created in Drupal?

Thank

Paul

with icons and only icons menu

hi. i want to make a menu with icons and another only icons. thanks.

How does the block visibility logic work?

I can configure Drupal so that it shows certain menus on pages that are "(section)*" and then on all pages whose URL are like "section/1" etc all show the menu.

This is really nice, but now I want to know how it processes the URL because on all pages that are "section/*" I want the body class to include "section" ......

Is this possible?

Menu problem

I'm trying to create a menu style but I'm having a little problem, hope someone can help.

I want to know if there is anyway I could put a PHP script on a onclick event. The menu is getting build in a php script

[code]
function dune_primary_links($title) {
$links = menu_primary_links();
$i = 1;

if ($links) {
foreach ($links as $link) {
if ($i == 1)
if ($title == "title")
$output .= '

' . $link . '

' . '

User Login and Admin Menu Help

Hi Id like to customize the User Login menu. Ive taken it off all pages except the homepage to make a nice minimal site. Id like to have the User and Password fields displaying inline across the top of my site (above the header and right of the logo). without the 'User Login' <h2> title, 'Create new account' or 'Request new password' links.

getting started

newb here. I'm sure this has been asked and answered several times across the life of this forum, but where's the best place (best set of resources/tutorials/whatever) to get started on theme development? (I have visited the handbooks.)
TIA

Pages

Subscribe with RSS Subscribe to RSS - Theme development