Установка и настройка сайта, а также системного окружения. Исключая вопросы программирования новых модулей и тем.
См. документацию на английском: http://drupal.org/node/258
Hello, I would like to ask if the session ID of the authenticated users are permanently assigned? If not, how often they changed? Thanks in advance.
With the help of this module site administrators can share links between other site administrators.
Hello
I'm trying, in my module 'cartscheduler', to add a validation test on 'delivery_postal_code', into Ubercart cart checkout. Pretty newbie in Drupal dev, I dont really understand what I should do...
My function doesn't work :
Maybe It's possible to override a validate function but I dont know how to achieve this.
Any idea is welcome...
Hello! a form which is processed by ajax, need this form to add a new ajax subquery, process, and return the results. There are opinions on this issue?
Hello,
I'm trying to implement sms in drupal using SMS frame work and sms simple gateway, that will allow me to use an HTTP api
I entered credential of my account and the link gived to me from the sms gate way provider, but it doesn't work..
the URL work but when i putted the credential in the configuration it doesn't work...
i want to know how can i print the url executed? how can i print it ??
this is the variable that i want to see the result:
$http_result = drupal_http_request($url, array(), 'GET');
devel will help? or should add something to the module?
this is the full code of the module:
<?phpThis is a sandbox to develop things for http://drupal.org/project/reply
Future home of the implementation of http://code.google.com/p/dynatree/ to create tree menus.
Alternativeshttp://drupal.org/project/jstree
http://drupal.org/project/dhtml_menu
This API module allow developers to build an entity type which is attached to strong behaviors.
Hi,
I'm working on the 'about us' page on my website, and the page is not able to call up some .jpg files.
I'm using < i m g s r c = "example.jpg" / > on the page to display the pictures.
Where would I need to save the pictures so Drupal is able to call them up locally?
Any help is appreciated.
Adds a payment method to Drupal Commerce to accept credit card payments through the Emporiki Bank (Greek bank) API via XML (not redirection).
Provides options to select the live or the test Emporiki Bank environment and also to have money authorized only or authorized and captured.
Works with euros, dollars and pounds. If there is need for more currencies, please contact me sending me the currency code and I'll add them.
This project is maintained and sponsored by netstudio, a Drupal E-Commerce Solutions company in Athens, Greece.
Unlike Bot Commit, this module does not react to repository changes. It is a lookup tool in the fashion of the Bot Project URL lookup.
This project provides an integration between GitHub and the Bot module. More specifically it makes GitHub a Bot Project provider by utilizing the patch in #969294: Make issue-tracking integration extensible (for Redmine), following the example of Bot project Redmine.
This module currently has support for Commits and Branches. Additional Github-related tricks may be added later.
It depends on the php-github-api library, which for now must be copied into the module directory.
What Does It Do?A commit request might look like:
Grayside: ~0a6fc5129b, %master
or
Grayside: ~bot_github:0a6fc5129b
And produce:
GitHubBot: Commit "Issue #1042: Create an Awesome GitHub Bot integration." by Grayside, http://github.com/Grayside/fakeproject/0a6fc5129b (47 IRC men$
GitHubBot: Branch "master" last updated on Fri, 03 Feb 2012 15:03:31 -0800, https://github.com/Grayside/fakeproject/tree/master (2 IRC mentions)
H
what is the best way to execute some PHP commands when user swicth website to another language?
D7 have some hooks concerning language but there is no hook for switching the language.
I can change language switcher links in that way that I add some URL parameter to them. Then I can test in hook_init() whether some language switcher link was clicked.
Is there any simplier solution?
This module adds a responsive images view mode when inserting images using the Media module browser.
The view mode sets images to have a width of 100% and it will also use core image styles to shrink the image to the maximum width of your widest layout. Max-widths are set on images whose orignal source is less than this maximum width to prevent upscaling.
Tested with 7.x-1.0-rc3 of Media.
Hello everyone!
After searching for a long time I am still without an answer, so I apologize in advance for having to ask for help. I started working on the form API tutorial, but I can't get my sample code to load. Here is the snippet in question:
<?phpError is coming from line 8, saying there is an unexpected t_variable. Any help on what I've done wrong? You'll really be setting me on the right path, so thank you in advance!
-JB
A new extension for FullCalendar. This module allows you to click directly on the calendar to create new events. Currently only supports nodes, generic entities will come soon.
Needs the patch from #1427664: Don't use hook_fullcalendar_options_submit when not appropriate until it's committed.
We are having one master site which works like, if node is added in master site it will be added in different sub-sites too. Want to do the same for deleting a node and have an issue that master site node gets deleted before sub-site node.
I am having an issue in deleting a node of the sub-site from the database i.e database1 while node is deleted from the master database i.e database0.
This repository is used to manage all of the features in ELMS like content, places, timelines, polls, schedule, and many, many others.
Hello.
Set advanced catalog 2.x-dev which already does not work for views and displayed using the Node Dislay and Display suite.
Actually the question, problem, override the conclusion of the field sell_price so at zero cost, zero is not withdrawn, and the inscription "to order" and that's all for the views he is simply doing, but with this set did not work and I can not understand.
Thank you for your attention.
Ok, Hope somebody can Help me,
I need to have the next structure; level1-objects suppose to have several level2-objects and in each level2-object suppose to be able to display a view with the pictures linked to the other level2-objects of the same level1-object. Each level2-object has a reference to their level1-object. I have an extra page where I display a list with different views displaying the different objects of the same level1-object and that one it is working perfectly, however I can’t get the one that access to others of the same kind. I was using Arguments, to get the node IDE of the same level1-object.
Thank you in advance.
The Simple Field module provides a simplified UI for creating Fields. The primary goal is to make it easier to allow non-powerusers to administer fields without necessarily giving them access to the entire core Field interface. Simple Field also allows for more fine-grained control of what types of fields users may create, and what field settings they have access to.
The module can separate the process of field creation from the process of field instance creation. This allows admins to create pre-defined fields, and then allow other users to add the fields to entity types without the complex UI usually associated with adding field instances.
API
Simple Field simplifies the Field UI by making use of default Field settings, overriding defaults in code and only allowing modification of specific field settings. To accomplish this, Simple Field defines it's own 'types' that encompass both field type and widget type settings, and any custom types must define forms for editing values they wish to override. For information on creating new types, among other things, take a look at the documentation.
TodoDocumentation explaining how to define custom simple field types can be found in simple_field.api.php
SponsorshipThe project is sponsored by Evolving Web.