Recent Topics

1 Dec 10, 2006 22:54    

Hello!
I have updated from 0.9.x.x to 1.9.1.
So in ma previous skin, I was able to do the title as the permalink with the following code:
<h3 class="bTitle"><a href="<?php $Item->permalink() ?>" title="<?php echo T_('Permanent link to full entry') ?>"><?php $Item->title(); ?></a></h3>

But know, this does not work. can anyone give me some advice?
I also would prefer to be the trackback the same to the permalink (not a number, but the text), and the "More"- link also to the same (permalink).

Many thanks!
Sopur

2 Dec 11, 2006 12:11

Sopur wrote:

<h3 class="bTitle"><a href="<?php $Item->permalink() ?>" title="<?php echo T_('Permanent link to full entry') ?>"><?php $Item->title(); ?></a></h3>

<h3 class="bTitle"><?php $Item->permanent_link( '#title#' ); ?></h3>


This is what you need to let the title be the permalink and vice versa.

I never use trackbacks, so I can not give you advice in that matter.

3 Dec 11, 2006 13:52

Thank you! That worked.

For the trackback I will watch.

Regards
Sopur

4 Dec 11, 2006 14:20

So I watched for the trackback:
In the _main.php there is the code

$disp_trackback_url = 1;		// Display the trackbal URL if trackbacks requested


So on the site it apears like this:

http://www.sopur.com/htsrv/trackback.php/60

I would like it to be like this:

http://www.sopur.com/index.php/technik/2006/11/15/cablecom_senkt_preis_fur_digital_tv_aber

Anyone a solution?
Thanks and regards!
Sopur


Form is loading...