Hi people!
I have searched around the web for this problem, but I have not found the solution.
I installed Drupal 7 on a hosting (Godaddy), it doesn't send mails (request passwords, contact form, webform...)
i tried with a php script, function mail() and it works fine!
I just installed the latest release of CKEditor module (7.x-1.2). After running update.php, it stated "No Pending Updates." This made it appear that there were no changes to the database. But, I think it did do something because after that, anything created with the Panels module does not show up. Also, when I click on "Structure" in the admin area, I the following error: Fatal error: Class 'ctools_export_ui' not found in MySite.com\sites\all\modules\panels\panels_mini\plugins\export_ui\panels_mini_ui.class.php on line 3
I am working on a band site, I have searched this topic but see many ways to potentially deal with mp3. I just have not found a clear solution for D7, most info I have found on here is based on older drupal versions and modules.
I am looking for the most basic way to upload and stream mp3 files on my site. Ideally I would be able to use ID3 Tags and album art along with playlists. Finally, I would like to be able to sell these files via shopping cart download.
Any suggestion, help or direction would be so greatly appreciated.
my only question is where to put the code ? what is the file name and what is the directory ?
I tried to add it into a file called voting.views.inc located in /var/www/drupal72/sites/all/modules/views/modules but I am not sure if that is correct. any help will be greatly appreciated
For reasons beyond discussion, I'd like to force node 22 in node--22.tpl.php
to always display itself in view_mode=full, even if its a teaser or anything.
In particular, I'd like to change the output of print render($content);
how do i tell render() to render in full mode, or what would i use
instead of render() ?