Well, first of all, congratulations on releasing Drupal 7, it looks promising!
This is my goal for my site:
Drupal will be in charge of the homepage and other keys pages, but "users" won't exist, no. It is just content that I will be updating.
The forums are managed by MyBB forum software. So in my drupal page, a link to the forums will send the user there. That's where the community takes place.
Currently, I already have my forums up and running, at www.example.com.
Hi all,
i need an advice, very new to drupal here. I'm writing the needs of a new site just to test the power of drupal and i'm wondering the way to go when user profiles are the main content of a site, i mean, like sites for singles (match.com, meeting). So... do i have to create a custom content type for user profiles? do i have to install some module?. The basic functionality will be.
I would like to have certain fields show only when I click on another field, kind of like a tab. Is this possible?
In the end I would like to have a page with a list of computers to purchase and when you click on the model name, I would like to have the specifications appear on the side.
Another way of doing this could be through tabs, where you click a tab to get more information, but it should show on the same page, without refreshing.
Hi,
aparently Drupal has no modes to disable right mouse click. This is important for my sites. I have a java script that does the job. My PHP coding is marginal, so I tried to include the script into the index.php. Java works, but PHP complains about headers already sent, etc...
I would be glad to recieve some hints where to impliment the script without messing up....