How do I limit access to a page node? I'd like only registered users to be able to visit the page. Also, is there a way to get the user's id and name from within a page? Sorry for the Drupal 101 questions - I'm new.
Hello I am currently trying to convert my site over to drupal. Now I use a testing script that is unsupported at this time called phptest. I wanted to know if its possible to change the code so when users signup and validate themselves via drupal it will also do the same with the phptest. So users will only have to sign up and login once. I also wanted to know if its possible once that first task is done to make a link in drupal that will open the main testing page within drupal.. kinda like a frame.. so users wont have to leave the drupal site to take tests..
I'm nearly at wit's end here. Using PHPTemplate and a custom theme, I want to set up a block region at the top of the main window, just before the main content. I'm trying to make the left block wider than the right. Right now, I have two view blocks in the area, which is called "content-top". The CSS looks like something like this:
How do I pre-populate hook_form() fields?... I have everything working within hook_form(), but I'd like to be able to pass two variables to page and have them be the initial values of the two associated input boxes.
I had posted this problem ealrier too but got no solution. The problem is with acidfree/filemanger module. 'Call to undefined function..." appears on the page. I am currently using drupal 4.7.0-beta2 and I have the latest acidfree downloaded in my computer. As advised I have phptemplate in the drupal folder. I even checked in ".../?q=acidfree/test" node but could not sort out the problem.