Ok so I just put up a site for my organization at www.yourncu.org. We have a drupal install within an install and two databases. The purpose of this was to have an english and spanish site each with their own database. This wasn't my idea and I now realize that this isn't exactly a best practice but that is the setup.
So I can navigate to the spanish side website by going to www.yourncu.org/sp
I'm new to Drupal 7. I want to set up my content types to have the ability to add multiply attachments, sort of a document repository. I was able to figure out how to add a single attachment field, but I'll be darned if i can't figure out how to add more or multiple attachments at the same time.
I seem to recall that previous versions of Drupal had an add attachment feature to each content node build in automatically even if you had to add one at a time...
any help or advice would be appreciated. Thank you.
Hello everyone, I am working on a conference abstract submission sub-system on a non-profit org website and hope anybody here can provide me some suggestions/ideas. I have Drupal 7 installed and wonder if there is a good way to manage the abstracts. The features we would like to have are:
1. primary contact info (has user name and password so that they will be able to come back to make edits)
2.. other authors/presenters' info (all the same: first name, last name, org, degree, phone etc., the same as primary contact)
Is there a way to count the number of root menu items and place them in a PHP variable?
If possible, i would like to use this variable in order to evenly divide the with of the website, so that my menu items are all the same width.
I'm trying to customize a user profile page. Does anyone have an idea how to display the username on the profile page?
I tried with print render($user->name); , but it displays the logged user name.
I tried also $user_profile['name'], $account['name'] $account->name, but it does nothing.