I need to create a site with two different parts. When the user enters the site, he or she needs to select which part to go to ('students' or 'clients'). Once selected, there's no need to switch between the parts.
The students-part uses a lot of the blogging features of Drupal; the clients-part contains a few informative pages (maybe published using the book module) and a contact form.
While setting up our Drupal site (http://education.mit.edu/aig), we've somehow generated and stranded (widowed) some data which can be seen, but not accessed or deleted.
Specifically,
1) There is a persistent posting of some kind at the bottom of our home page from "anonymous" with the text "n/a". There are no links, and this posting does not show up anywhere else, including in admin views.
I hope this will be my last question before I have my drupal installation running the way I want it to be...
as a new user of drupal, I deleted the "php code" input format, because I thought this would be unsafe... yes, instead of just deactivating it I deleted it...
so now I only have 'Filtered HTML' or 'full HTML' in my input formats...
I'm using the banner module, and for this I need to be able to create a new "block" and use PHP code again as input format...
since I deleted the 'php code' option, this can't be done
but when I run it from a referring URL (forward) like www.forwardblog.com
it gives me login troubles...
the drupal blog comes up fine, but when I login, I don't really login, I keep getting the "username" and "password" textbox instead of my available user options like "write content"
I'm pretty new to drupal & php. I've followed the examples and am reading the form api reference for HEAD. What I cann't seem to be able to figure out is how to build the array for a specific return value thru the options parameter on a select.
What i've tried is to retrieve the data from a table like :
I am using the following php snippet (modified from http://drupal.org/node/24707) on my main page, which as noted displays teasers for the 5 most recent blog items.
I'd like to modify it so that blog entries marked "Sticky at top of lists" would stay at the top of the list, ahead of more recent posts. Any suggestions on how to do this?