topics anywhere lettertype veranderen??
Geplaatst: 12 feb 2006, 21:22
Lettertype kleiner maken?
Nederlandstalige phpBB Support
https://www.phpbb.nl/forums/
Nee, dan pas je de layout van de pagina aan waar je alle functies die erin komen kan aanpassen etc. De layout van hoe het op je site zelf komt staat gewoon in het php bestand...XP-Rene schreef:topics_anywhere_body.tpl aanpassen
Code: Selecteer alles
if ($HTTP_GET_VARS['jlp'] == 'y')
{
$url_to_topic = '<a href=\"' . $full_url . "/viewtopic.$phpEx?" . POST_POST_URL . '=' . $data[$i]['topic_last_post_id'] . '#' . $data[$i]['topic_last_post_id'] . '\"' . $css_link . $target_link . '> ' . addslashes($data[$i]['topic_title']) . '</a>';
Code: Selecteer alles
if ($HTTP_GET_VARS['jlp'] == 'y')
{
$url_to_topic = '<a class="classnaam" href=\"' . $full_url . "/viewtopic.$phpEx?" . POST_POST_URL . '=' . $data[$i]['topic_last_post_id'] . '#' . $data[$i]['topic_last_post_id'] . '\"' . $css_link . $target_link . '> ' . addslashes($data[$i]['topic_title']) . '</a>';
Code: Selecteer alles
a.topicsanywherelink {
font-family : Verdana;
font-size: 10;
font-weight : bold;
color : #000000;
text-decoration : none;
}
a:hover.topicsanywherelink {
font-size: 10;
font-weight : bold;
color : #000000;
text-decoration : none;
}
a:active.topicsanywherelink {
font-size: 10;
font-weight : bold;
color : #000000;
text-decoration : none;
}
a:visited.topicsanywherelink {
font-family : Verdana;
font-size: 10;
font-weight : bold;
text-decoration : none;
color : #000000;
}