Managed to activate clean urls but I can't find the url alias control panel. There is no administor ->'url alising'. The URL alising tab is not there. (Is it suppose to be there?)
When I log in I only see the links below:
create content
my account
administer
access control
blocks
categories
comments
content
input formats
logs
modules
settings
themes
users
help
log out
Managed to activate clean urls but I can't find the url alias control panel. There is no administor ->'url alising'. <-- The URL alising tab is not there. (Is it suppose to be?)
When I log in I only see the links below:
create content
my account
administer
access control
blocks
categories
comments
content
input formats
logs
modules
settings
themes
users
help
log out
A few questions on multiple installs which it would be great if they could be cleared up.
I have one drupal installation in which the tables have NO prefix at all. The sql script set these up for me. However, I would like to have another install, which would obviously need to have a prefix. How can I set this?
My site gives promition the one user role the create and edit content. all content in my site is init with status= 0 and moderate= 1. When a user edit his oun content its all goes fine but the thing is he can not see his content. Onse he submit his new content or content edition he goes back to an "access denaid" page (since the content is not publish yet.
Is there a way to Show "inmoderation" type content to its our writer ?
I am currently using... drupal_set_title($_GET['Title']); to create a custom title for a search output based on "search.php?Title=XYZ" in the URL, but I was wondering how I can pass more than one variable into this at the same time. Let's say I wanted the page title to be a combination of 3 URL variables:
"search.php?Foo1=Bar1&Foo2=Bar2&Foo3=Bar3" ... title would be "Bar1 Bar2 Bar3"