Pastoid

Search Results

October 8, 2008 at 5:16 pm - View

private function get_permalink() { $content_type = Post::type_name( $this->content_type ); $permalink_rules = array( "display_{$content_type}",

October 8, 2008 at 4:50 pm - View

<?php class Dateyurl extends Plugin {

October 8, 2008 at 4:11 pm - View

October 8, 2008 at 2:16 pm - View

October 8, 2008 at 12:42 pm - View

October 8, 2008 at 11:11 am - View

<?php $theme->prev_page_link('&laquo; Newer Posts'); ?> <?php $theme->page_selector( null, array( 'leftSide' => 2, 'rightSide' => 2 ) ); ?> <?php $theme->next_page_link('&raquo; Older Posts'); ?> public function add_template_vars() { if( !$this->template_engine->assigned( 'pages' ) ) {

I request to consult for a new browser. - View

Greetings, pink recently a new browser from <a href=http://www.google.com/chrome/index.html?hl=en&brand=CHMI&utm_source=ru-et&utm_medium=et&utm_campaign=ru>google.com</a> who it clothed tried, how it to you? I here about to wigwagging it or not? Whether I here mark it is high-priority to wigwagging it or not? If who tried this the world, style please. ------------------------------------------------------------------------------------------------ P.S. acquit if to that sector has written, the demand of administrators to cart a picket where you have regard for more correct :). P.P.S. On not which forums to me said, that this artifact apart from on some, that not so, here and has unquestioned to learn from you.

October 8, 2008 at 10:13 am - View

if ( isset( $paramset['status'] ) && ( $paramset['status'] != 'any' ) && ( 0 !== $paramset['status'] )) { if ( is_array( $paramset['status'] ) ) { array_walk( $paramset['status'], create_function( '$a,$b,$c', 'if ($a != \'any\') { $c[$b]= Post::status($a); } else { unset($c[$b]); }' ), &$paramset['status'] ); $where[]= "status IN (" . implode( ',', array_fill( 0, count( $paramset['status'] ), '?' ) ) . ")"; $params = array_merge( $params, $paramset['status'] );

October 8, 2008 at 9:52 am - View

<!-- comments --> <?php // Do not delete these lines if ( ! defined('HABARI_PATH' ) ) { die( _t('Please do not load this page directly. Thanks!') ); }

Photo Form Field - View

There should soon be some additions to Habari that will allow you to put this code into the theme class in theme.php, but currently (0.5) this will need to be in a plugin. When applied, this code will create a new "Photo URL" field in the

Photo Form Field - View

/** * Add fields to the publish page for podcasts * * @param FormUI $form The publish form * @param Post $post

October 8, 2008 at 8:51 am - View

<?php $count= 0; foreach ( $posts as $post ) { if ( 0 == $count ) { $firstpost= $post; } $count++;

October 8, 2008 at 7:49 am - View

October 8, 2008 at 7:47 am - View

October 7, 2008 at 4:11 pm - View

RewriteRule ^/search$ /index.php [NC,L] RewriteRule ^/search/$ /index.php [NC,L] RewriteCond %{THE_REQUEST} /([^?\ ]+) RewriteRule ^/search/([^/]+)/([^/]+)/(.*?)(\.html)?$ /view.php?a=$1&v=$2&q=$3&qp=%1 [NC,QSA,L] RewriteCond %{THE_REQUEST} /([^?\ ]+)

October 7, 2008 at 2:55 pm - View

October 7, 2008 at 12:20 pm - View

October 6, 2008 at 5:55 pm - View

October 6, 2008 at 4:03 pm - View

<?php if ( isset( $post->info->summary ) && ( !empty( $post->info->summary ) ) { echo $post->info->summary; } else { echo $post->content_out;

October 6, 2008 at 12:35 pm - View

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