reCAPTCHA no longer displaying - other than the test message

I have reCATCHA set up to be used when people open a new account on my site. I had to disable it this morning as a person talked to me last night and told me he couldn't create an account. I went out and tried myself, and the reCAPTCHA box isn't displaying; the test message is there but there is no opportunity for input. This was working and other than normal site updates that have had nothing to do with reCAPTCHA, I haven't changed anything. Any ideas?

Reference: Create a 'related content' View not working on Drupal 7Posted by legendfall on March 11, 2011 at 10:23am

Hi fellows,

1. In "Create a view on a node reference field" tutorial, I've set up two content types Song and Artist, and added a node reference field in Artist referencing
Song, it works fine. For this tutorial(http://drupal.org/node/370227), I've set a node reference field in content type Song referencing content type Artist, and have
put couple of sample records both in Song and Artist.
(so this means that Song and Artist need to reference each other for accomplishing this task, am I right?)

Cufon on link doesn't work

Hi, I'm trying to setup Cufon module in actual version to work with headers. Unfortunatelly there are some blocks with header inside link. Headers without links are transformated correctly but transformed header-links have missing some letters (ASCII characters, no special chars). I'm using Calibri font in all four versions (normal, bold, italic, bold italic).

Problem is global, not only in header-link combination. In general - I can't transform any links to image.

Thank for help.

Webste creation

Hi......

I am beginner in drupal's website creation.
so i want to know about that, how to create our site with drupal in PHP and MySQL.
Please described step-by-step for using Drupal 7.i am install Drupal 7.0 in our local server.

anyone can halp me............
Thank's in advance
op

What are the elements of $breadcrumb array?

Goodmorning dear drupal contributers!

I am trying to make a block where the breadcrumb will be displayed. The code I use is the following:

  $crumbs = drupal_get_breadcrumb();
  $trail = implode('  ', $crumbs);
  $trail = "You are here: $trail->";
  print $trail;
  $title = drupal_set_title();
  $nid = arg(1);
  $node = node_load($nid); 
  $some = $node->type;
  if ($some == 'news_article' )
    {
      print "News->";
   }else 
    {
      print "Article->";
    }
  print $title;

Please dont take in consideration the part that I check the node_type. Is irrelevant to what I want to know...

So, I found that $breadcrumb is an array and if I use the drupal_get_breadcrumb function and then an implode, i can get the string that gives me the path. My problem is that I can't find anywhre what exactly this 'breadcrumb array' contains and WHY the last path is not included. To give you a better vision to what i am saying look at the following example:

In my menu I have Menu_Item1 which has a subcategory path1, which also has to subcategories path2 and path3. In path2 I have, lets say, article1. So the breadcrumb should be (after my code is executed):

Home-> Menu_item1->path1->path2->article1

when in return I have:
Home-> Menu_item1->path1->article1.

Kaltura Installation error

G'day,

I am trying to install Kaltura. I have followed the instructions in the readme, uploaded the files as directed and activated the module. However, when attempting to configure, and before registering for a partner account i get the following errors at the top:

    * Notice: Undefined index: partner_name in kaltura_settings_form() (line 305 of /home2/atomable/public_html/usn/drupal/modules/kaltura/includes/kaltura.admin.inc).
    * Notice: Undefined index: op in kaltura_settings_form() (line 315 of /home2/atomable/public_html/usn/drupal/modules/kaltura/includes/kaltura.admin.inc).
    * Notice: Undefined index: op in kaltura_settings_form() (line 326 of /home2/atomable/public_html/usn/drupal/modules/kaltura/includes/kaltura.admin.inc).
    * Notice: Undefined index: register in kaltura_settings_form() (line 352 of /home2/atomable/public_html/usn/drupal/modules/kaltura/includes/kaltura.admin.inc).
    * Notice: Undefined index: register in kaltura_settings_form() (line 569 of /home2/atomable/public_html/usn/drupal/modules/kaltura/includes/kaltura.admin.inc).

When filling out the registration, and completing i get these errors:


Error while registering partner: SE User with email [myemail@mydomain.com] already exists in system.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x