Pagina 1 van 1

Codes

Geplaatst: 19 nov 2010, 11:00
door Deefje85
  • Adres van je forum: http://www.psforum.be
    Event. modificaties op je forum:
    Wanneer ontstond het probleem?niet echt geen probleem
    phpBB versie:
    phpbb 3

    Heb je onlangs iets veranderd aan je forum?

    Nee.
    Wat is het probleem?
Vraag 1:Als ik op mijn forum zit en ik klik dan op bronpagina.krijg ik allemaal meta tags te zien??
de vraag is ,waar kan ik die terug vinden allemaal??
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="nl-nl" xml:lang="nl-nl">
<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="nl-nl" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
vraag 2:
Google analytics vraag voor een bepaalde code te plakken,deze code
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19788248-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
iemand een idee,in welk bestand je die moet plakken??zou die moeten zien op mijn bronpagina??

Alvast bedankt voor de hulp

Re: Codes

Geplaatst: 19 nov 2010, 11:27
door Ger
Je vind dat in ./styles/prosilver/template/overall_header.html
De Google analytics code kun je toevoegen in datzelfde bestand, direct boven </head>

Re: Codes

Geplaatst: 19 nov 2010, 11:28
door Deefje85
Ger schreef:Je vind dat in ./styles/prosilver/template/overall_header.html
De Google analytics code kun je toevoegen in datzelfde bestand, direct boven </head>
Dank je wel.:)

had het liever te vragen voor ik overall in ga prutsen