Open show.inc.php
op regel 737
else{
$output = str_replace("[full-link]","<a href=\"$PHP_SELF?subaction=showfull&id=$news_arr[0]&archive=$archive&start_from=$my_start_from&ucat=$news_arr[6]&$user_query\">", $output);
}
$output = str_replace("[/full-link]","</a>", $output);
=================
wijzig deze in het in:
if($news_arr[4] != "" or $action == "showheadlines"){//if full story
if($config_full_popup == "yes"){
$output = preg_replace("/\\[full-link\\]/","<a href=\"#\" onclick=\"window.open('$config_http_script_dir/show_news.php?subaction=showfull&id=$news_arr[0]&archive=$archive&template=$template', '_News', '$config_full_popup_string');return false;\">", $output);
$output = str_replace("[norm-link]","<a href=\"$PHP_SELF?subaction=showfull&id=$news_arr[0]&archive=$archive&start_from=$my_start_from&ucat=$news_arr[6]&$user_query\">", $output);
$output = str_replace("[/norm-link]","</a>", $output);
=====================================
nu moet je nog de options.mdu aanpassen.
op regel 408 staat:
[full-link] </b>and<b> [/full-link]<br />
zet deze regel eronder
[norm-link] </b>and<b> [/norm-link]<br />
en op 424 staat:
- Link to the full story of article only if there is full story<br />
zet dit eronder
- Link to the full story of article, opent gewoon in de site<br />
Upload nu de files:
options.mdu
show.inc.php
Nu moet je inloggen om het aan te passen.
Options -> Edit Templates -> active news
Daar staat:
<div style="float: right;">[full-link]Lees meer •[/full-link] [com-link]{comments-num} Reacties[/com-link]</div>
Wijzig dit in:
<div style="float: right;">[norm-link]Lees meer[/norm-link]<br>[full-link]Lees in nieuw venster <br>
[com-link]{comments-num} Reacties[/com-link]</div>
Klik op save changes.
Klaar.