DrupalBin
Submit Code
About
Recent Posts
Code
Fix for Fix for Code
Fix for Code
Code
Node type whitelist
an axe coach accessories
coach purses married
Fix for de las ghd alturas
de las ghd alturas
Code
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
cooolzine
trying to install cooolzine theme: Fatal error: Call to undefined method stdClass::execute() in node.front.tpl.php line 19.
July 23, 2010 - 7:08pm — Anonymous
<div class="fluid">
<?php
/// ads ///
if
(
theme_get_setting
(
'cooolzine_ads'
)
==
'true'
)
{
$display_id
=
'default'
;
$ad
= views_get_view
(
'ads'
)
;
$ad
-
>
set_arguments
(
array
(
'taxonomy'
)
)
;
cooolzine
fatal error
Read more
im trying to add this view to views. its provided by cooolzine theme from themeforest. but i cant import. keep getting error.
July 23, 2010 - 7:05pm — Anonymous
$view
=
new
view;
$view
-
>
name
=
'front_tops'
;
$view
-
>
description
=
'Frontpage view'
;
$view
-
>
tag
=
'default'
;
$view
-
>
view_php
=
''
;
$view
-
>
base_table
=
'node'
;
$view
-
>
is_cacheable
=
FALSE
;
$view
cooolzine
import
import error
views
Read more