- Adres van je forum: http://www.uitzendforum.info
Event. modificaties op je forum:
Wanneer ontstond het probleem?
phpBB versie:
Heb je onlangs iets veranderd aan je forum?
Wat is het probleem?
bijvoorbaad dank
Nee hoor de stijl maakt in principe niet uit, het enige verschil is dat de manier van toevoegen en/of wijzigen bij iedere stijl anders kan zijn, met index bedoel je forumoverzicht? Kun je wat specifieker zijn? Als je hem boven aan wilt moet je bijvoorbeeld in deauke201 schreef:ik wil hem graag op de index pagina maar ik maak gebruik van een thema ik weet niet of dat nog verschil maakt ?
overall_header.html
zijn, wil je hem onderaan dan in de overall_footer.html
.David schreef:Nee hoor de stijl maakt in principe niet uit, het enige verschil is dat de manier van toevoegen en/of wijzigen bij iedere stijl anders kan zijn, met index bedoel je forumoverzicht? Kun je wat specifieker zijn? Als je hem boven aan wilt moet je bijvoorbeeld in deauke201 schreef:ik wil hem graag op de index pagina maar ik maak gebruik van een thema ik weet niet of dat nog verschil maakt ?overall_header.html
zijn, wil je hem onderaan dan in deoverall_footer.html
.
styles/X-Treme/template/overall_header.html
Code: Selecteer alles
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 'YOUR_APP_ID', // App ID
channelUrl : '//WWW.YOUR_DOMAIN.COM/channel.html', // Channel File
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
// Additional initialization code here
};
// Load the SDK Asynchronously
(function(d){
var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js";
ref.parentNode.insertBefore(js, ref);
}(document));
</script>
Code: Selecteer alles
</head>
</head>
kun je bovenstaand script plakken!Code: Selecteer alles
<!-- INCLUDE breadcrumbs.html -->
Ik ben hier ook een tijd mee aan het stoeien geweestyomi schreef: Ik ben al een tijd bezig om te achterhalen wat de error zou kunnen maken,
maar tot heden nog niet gevonden.l
Code: Selecteer alles
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
Code: Selecteer alles
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
Code: Selecteer alles
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="keywords" content="" />
<meta name="description" content="" />
{META}
<title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>
Code: Selecteer alles
<title><!-- IF S_IN_MCP -->{L_MCP} • {PAGE_TITLE}<!-- ELSEIF S_IN_UCP -->{L_UCP} • {PAGE_TITLE}<!-- ELSEIF SCRIPT_NAME == "viewtopic" -->{PAGE_TITLE} - {FORUM_NAME}<!-- ELSEIF SCRIPT_NAME == "viewforum" -->{FORUM_NAME}<!-- ELSE -->Site-Naam-Hier<!-- ENDIF --></title>
<meta charset="UTF-8" />
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />
{META}
<meta property="og:title" content="{PAGE_TITLE}" />
<meta property="og:type" content="article" />
<meta property="og:url" content="{BOARD_URL}" />
<meta property="og:image" content="http://www.jou-forum-url.nl/images/pr-200x200.png" />
<meta property="og:site_name" content="Site-Naam-Hierl" />
<meta property="fb:admins" content="USER ID HIER" />
<meta property="fb:app_id" content="APP ID HIER" />
<meta property="og:description" content="{SITE_DESCRIPTION}" />
<meta name="description" content="{SITE_DESCRIPTION}" />
<meta name="keywords" content="" />
<meta name="resource-type" content="document" />
<link rel="canonical" href="{BOARD_URL}" />
Code: Selecteer alles
// The following assigns all _common_ variables that may be used at any point in a template.
$template->assign_vars(array(
Code: Selecteer alles
'QUERY_STRING' => preg_replace( array( '#(\\?|\\&)sid=[0-9a-f]{32}#i', '#^[?&]#' ), '', $_SERVER['QUERY_STRING'] ),
Code: Selecteer alles
<title><!-- IF S_IN_MCP -->{L_MCP} • {PAGE_TITLE}<!-- ELSEIF S_IN_UCP -->{L_UCP} • {PAGE_TITLE}<!-- ELSEIF SCRIPT_NAME == "viewtopic" -->{PAGE_TITLE} - {FORUM_NAME}<!-- ELSEIF SCRIPT_NAME == "viewforum" -->{FORUM_NAME}<!-- ELSE -->Site-Naam-Hier<!-- ENDIF --></title>
<meta charset="UTF-8" />
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />
{META}
<meta property="og:title" content="{PAGE_TITLE}" />
<meta property="og:type" content="article" />
<meta property="og:url" content="{BOARD_URL}" />
<meta property="og:image" content="http://www.jou-forum-url.nl/images/pr-200x200.png" />
<meta property="og:site_name" content="Site-Naam-Hierl" />
<meta property="fb:admins" content="USER ID HIER" />
<meta property="fb:app_id" content="APP ID HIER" />
<meta property="og:description" content="{SITE_DESCRIPTION}" />
<meta name="description" content="{SITE_DESCRIPTION}" />
<meta name="keywords" content="" />
<meta name="resource-type" content="document" />
<link rel="canonical" href="{BOARD_URL}" />
Code: Selecteer alles
<title><!-- IF S_IN_MCP -->{L_MCP} • {PAGE_TITLE}<!-- ELSEIF S_IN_UCP -->{L_UCP} • {PAGE_TITLE}<!-- ELSEIF SCRIPT_NAME == "viewtopic" -->{PAGE_TITLE} - {FORUM_NAME}<!-- ELSEIF SCRIPT_NAME == "viewforum" -->{FORUM_NAME}<!-- ELSE -->Site-Naam-Hier<!-- ENDIF --></title>
<meta charset="UTF-8" />
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />
{META}
<meta property="og:title" content="<!-- IF SCRIPT_NAME == "viewtopic" -->{PAGE_TITLE}<!-- ELSE -->Site-Naam-Hier<!-- ENDIF -->" />
<meta property="og:type" content="article" />
<meta property="og:url" content="{BOARD_URL}{SCRIPT_NAME}.php<!-- IF QUERY_STRING -->?{QUERY_STRING}<!-- ENDIF -->" />
<meta property="og:image" content="http://www.jou-forum-url.nl/images/pr-200x200.png" />
<meta property="og:site_name" content="Site-Naam-Hierl" />
<meta property="fb:admins" content="USER ID HIER" />
<meta property="fb:app_id" content="APP ID HIER" />
<meta property="og:description" content="<!-- IF SCRIPT_NAME == "portal" or SCRIPT_NAME == "index" -->{SITE_DESCRIPTION}<!-- ELSE -->{S_META_DESCRIPTION}<!-- ENDIF -->" />
<meta name="description" content="<!-- IF SCRIPT_NAME == "portal" or SCRIPT_NAME == "index" -->{SITE_DESCRIPTION}<!-- ELSE -->{S_META_DESCRIPTION}<!-- ENDIF -->" />
<meta name="keywords" content="{S_META_KEYWORDS}" />
<meta name="resource-type" content="document" />
<link rel="canonical" href="{BOARD_URL}{SCRIPT_NAME}.php<!-- IF QUERY_STRING -->?{QUERY_STRING}<!-- ENDIF -->" />