need social networking developer (geo map project)

Hello all,

I'm developing a social networking website in PHP, with a central geo map
component. I need custom coding to make it look and behave similar to
Google Maps. For example, in addition to zoom, nice terrain graphics,
street names and such, we need the ability to add a photo / multimedia layer
(with stacking image thumbnails & other icons). Clicking on an icon would
fetch appropriate content from the server, via ajax, displayed in a popup
div containing html content.

installation error: please help

i am in this installation page :English (built-in)

Learn how to install Drupal in other languages"

Press save and continue

and after i click the button, i had this fatal error:

Fatal error: Call to undefined function drupal_requirements_url() in /home/content/71/8821971/html/includes/install.core.inc on line 741

i have installed successfully on the godaddy hosting server, and after i install a new theme, it had this error.

thanks
g

Selective access to fields in a view

I want to create a View such that anonymous users will see only certain fields, logged-in users with certain privileges will see all the fields. What's the best way to do this?

Fill in node form field with custom input field (added on form_alter)

I have a custom module question.

I have a node form with a field (type textfield, unlimited values) that is called field_books. I have added 2 extra form elements via form alter, one textfield (lets call this custom_input) and one (ahah) button (custom_input_submit). When clicked on the custom_input_submit i want to use #ajax to fill the value of custom_input in a new item of my field_books field. So field_books should be incremented by one and have the submitted value of custom_input.

     ... form alter :

      $form['custom_input'] = array(
        '#type' => 'textfield',
        '#title' => ('new book'),
      );

      $form['custom_input_submit'] = array(
        '#type' => 'submit',
        '#value' => t('Add to book'),
        '#ajax' => array(
          'callback' => 'ccc_selected_books',
          'wrapper' => 'search-selected-books-wrapper',
          'method' => 'replace'
        ),
        '#submit' => array('ccc_add_books'),
        '#limit_validation_errors' => array(), //don't validate other element of the form
      );
/**
 * Ajax callback that returns the form books element
 */
function ccc_selected_books($form, $form_state) {
	return $form['field_books'];
}

<?php
/**
* Form submit callback (ajax) that moves a book from custom input to field_books
*/
function ccc_add_books($form, &$form_state) {

override page.tpl.php for specific content type?

Hi,
I would like to override page.tpl.php for only a specific content type in my theme (sub of zen). How should I name my files?

I can override with "page--node.tpl.php" but "page--mycontent.tpl.php" or "page--node-mycontent.tpl.php" doesnt work?

How to get full screen (player screen and not computer screen) playback in Mediafront player?

Hello,

I am using MediaFront module for video playback in Drupal 7. However, I am unable to get the player to playback the video in full in the player screen.

What is the right setting to get the full screen video?

Is there anything to do with the resolution of the video taken or is it due to different video format?

Any advice is very much appreciated.

Thank you.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x