DrupalBin
Submit Code
About
Recent Posts
Code
1 hour 35 min
ago
Code
4 hours 48 min
ago
Fix for Code
4 hours 57 min
ago
d5, hook_comment, trying to force an input filter format
8 hours 15 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
oauth module
Fix for multi page form
September 16, 2008 - 12:14pm — Anonymous
function
oauth_request_call
(
)
{
$form
[
'#multistep'
]
=
TRUE
;
//drupal_set_message('<pre>'. print_r(&$form_state, TRUE) .'</pre>');
multipage
oauth module
sumit kataria
test call browser :)
Read more
Fix for multi page form
September 15, 2008 - 7:10pm — Anonymous
function
oauth_request_call
(
)
{
$form
[
'#multistep'
]
=
TRUE
;
//drupal_set_message('<pre>'. print_r(&$form_state, TRUE) .'</pre>');
multipage
oauth module
sumit kataria
test call browser :)
Read more
multi page form
June 26, 2008 - 8:21pm — Anonymous
function
oauth_request_call
(
)
{
$form
[
'#multistep'
]
=
TRUE
;
//drupal_set_message('<pre>'. print_r(&$form_state, TRUE) .'</pre>');
multipage
oauth module
sumit kataria
test call browser :)
Read more
Lo Gurpartap Ji - Now I wont even change it :P
June 22, 2008 - 10:46pm — Anonymous
<?php
require_once
"OAuth.php"
;
/**
* Implementation of hook_menu
*/
function
oauth_menu
(
)
{
$items
[
'oauth/request'
]
=
array
(
'title'
=>
t
(
'Request token'
)
,
oauth module
Read more