DrupalBin
Submit Code
About
Recent Posts
message i get when running openssl s_client -connect 150.203.86.21:443
Fix for Code
Code
add_to_cart_by_sku_contents()
Fix for page.tpl.php
Page.tpl
foreach is beeing disregarded dispite variable is array. Please help. Outside Drupal it works as standalone.php file
foreach is beeing disregarded dispite variable is array inside drupal. Please help. Outside Drupal it works as standalone.php
Fix for filefield implementation in an admin page. "An HTTP error 0 occurred. /drupal/?q=filefield/ahah///"
PHP Code custom.module
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
taxonomy
test
theme
views
more tags
Home
›
scor
›
Recent Posts
scor
View
Posts
tablesort test failure
May 2, 2012 - 3:50pm —
scor
Exception Uncaught e database.inc
2136
PDOStatement-
>
execute
(
)
PDOException: SQLSTATE
[
42S02
]
: Base table or view not found:
1146
Table
&
#039;drupaltestbotmysql.simpletest512
Read more
Code
May 5, 2011 - 11:49am —
scor
You are missing
4
revision
(
s
)
:
Read more
git mv patch
April 5, 2011 - 10:10am —
scor
git checkout 8.x
git checkout -b move3
git mv README.txt README2.txt
git commit -m
"move README file"
git fetch origin
git rebase origin
/
8.x
git format-patch origin
/
8.x
more 0001-move-README-f
Read more
comment.tpl.php with output for empty tags
October 18, 2009 - 3:47pm —
scor
<
div
class
=
"<?php print $classes . ' ' .
Read more
Fix for HTML RDFa output with empty spans
October 18, 2009 - 3:42pm —
scor
<
div
about
=
"/d7sprint/comment/1#comment-1"
typeof
=
"sioct:Post"
class
=
"comment comment-by-node-author comment-by-viewer contextual-links-region even"
>
<
div
class
=
"clearfix"
>
<
span
class
=
"su
Read more
HTML RDFa output with empty spans
October 18, 2009 - 3:40pm —
scor
<
div resource=
"/d7sprint/comment/1#comment-1"
typeof=
"sioct:Post"
class
=
"comment comment-by-node-author comment-by-viewer contextual-links-region even"
>
<
div
class
=
"clearfix"
>
<
span
class
=
Read more
theme_username RDFa
October 17, 2009 - 2:07am —
scor
function
theme_username
(
$variables
)
{
if
(
isset
(
$variables
[
'link_path'
]
)
)
{
// We have a link path, so we should generate a link using l().
// Additional classes may be added as array ele
rdf
Read more