Pastoid

Search Results

January 11, 2009 at 10:32 pm - View

January 11, 2009 at 5:51 pm - View

<?php /** * @package Habari * */

January 11, 2009 at 4:19 pm - View

in my "engine" I do: class MyFlickr { function __construct(){ $this->f = new phpFlickr("api-secret");

January 11, 2009 at 4:04 pm - View

Class MyClass{ $f=''; function __contstruct(){ $this->f = new phpFlickr("my-flickr-api-code"); }

January 11, 2009 at 12:40 pm - View

public function act_display( $paramarray= array( 'user_filters'=> array() ) ) { //To exclude the sidenotes tag from main content loop $this->options = $this->get_options(); //act_display is loaded before add_template_vars. So options are loaded here. parent::act_display( $paramarray );

January 10, 2009 at 1:01 am - View

Notice: Undefined variable: paramarray in user/themes/dark-autumn/theme.php line 87 system/classes/userthemehandler.php line 50: DarkAutumn->act_display_home( ) system/classes/controller.php line 156: UserThemeHandler->act( ...1 arg... )

January 10, 2009 at 12:59 am - View

Notice: Undefined variable: paramarray in user/themes/dark-autumn/theme.php line 87

January 10, 2009 at 12:58 am - View

system/classes/userthemehandler.php line 50: DarkAutumn->act_display_home( ) system/classes/controller.php line 156: UserThemeHandler->act( ...1 arg... ) index.php line 237:

January 10, 2009 at 12:28 am - View

public function act_display( $paramarray= array( 'user_filters'=> array() ) ) { //To exclude the sidenotes tag from main content loop $this->options = $this->get_options(); //act_display is loaded before add_template_vars. So options are loaded here. $paramarray['user_filters']['not:tag']= $this->options['darkautumn__sidenotestag'];

January 10, 2009 at 12:06 am - View

public function act_display( $paramarray= array( 'user_filters'=> array() ) ) { $this->options = $this->get_options(); //act_display is loaded before add_template_vars. So options are loaded here. }

January 9, 2009 at 1:16 pm - View

A few people on IRC recently discussed a "hack-a-thon", and from that discussion a tentative plan for the weekend of the 17th and 18th of January was decided. Specifically from midnight GMT Friday (7pm EST) until Midnight Sunday. The goal of the hack-a-thon is to get the next version of Habari closer to release. A proposal to feature freeze trunk on Monday was made, with a few weeks of bug fixing/testing for an early February release. We will be targeting specific tickets with a tentative tag "HAT" for the weekend, however, if you have a specific bug or feature that you would like to see addressed in the next release, now's your chance! There's no formal sign up, just have an account in trac and join us in #habari on IRC, and get to hacking!

January 9, 2009 at 12:25 pm - View

January 9, 2009 at 10:20 am - View

/** * Called when the user goes to the page. */ function emergency_contact_page() { $rec = emergency_contact_detail();

January 9, 2009 at 8:33 am - View

/* * Implementation of hook_user(). */ function emergency_contact_user($op, &$edit, &$user, $category = NULL) { switch($op){

January 9, 2009 at 12:49 am - View

/* * Implementation of hook_user(). */ function emergency_contact_user($op, &$edit, &$user, $category = NULL) { //switch($op){

January 8, 2009 at 12:25 pm - View

January 7, 2009 at 1:43 pm - View

/* * Implementation of hook_user(). */ function emergency_contact_user($op, &$edit, &$user, $category = NULL) { if ($op == 'login') {

January 7, 2009 at 1:04 pm - View

<?php // $Id$ /** * @file

January 7, 2009 at 12:50 pm - View

/* * Implementation of hook_user(). */ function emergency_contact_user($op, &$edit, &$user, $category = NULL) { if ($op == 'login') {

Drupal NiceMenu limit submenu depth - View

function mytheme_nice_menu_tree($pid = 1, $menu = NULL, $depth = 0) { $menu = isset($menu) ? $menu : menu_get_menu(); $output['content'] = ''; $output['subject'] = $menu['items'][$pid]['title'];

1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 · 19 · 20 · 21 · 22 · 23 · 24 · 25 · 26 · 27 · 28 · 29 · 30 · 31 · 32 · 33 · 34 · 35 · 36 · 37 · 38 · 39 · 40 · 41 · 42 · 43 · 44 · 45 · 46 · 47 · 48 · 49 · 50 · 51 · 52 · 53 · 54 · 55 · 56 · 57 · 58 · 59 · 60 · 61 · 62 · 63 · 64 · 65 · 66 · 67 · 68 · 69 · 70 · 71 · 72 · 73 · 74 · 75 · 76 · 77 · 78 · 79 · 80 · 81 · 82 · 83 · 84 · 85 · 86 · 87 · 88 · 89 · 90 · 91 · 92 · 93 · 94 · 95 · 96 · 97 · 98 · 99 · 100 · 101 · 102 · 103 · 104 · 105 · 106 · 107 · 108 · 109 · 110 · 111 · 112 · 113 · 114 · 115 · 116 · 117 · 118 · 119 · 120 · 121 · 122 · 123 · 124 · 125 · 126 · 127 · 128 · 129 · 130 · 131 · 132 · 133 · 134 · 135 · 136 · 137 · 138 · 139 · 140 · 141 · 142 · 143 · 144 · 145 · 146 · 147 · 148 · 149 · 150 · 151 · 152 · 153 · 154 · 155 · 156 · 157 · 158 · 159 · 160 · 161 · 162 · 163

<Hide