1 joachim Aug 22, 2006 16:23
3 joachim Aug 16, 2006 06:35
Hi Topanga,
at present my blog runs with nifty corners. everything looks good in the "front-desk".
kind regards
joachim
4 joachim Aug 20, 2006 19:06
still trying to upate my skin from 0.9.2 to 1.8.
at the moment something with the code of "permalink" went wrong and I can not find the problem :( just worked with http://manual.b2evolution.net/Upgrade_Skin_from_0.9.2_to_1.8
this is my code in the area of the permalink
<?php
// ------------------------------------ START OF POSTS ----------------------------------------
if( isset($MainList) ) $MainList->display_if_empty(); // Display message if no post
if( isset($MainList) ) while( $Item = $MainList->get_item() ) {
// $MainList->date_if_changed(); ?>
<div class="bPost bPost<?php $Item->status( 'raw' ) ?>" lang="<?php $Item->lang() ?>">
<?php
locale_temp_switch( $Item->locale ); // Temporarily switch to post locale
$Item->anchor(); // Anchor for permalinks to refer to
?>
<h2><?php
if( ( ($authorimage = 'img/authors/'.strtolower($Item->Author->login).'.jpg')
&& is_file( dirname(__FILE__).'/'.$authorimage ) )
||
( ($authorimage = 'img/authors/'.strtolower($Item->Author->login).'.jpg')
&& is_file( dirname(__FILE__).'/'.$authorimage ) )
)
{ // we have an author image
$authorblog = Blog_get_by_ID( $Item->blog_ID );
$size = getimagesize( dirname(__FILE__).'/'.$authorimage );
echo '<img class="leftmargin" src="'.$authorimage.'" '.$size[3].' alt="'.$Item->Author->
get( 'preferedname', 'htmlattr' ).'" />';
echo '</a>';
}
if( $Item->get('url') ) {
$Item->title();
} else { ?>
<?php $Item->permanent_link( '#', '#', 'permalink_right' ); ?>
<?php } ?>
</h2>
<div class="bSmallHead">
<?php
$Item->permanent_link( '#icon#' );
echo ' ';
$Item->issue_time();
echo ', by ';
// Load Item's creator User:
$Item->author();
$Item->msgform_link( $Blog->get('msgformurl') );
echo ', ';
$Item->wordcount();
echo ' ', T_('words');
echo ', ';
$Item->views();
echo ' ';
locale_flag( $Item->locale, 'h10px' );
echo '<br /> ', T_('Categories'), ': ';
$Item->categories();
?>
</div>
<div class="bText">
<?php
$Item->content();
link_pages();
?>
</div>
<div class="bSmallPrint">
<?php $Item->permanent_link( '#', '#', 'permalink_right' ); ?>
<?php $Item->feedback_link( 'comments' ) // Link to comments ?>
<?php $Item->feedback_link( 'trackbacks', ' • ' ) // Link to trackbacks ?>
<?php $Item->feedback_link( 'pingbacks', ' • ' ) // Link to trackbacks ?>
<?php $Item->edit_link( ' • ' ) // Link to backoffice for editing ?>
<?php $Item->trackback_rdf ( ' • ' )// trackback autodiscovery information ?>
I can see my updated skin, but only with ONE blog (the latest one). at the end it says: Please, do not access this page directly.
Waht´s the problem???
Kind regards
joe
5 topanga Aug 20, 2006 19:15
Often when it is showing that error, it means that it is trying to find a file that is not uploaded or not correctly uploaded...
Since I had a lot of troubles uploading files in your account, it is very possible that it is something like that...
But to find out what file, that is a complately other question...
I for myself had to upload the whole bunch a couple of times, and at the end it worked...
6 edb Aug 20, 2006 21:33
What skin are you trying to upgrade that is giving you the problem? Soon we will have a temporary skins demo for 1.8.0 and 1.8.1, and shortly after that we will have the real skins site up to speed again.
7 joachim Aug 21, 2006 06:54
I am trying to update the skin "kubrick2evo".
8 edb Aug 21, 2006 10:53
http://forums.b2evolution.net/viewtopic.php?t=8980 might save you some trouble.
and are you able to view all correctly with a defaultskin ?