This forum is for assistance with theme development.

Drupal Custom Node Form

I want to create an input form for registered user, separated from admin's content creation form. Each submission will create multiple node. To illustrate the case, I will use content type Project, and Review.

Project: Title, Description, Owner, Rating.

Review: Title, Reviewer, Project, Difficulty

I have setup the content types along with their fields using CCK modules. I want to create an input form to be displayed for registered members (non-admin). Its field includes Project Name, Description, Owner, Rating, Review, Difficulty.

The most BEGINNINGEST, DOH! DUH... jQuery question you've ever seen...

Hi There -

Am making a tiny change to an existing Drupal site. Right now, inside of a block, are two links with targe = _blank. This isn't working anymore, so I'd like to replace it with a jQuery I found here that looks like this:

in the html:

<a href="page.html" class="new-window">Page</a>

The jQuery looks like this:

Staff page? whats the best way to go about this?

I'm currently working on my first drupal site... yay! it's about time.

Anyways, so far-so good. Now I'm reaching a section of the site where I need to build a staff section. Basically I need to make it easy for the client to add new staff members, sort them, and have them all posted to a list on the main staff page. I've been trying to research the best plan of attach for this. Can someone steer me in the right direction? Thanks!

Zen - stylesheet strategery

I am not very experienced with CSS, so perhaps this is a dumb question, but:

Manual cron job is multiplying a 403 error page several times

I changed the bsic theme for a new lay-out and this resulted in the cron.php to open a 403 error page. This page is multiplied several times. as if the cron task 'hangs'. The cron taskes are carried out eventualy, because the info about new releases is shown after the job.

When I change the admin theme to the old theme, this duplication doesn't take place.
I haven't got a clue for the solution to this problem, please advise.
Thanks in advance.

Ruud Schaft

Theme view/taxonomy pages

Hi all,

I created some content that I categorized in content types (using taxonomy) then created some views that I displayed in my regions. I printed those regions in my "page-mypage.tpl.php" and then styled my content with my HTML/CSS.

My problem is that I find it difficult to apply my CSS when the content appears all in one block.
To display the content I just printed the regions in my tp.php

print $myregion

Pages

Subscribe with RSS Subscribe to RSS - Theme development