dojo-howto
How to disable false communication when working on DEV?
we have a LIVE website, with active (recurring) paid subscribers...
every month - they get charged on their credit card through paypal.
(so far - all good)
now - while creating the next version, updates, etc -
on DEV - we migrated all live user info and started working with it
(ouch)
and then - all our paid subscribers - got a false message - that their credit card cannot be charged!
my question is -
moving forward, as we are going to have automatic notification on content added, newsletters, recurring payment, etc.
is there any safe method / workflow -
Help needed: is_dir() [function.is-dir]: open_basedir restriction in effect.
Hello,
I am still new-ish to Drupal.
I recently moved my site from local machine to a test online site. When I try to create content, I get this:
warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/Applications/MAMP/tmp/php) is not within the allowed path(s): (/var/www/vhosts/ermep.com/subdomains/test/httpdocs:/tmp) in /var/www/vhosts/ermep.com/subdomains/test/httpdocs/includes/file.inc on line 102.
How to add a "more" link to the block "Group members"
Hi,
I am trying to figure out how to add a "more" link to the block "Group members" provided by OG.
The "more" link should link to /og/users/groupid/faces as you did for Drupal Dojo.
Thanks in advance,
Greg
How to set a menu to not cache in Drupal 6
Hello Everyone,
I have been working with the new Drupal 6 hook_menu, and have discovered that hook_menu in D6 no longer accepts $may_cache or !$may_cache as arguments. I have a menu which writes out some links information dynamically, and I can't figure out how to stop it from caching the menu.
I have searched for an answer and I found a very vague reference to the use of hook_init and hook_link_save, but there was no example of how to implement this. Does anyone know how to to it properly?
Thanks,
Where is data from CCK fields stored in database?
m working on a module that requires information from a CCK date field in Drupal 6. In version 5 the cck data was stored by content type, but now I can't figure out where it is. Can anyone tell me which table I would look at to find CCK data, specifically data from the date field module?
Any tips are appreciated... thanks.
using hook_theme to style module output
Hello everyone,
I am writing a module that requires quite a bit of theming and I want to be able to use a tpl to control the layout of the page callback on a menu item. I have tried using the theme() function like so but I am getting a blank screen in response:
in the menu code: 'page callback' => 'featured_page',
the callback function:
function featured_page () {
$hello = "Hello world";
return theme("main_page", $hello );
}
the theme function:
function bookeditions_theme() {
$path = drupal_get_path('module', 'bookeditions');
$theme['main_page'] = array(
Feed API + Emfield Recipe Screencast
The blog post on Drupaltherapy
Hosted on Blip
Here is a quick recipe that uses Drupal's Feed API, Feed Element Mapper, CCK and the Embedded Media Field to create independent embedded video nodes on your Drupal site by RSS. This is my first screencast and first contribution to the Drupal Dojo, I followed the specs on the other discussions as best I could, consider adding this to the Dojo video pool.
Using Teamspeak to Teach a Lesson
Introduction
Here are the basics you need to use TeamSpeak for teachers. You don't need TeamSpeak at all if you are just listening to a lesson. Note: I wrote these up using the TeamSpeex Mac client so I don't know if there are differences in the other clients. If so, this is a wiki, so please add them.
Connecting via a URL
Paste this address into your Firefox or IE address bar and hopefully it will ask to launch the TeamSpeak client: teamspeak://webavant.com:8768
Utilizing active select module
So I don't know much js nor jquery. And I don't wanna mess around with it either. Luckily (for my select forms) we have a module named active select.
Active select provides an api that for ajaxfied forms (see api.txt in the module).
I have been looking into making use of active select in my module. Learn more about it here.
And to understand it better, I tried the example code provided in api.txt. But my page turns all white on me(WoD). Buuu (there was a problem with the function module_exist() which should be module_exists())
How-To: Become a Drupal Dojo Skyperator
Assuming you've read the article on How To Join A Live Dojo Lesson and you have participated in at least three live dojo sessions, you might be ready to step into a moderator capacity and become a Dojo Skyperator. Do you have a desire to lead? Can you moderate a conference call? Are you good at re-phrasing questions about Drupal? Take the following test and see...
- Have you downloaded the latest version of Skype for your platform? Yes or No






Ical feed