1 lexagon Jun 16, 2006 10:25
3 lexagon Jun 16, 2006 11:07
Hey, Ed :)
sorry, to have forgotten that. The bit originally comes from skin "plain" and I'm having it in the "poolish" skin I'm trying to concoct for 0.9.2.
Don't forget that hair of the dog in the morning! :D
L8rs, 'lex
4 yabba Jun 16, 2006 12:24
if ( $Blog->longdesc )
{
$Blog->disp( 'longdesc', 'htmlbody' );
} else {
// no long desc
}
;)
¥
5 lexagon Jun 16, 2006 12:37
Hey Yabba; thanks .. but .. *scratching head* ummm ....
where do I put my icon call?!
more regards, 'lex
6 yabba Jun 16, 2006 12:41
if ( $Blog->longdesc )
{
// change this line to your real icon call
echo '<img src="images/info.gif" alt="an icon" />';
$Blog->disp( 'longdesc', 'htmlbody' );
} else {
// no long desc
}
¥
7 lexagon Jun 16, 2006 13:36
perfect! /me needed a minute to figure out that your statement needed inclusion by php brackets, heh, but now it works like a charm! Thank you! :) Even more regards, 'lex
I'm way too likkered up to have an answer for ya, but I do got a question that springs to my sorry sodden mind. In what version and folder did you find an _main.php with that code in it?
(Now that I gave you nothing if ¥åßßå doesn't beat me to it I'll try to have a real answer for you in the nextday.)