Landing page after editing a content page is not correct

Landing page after editing a content page is not correct. It goest to siteurl/admin/content instead of siteurl/?q=admin/content/.

PRODUCT MANAGER WITH PASSION AND SMARTS

Do you love dreaming up great web business ideas and then driving a team to bring the idea to life as a successful business? Do you enjoy leading all of these discussions: What’s the right strategy? What are the best ways to acquire and engage users? What’s the best way to get features built with limited resources and time? What can we learn from our financial and analytics results? Are you hyper-organized, love working with all sorts of people, and (though you hate to admit it) a workaholic? Do you love working in a start-up environment, where there is never enough process, but more than enough responsibility and opportunity?

If you answered yes to these questions, then this is the opportunity for you. We are the best way for students to find schools and scholarships – check us out at www.zinch.com. We are growing fast, and need more product managers. We’re based in San Francisco near the Caltrain station, and offer competitive salaries, benefits and upside.

D7.x - Assigning unique CSS classes to each field label and also field contents?

I am new to Drupal and still figuring this out...so this might be a misguided question...

...but is it possible to create unique classes or IDs for the fields i create and maybe even separate ones for label and contents.

As i see it there is only a class for all labels ("field-label") and all contents ("field-items")

Content areas with different roles and permissions

I first had this problem with D6 and have recently installed D7, but I still can't work it out.

What I want to do is add content for say HR and Finance, but only let certain people have access -even read access- to the Finance content.

drupal 7 1&1 shared server

Hi

I've been trying to install drupal 7 beta 2 for 2 days - I only get a blank page

the server is a 1&1 Virtual-Server XL
openSUSE 10.3 mit Plesk 9 (64 Bit)
mysql - 5.0.45
php - 5.2.6
PDO is enabled (PDO drivers - mysql)
PDO Driver for MySQL, client library version 5.0.45

drupal 6 installs no problem

but when I install drupal 7 I only get a blank page
- my browser activity says theres an internal server error

user->uid returning 1 for all users

hello all,

i have an issue that is not making any sense to me. i try to pass the currently logged in user's uid in hook_menu to a page callback function. the code looks something like this:

hook_menu()
{
global $user;

$items['test'] = array ('page callback' => 'test_module',
'page arguments' => array($user->uid),
);

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x