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
themes
Module for setting a separate permission for theme management
October 20, 2009 - 9:40am — Anonymous
<?php
// $Id$
/*
* Created by Greg Harvey on 20 Oct 2009
*
* http://www.drupaler.co.uk
*/
/**
* Implementation of hook_perm().
*
* Provide a new permission for theme admin acces
6.x
admin
drupal
module
themes
Read more
Fix for menuRoids on Meth...
February 25, 2009 - 5:20am — Anonymous
FUNCTION
theme_convert_menu
(
$menusource
)
{
$themed_menu
=
new DOMDocument
(
)
;
@$themed_menu
->
loadXML
(
$menusource
)
;
$templateSource
=
<<<
TEMPLATESOURCE
<
?xml version
=
"1.0"
encoding
=
"ISO-8859-1"
?
>
menus
themes
Read more
menuRoids on Meth...
February 24, 2009 - 11:22pm — Anonymous
function theme_convert_menu($menusource){
$themed_menu = new DOMDocument();
@$themed_menu->loadXML($menusource);
$templateSource = <<<TEMPLATESOURCE
<
?xml
version
=
"1.0"
encoding=
"ISO-8859-1"
?>
menus
themes
Read more