
mein Server unterstützt leider kein mod rewrite

muss ich nun in jeder einzelnen tpl datei den template pfad durch den scriptpfad ändern?
Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------
#
recent.php
#
#-----[ FIND ]------------------------------------------
#
$last_url = '<a href="'. append_sid("viewtopic.$phpEx?". POST_POST_URL .'='. $line[$i]['topic_last_post_id']) .'#'. $line[$i]['topic_last_post_id'] .'"><img src="'. $images['icon_latest_reply'] .'" alt="'. $lang['View_latest_post'] .'" title="'. $lang['View_latest_post'] .'" border="0" /></a>';
#
#-----[ REPLACE WITH ]------------------------------------------
#
//-- mod : avoid double content urls -------------------------------------------
//-- delete
/*
$last_url = '<a href="'. append_sid("viewtopic.$phpEx?". POST_POST_URL .'='. $line[$i]['topic_last_post_id']) .'#'. $line[$i]['topic_last_post_id'] .'"><img src="'. $images['icon_latest_reply'] .'" alt="'. $lang['View_latest_post'] .'" title="'. $lang['View_latest_post'] .'" border="0" /></a>';
*/
//-- add
$total_pages_topic = ($replies + 1) / $board_config['posts_per_page'] <= 1 ? '' : '&start=' . floor($replies / $board_config['posts_per_page']) * intval($board_config['posts_per_page']);
$last_url = '<a href="'. append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . '=' . $topic_id . $total_pages_topic) . '#' . $line[$i]['topic_last_post_id'] .'"><img src="'. $images['icon_latest_reply'] .'" alt="'. $lang['View_latest_post'] .'" title="'. $lang['View_latest_post'] .'" border="0" /></a>';
//-- fin mod : avoid double content urls ---------------------------------------
der link geht nicht.Sanchez17 hat geschrieben:Hola,
ist dies eigentlich absicht...
http://www.fussball-international.net/p ... enannt.bmp
...dass statt dem Username der Titel angezeigt wird?War früher sowie ich weiß nicht so....
Was bringt das?
Der Titel war schon immer da.
Forum XYZ
Hier gibt es viele Infos zu XYZ.
Letztes Thema: XYZ tritt dort..etc.