Having problems installing Drupal? See the Installation Guide for more information.

Function to call user role

Hi, can anyone tell me the function to call the user role? I would like to add the user's role under the username in the node. I have reporters, editors, and photographers as user roles on my site.

Thanks!

Check out View Online!

Site pages: promote vs static on home page

can somebody tell me the difference please?

Wrong pages in handbook

Clicking sequentially through the handbook one finds that:

'APIs and functions' follows 'Creating themes with non-programmers in mind'

Going from 'Node system' the next page 'Drupal 4 node system' does not appear

Problems with attached_file and xstory

Can't get them to work.
Add content -section doesn't show a link to xstory but I could still point my browser there manually www.mysite.org/node/add/xstory. And when I add new xstory with an image, it doesn't show. No error msgs or anything.

I'm using drupal 4.3.0-rc on a 2.4.20 Gentoo Linux with apache + mysql + php4.3.3
+ imagemagick 5.4.7

PostgreSQL, Drupal CVS, table prefixes, and errors...

Ok, trying Drupal for the first time. I'm using PG 7.3.4, PHP 4.3.2. I want to have potentially several sites in one DB, so I need to use table prefixes. I was a little annoyed that there wasn't a script to do that automatically, but this did it:

$ cat addprefix
#!/usr/bin/perl

while(<>) {
s/(TABLE|INDEX|ON|INTO|SEQUENCE)\s([a-z])/$1 test_$2/g;
print $_;
}

$ ./addprefix < *pgsql | psql drupal

Does that look right?

But, at the top of every page I get:

blocks admin weight and region selectors broken?

hi. i just updated one of my sites to the current cvs and almost everything works fine. one of the things that seems to be broken is the blocks administration. i can choose to adminster all elements of the blcok configuration except for the weight and region of each block.

is this a cvs issue or just something related to my specific situation?

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal