As I continue to appreciate all the new goodies asscociated with the 4.7 series, I also realize how much work lies ahead in updating all the 4.6 series stuff that worked oh so perfectly.
My latest task is the upgrade of the skype php snippet. Easy I thought. It's a php snippet, what's to upgrade. WRONG! This snippet only works with the php template, which in the 4.7 series is native. Yet, when I insert the snippet into my 'user_profile.tpl.php', I get this:
I just installed drupal and everything worked fine.
The one things that does not seem to be working is the mail. if I try to register a new account or send mail to my own admin account no mail appears in my inbox. If i check my logs it shows the mail event and that it was successful. the email on my server (dreamhost) is working fine and I can't figure out what is the problem.
where can I find more documentation? what is the best way to error check this problem?
Location /?q=admin/block/add
Message
Cannot modify header information - headers already sent by (output started at /home/mydomain/domains/mydomain.com/public_html/includes/common.inc:384) in /home/mydomain/domains/mydomain.com/public_html/includes/common.inc on line 192.
I was just wondering if smarty cvs was suppose to be working with Drupal 4.7b2. It appears that it doesn't as a new install doesn't show the side navigation bar. Anyone know anything this.
--David
Does anyone have any code written to display how many items a user has in their shopping cart, and if it's greater than none, to display the total (without displaying a complete inventory)? I know there's a function in cart.module for this--get_cart_items I think? But it might require the inventory listing.. anyone know?