This forum is for assistance with theme development.

drupal eats post variables

$edit = $_POST['op'] ? $_POST : (array)$account;

^^^ Chomp in the user.inc file.

I'm trying to pass a variable to drupal that will be checked in my page.tpl.php, as such...

theme recommendation

Greetings,

I'm new to Drupal. Could you recommend a theme that supports the following:

1. 4.7 support
2. CSS for layout (tested in modern browsers)
3. Accessibility in mind
4. Stretchable main content area (for news articles, etc...)
5. Upper vertical navigation
6. Valid html/css

Thanks for your suggestions

forum topic list...change the HTML?

I have looked in the docs and done many searches of the forums, but I can't find the answer to thsi question:

How do I alter the HTML (not just the CSS) of the forum topic list page (it's the page that shows all the forum posts)? I assume I call the theme_forum_topic_list function in the template.php file, but nowhere do I see a clear description of how to do this. The PHPTemplate Handbooks do not describe the process. Any guidance would be greatly appreciated.

Media Player Issue in the Theme

i am using the flexinode to upload the 'Video' & its details. And created its corresponding theme to display the flexinode content in formated way, like playing the video uploaded in windows Media Player.

The problem is that video is playing in IE but not in Firefox.

Just to cross check, i have placed the media player code in the Drupal block & tested in firefox then it is working fine..

Why firefox is unable to play the video through theme?

Can you please suggest me some work around for that?

Thanks,
Sumeet Anand

How to hide blocks from Gallery pages?

I'm running the nice Gallery module and have embedded my Gallery 2.1 photos in my Drupal 5.0 site but I like to hide a few blocks on the Gallery pages.

I tried gallery/* and v/* in the blocks configuration but is not working.

Any ideas?

How to access super globals

Hi,

if I use this in my page.tpl.php

echo $_GET['q'];

I'll get empty output, also arg(0) is empty.

I just want to get the values behind ?q=

Is there a function for that?

Tekl

Pages

Subscribe with RSS Subscribe to RSS - Theme development