1 getinked Jan 29, 2008 02:19
3 getinked Jan 31, 2008 00:43
if anyone cares or i'm talking to myself its...
$Item->title( array(
'link_type' => 'none',
) );
4 yabba Jan 31, 2008 00:43
$Item->title;
;)
¥
5 getinked Feb 01, 2008 00:58
¥åßßå wrote:
$Item->title;
;)
¥
yeah i tried that a bunch of times....it doesnt seem to work either in 2.4 or maybe its just my template. i have to do it the other way or it returns nothing. i also tried ->title(); but that wraps the links in it.
6 edb Feb 01, 2008 01:34
I was just doing something and came up with
$this_item_title = str_replace( ' ', '%20', $Item->get( 'title' ) );
Not getting a reply doesn't mean no one is listening yah? Generally it means no one has an answer, or if someone does they ain't come along yet. People bump threads, but dig this: if you bump your own just to bump it then it won't show up in the link for "unanswered posts".
Anyway glad you found a solution and thanks for sharing it.
7 yabba Feb 01, 2008 15:11
2.4.x :
<?php
echo '<h2>Title = '.$Item->title.'</h2>';
?>
Works [url=http://dev.innervisions.org.uk/]here[/url] ;)
¥
do i have this posted in the wrong section or is this really that hard?