Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am a new user of Drupal. I'm excited to see what Drupal can do for my site called www.onemindanyweapon.com, which I plan to build into a community for US Marines involved in the Marine Corps Martial Arts Program and Mixed Martial Arts enthusiasts. Through my host provider, AQHost, I was ablt to use Fantastico and have Drupal installed automatically, which is great for me since I am not very tech savvy. However, I am running into a few problems:
I get the following error:
warning: Invalid argument supplied for foreach() in /home/ultra/public_html/drupal-4.7.0-beta4/modules/user.module on line 1322.
when I look at the code and output the array in question ($items in the user_view function), I have:
Array ( [History] => Array ( [0] => Array ( [title] => Member for [value] => 3 weeks 1 day [class] => member ) ) ) Array ( [Buddy List] => )
Using Drupal CVS (which has built in contact forms for the users). Is there any way of having a "contact this user" link in the post?
i.e. which will print the correct url as
<a href="/user/uid#/contact">contact this user</a>
what code could replace uid# with the uid for the user which posted the message?
The generic module (a sub-module of E-Commerce) simply uses:
case 'is_shippable':
return false;
to get rid of things to do with shipping. However, it seems the equivalent code does not exist for hiding prices.
(1) How is it possible to 'hide' the prices of products? That is, the price input field should not be mandatory, and there should be an option for hiding/showing the price.
(2) How is it possible to skip the payment step in the checkout process?
This only occurs when I'm replying to a forum original post, ie the first comment. If I reply to a comment I have no problem. After entering the reply and hitting "preview" I get the following error "Validation error, please try again. If this error persists, please contact the site administrator.".
I like the style, but not the colors of Megastar's website. I can't link it, because I know they have page 3 girls, and I'm not sure if I would get banned for posting a link to a site with nudity.
I am ASSUMING i have the newest version of drupal. Not sure how to find out.