Pastoid

Search Results

April 27, 2008 at 9:24 pm - View

public function theme_next_post_link( $theme ) { $next_link = ''; $next_post= false;

April 27, 2008 at 5:54 pm - View

Error: Undefined index: file /home/chris/htdocs/habari_sqlite/system/classes/controller.php : Line 167

H - Posts by Info mk2 - View

Index: system/classes/posts.php =================================================================== --- system/classes/posts.php (revision 1581) +++ system/classes/posts.php (working copy) @@ -196,7 +196,101 @@

H - Posts by Info - View

Index: system/classes/posts.php =================================================================== --- system/classes/posts.php (revision 1581) +++ system/classes/posts.php (working copy) @@ -196,7 +196,101 @@

April 27, 2008 at 2:09 pm - View

<?php $date= Utils::getdate( strtotime( $post->pubdate ) ); ?> <span class="calyear"><?php echo $date['year']; ?></span><br><span class="calday"><?php echo $date['mday']; ?></span><br><span class="calmonth"><?php echo $date['month']; ?></span>

April 27, 2008 at 7:52 am - View

Fatal error: Call to a member function build() on a non-object in E:\eclipse\workspace\habarisvn\system\classes\url.php on line 186 Call Stack #TimeMemoryFunctionLocation

April 25, 2008 at 10:51 am - View

<?php class MonthlyArchives extends Plugin { const VERSION= '0.7';

April 25, 2008 at 10:31 am - View

if ( isset( $paramset['content_type'] ) ) { $type= $paramset['content_type']; if ( isset( $paramset['status'] ) ) { $status= $paramset['status'];

April 25, 2008 at 9:35 am - View

April 24, 2008 at 5:36 pm - View

#!/usr/bin/perl -w while(<STDIN>) { my ($x) = $_ =~ /\&lt;b\&gt;([^<]+?)&lt;\/b\&gt;/s; print $x . "\n";

April 24, 2008 at 2:23 pm - View

// before I modified it, the plugin generated this, which doesn't work. http://www.gravatar.com/avatar.php?gravatar_id=99bd2c34fabc04bd523b7df3b68cf61e&rating%5BG%5D=G&rating%5BPG%5D=PG&rating%5BR%5D=R&rating%5BX%5D=X // on miklb's site here is what works: http://www.gravatar.com/avatar.php?gravatar_id=99bd2c34fabc04bd523b7df3b68cf61e&default=http%3A%2F%2Fbloggingmeta.com%2Fuser%2Fsites%2Fthemes.bloggingmeta.com%2Fthemes%2Fswanky%2Fimages%2Fswanky_grav.jpg&size=80&rating=X

April 24, 2008 at 2:13 pm - View

// below line is #49 // $query= http_build_query( $query_arguments, '', '&' ); // $url= "http://www.gravatar.com/avatar.php?" . $query;

April 24, 2008 at 1:19 pm - View

$message= sprintf( _t( 'The post \'%s\' has been ' ), $title); switch ( $status ) { case Post::status( 'published' ): $message.= _t('published'); case Post::status( 'draft' ):

April 24, 2008 at 4:29 am - View

//visiting page/2 will offset to the next page of posts in the footer /3 etc $page=Controller::get_var( 'page' ); $pagination=Options::get('pagination'); //exclude the linkoid tag if active, else... if (Plugins::is_loaded ('linkoid')) { $linkoid=Options::get('linkoid:show'); } else { $linkoid=""; }

April 24, 2008 at 4:10 am - View

$page=Controller::get_var( 'page' ); $pagination=Options::get('pagination'); $linkoid=Options::get('linkoid:show'); if ( $page == '' ) { $page= 1; } $this->assign( 'more_posts', Posts::get(array ( 'not:tag' => $linkoid,'status' => 'published','content_type' => 'entry', 'offset' => ($pagination)*($page), 'limit' => 5, ) ) );

My Paste - View

SELECT COUNT(slug) FROM habari__posts JOIN habari__tag2post ON habari__posts.id= habari__tag2post.post_id JOIN habari__tags ON habari__tag2post.tag_id= habari__tags.id WHERE (status= ? AND tag_text= ?) LIMIT 10

April 23, 2008 at 7:56 pm - View

<h1>My Habari</h1> <h3>This is my first post</h3> <!-- comenters names -->

April 23, 2008 at 7:56 pm - View

<h1>My Habari</h1> <h2>This is my first post</h2> <h3>Comments</h3>

April 23, 2008 at 7:51 pm - View

<h1>My Habari</h1> <h3>This is my first post</h3> <!-- comenters names -->

April 23, 2008 at 7:51 pm - View

<h1>My Habari</h1> <h2>This is my first post</h2> <h3>Comments</h3>

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