2 yabba Nov 09, 2006 09:04

Thank-you! That worked great! I saw that line a few hours before you replied and I tried to comment it out with html code, but it didn't like that. It didn't occur to me to just delete it! There are sooooo many things that I want to do with this blog, but for now, I think this is the best it gets! I don't understand enough about them just yet. :D
slash slash comments out php, like this:
<?php
some_function( 'param', 'another_param' )
?>
Makes whatever it was disappear by commenting out the important line:
<?php
// some_function( 'param', 'another_param' )
?>
Ah! An extra tidbit of help, thank-you! I've decided to keep going, have not slept yet *yawns*. Can you please tell me where to put an mpg video file and what the code is supposed to say? I have the video, just don't know what to do with it! :-/
¥åßßå wrote:
If you look in _main.php you should find a line that looks similar to this one, just delete it :-
locale_flag( $Item->locale, 'h10px' );
¥
Sorry about this (I feel like a right moron asking you questions all the time!), but what do you mean by "-main.php"? I've been right through what I downloaded and I can't find a file with that name.
Back in 2006 when this thread was created there was a different skin architecture with different file names. This is just referring to the old skin files for 1.10.x I think.
I think you now have to look for something like the following in your skin files:
$Item->locale_flag( array(
'before' => ' ',
'after' => '',
) );
L
Thanks Iturner, I'll try that.
If you look in _main.php you should find a line that looks similar to this one, just delete it :-
¥