Hilfe bzw Frage

Aktuelle Version: 1.0.6
Veröffentlicht: 01.09.10
Forum rules
Vor dem erstellen neuer Supportanfragen bitte zuerst in die board3 Portal FAQ schauen und die Suche benutzen!
Viele Fragen sind bereits schon gestellt und beantwortet worden.
Bitte auch unsere Forumsregeln lesen und beachten!
Locked

Topic author
Naschas
Active Member
Posts: 4
Joined: 21. September 2009 17:43

Hilfe bzw Frage

Post by Naschas »

Deine Portal Version: 1.0.0RC3
Typ Deines phpBB Forums: Standard phpBB3
MODs installiert: Nein
Dein Wissensstand: Einsteiger
Link zu Deinem Forum: http://www.deutsch-ritter-orden.de

Was hast Du gemacht, bevor das Problem aufgetreten ist?
Die datein nach anleitung mit Dreamweaver Bearbeitet

Was hast Du bereits versucht um das Problem zu lösen?
die sufu benuzt

Fehlerbeschreibung und Nachricht
hallo ich wolte fragen ob ich meine daten richtig editiert habe
weil wen ich die seite aufrufe http://www.deutsch-ritter-orden.de/portal
das is alles weiß

hab sie in ne zip ge packt und mal auf rs geladen bitte um hilfe danke
datein.zip

http://rapidshare.com/files/283086294/datein.zip

were alerdings auch super wenn mir jemand die ge endertet datein fals meine flasch sein solten auf rs oder sonzt wo geben könte bzw hochladen
und ich hoffe auf eine andword ^^ Danke !! :lol:
User avatar

DDG
Active Member
Posts: 34
Joined: 21. September 2009 05:47
phpBB.de User: DDG
phpBB.com User: DDG
Location: Hannover

Re: Hilfe bzw Frage

Post by DDG »

Naschas wrote: weil wen ich die seite aufrufe http://www.deutsch-ritter-orden.de/portal
das is alles weiß
klar ist da alle weiß, die Richtige URL ist ja auch http://www.deutsch-ritter-orden.de/portal.php
dazu mußt du natürlich auch alle Dateien wie in der Install anleitung beschrieben hochladen.

Ausserdem mußt du auch die Dateien, die zum Style gehören in dein Style hochladen. Also wenn dein Style auf prosilver basiert:

Code: Select all

Copy: root/styles/prosilver/template/portal/*.* 
To: styles/DEIN STYLE/template/portal/*.* 
Copy: root/styles/prosilver/template/portal/block/*.* 
To: styles/DEIN STYLE/template/portal/block/*.* 
Copy: root/styles/prosilver/theme/portal.css 
To: styles/DEIN STYLE/theme/portal.css 
Copy: root/styles/prosilver/theme/images/portal/*.* 
To: styles/DEIN STYLE/theme/images/portal/*.*
wenn dein Style auf subsilver2 basiert:

Code: Select all

Copy: root/styles/subsilver2/template/portal/*.* 
To: styles/DEIN STYLE/template/portal/*.* 
Copy: root/styles/subsilver2/theme/images/portal/*.* 
To: styles/DEIN STYLE/theme/images/portal/*.* 
Entsprechend mußt du auch die Dateien für Dein Style bearbeiten

Gruß Dirk

Topic author
Naschas
Active Member
Posts: 4
Joined: 21. September 2009 17:43

Re: Hilfe bzw Frage

Post by Naschas »

Danke habs hinnbekommen hab nur ein Problem
http://www.deutsch-ritter-orden.de/portal.php
es ist alles n bissel ferschoben
aber danke für die hilfe
User avatar

DDG
Active Member
Posts: 34
Joined: 21. September 2009 05:47
phpBB.de User: DDG
phpBB.com User: DDG
Location: Hannover

Re: Hilfe bzw Frage

Post by DDG »


Topic author
Naschas
Active Member
Posts: 4
Joined: 21. September 2009 17:43

Re: Hilfe bzw Frage

Post by Naschas »

hab ich und ich poste mal meine overall_header.html

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">-->
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
<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="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="pbwow, pbunderground, phpbb, forum, skin, style, warcraft, world of warcraft, worldofwarcraft, diablo, new, pbunderground.com, pbwow.com, world, vbulletin, wow, custom, official, fan" />
<meta name="description" content="" />
{META}
<title>{SITENAME} -> <!-- IF S_IN_MCP -->{L_MCP} -> <!-- ELSEIF S_IN_UCP -->{L_UCP} -> <!-- ENDIF -->{PAGE_TITLE}</title>

<script type="text/javascript">
// <![CDATA[
	var jump_page = '{LA_JUMP_PAGE}:';
	var on_page = '{ON_PAGE}';
	var per_page = '{PER_PAGE}';
	var base_url = '{A_BASE_URL}';
	var style_cookie = 'phpBBstyle';
	var style_cookie_settings = '{A_COOKIE_SETTINGS}';
	var onload_functions = new Array();
	var onunload_functions = new Array();

	<!-- IF S_USER_PM_POPUP -->
		if ({S_NEW_PM})
		{
			var url = '{UA_POPUP_PM}';
			window.open(url.replace(/&/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
		}
	<!-- ENDIF -->

	/**
	* Find a member
	*/
	function find_username(url)
	{
		popup(url, 760, 570, '_usersearch');
		return false;
	}

	/**
	* New function for handling multiple calls to window.onload and window.unload by pentapenguin
	*/
	window.onload = function()
	{
		for (var i = 0; i < onload_functions.length; i++)
		{
			eval(onload_functions[i]);
		}
	}

	window.onunload = function()
	{
		for (var i = 0; i < onunload_functions.length; i++)
		{
			eval(onunload_functions[i]);
		}
	}

// ]]>
</script>

<!-- These filepaths are one tough cookie I tell ya. Path needs proper fix, SUPER_TEMPLATE doesn't work on master template -->
<link href="styles/pbwow/theme/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
<link href="{T_IMAGESET_PATH}/favicon.ico" rel="shortcut icon" />

<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script> 
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/js/detection.js"></script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/js/forum.js"></script>
<script type="text/javascript">
	if(Browser.ie7) {
		addStylesheet('styles/pbwow/theme/wow/fixes/additional-win-ie7.css');
		}
	else if(Browser.ie6) {
		addStylesheet('styles/pbwow/theme/wow/fixes/additional-win-ie.css');
		}
	else if(Browser.opera) {
		addStylesheet('styles/pbwow/theme/wow/fixes/additional-win-opera.css');
		}
	else if(Browser.safari && !Browser.safari3) {
		addStylesheet('styles/pbwow/theme/wow/fixes/additional-mac-safari.css');
		}
</script>
</head>


<body id="phpbb" <!-- IF .searchresults and not S_SHOW_TOPICS -->onload="javascript:init();"<!-- ENDIF --> <!-- IF NEWEST_USER -->class="indexbg"<!-- ENDIF -->>
<div class="outer-container"><!-- Needed for Bnet theme -->
<!-- INCLUDE custom/top_navigation.html -->
<!-- INCLUDE custom/header_donate.html -->

<a id="top" name="top" accesskey="t"></a>
<!-- headers/links -->
<div id="header">
	<div class="logo-container">
		<div class="logo-right">
			<h1 class="wow-logo"></h1>
			<a class="ielink" href="{U_INDEX}"></a>
		</div>
	</div>
</div>
<div class="gryph-container">
	<div class="gryph-z">
		<span class="left-gryphon"></span>
		<span class="right-gryphon"></span>
	</div>
	<!--[if lte IE 6]>
<img src="{T_IMAGESET_PATH}/pixel.gif" border="0" width="775" height="1" alt="" />
<![endif]-->
</div>

<!-- IF S_QUICK_STYLE_OPTIONS -->
<div id="style-switcher" style="z-index:7000">
	<div class="language-switcher-container">
		<h1 class="theme-title"></h1>
		<div class="language-selector">
		<form action="{S_QUICK_STYLE_ACTION}" method="post">
			<select name="prime_quick_style" id="prime_quick_style" class="gray" onchange="this.form.submit();">
				{S_QUICK_STYLE_OPTIONS}
			</select>
			<noscript>
			<div style="display:inline;">
				<input type="submit" value="&nbsp;" style="height:19px; width:21px; background:url({T_IMAGESET_PATH}/jump-button.gif) no-repeat; border:none; cursor:pointer" />
			</div>
			</noscript>
		</form>
		</div>
	</div>
</div>
<!-- ENDIF -->

<!-- This part is for the header overlay "extras" on the index page. -->
<!-- IF NEWEST_USER -->
<div style="margin:0 auto; position:relative; display:block; width:720px; z-index:6000">
	<div class="indexbg-extra">
		<div class="indexbg-extra2"></div>
	</div>
</div>
<div class="drop-shadow" style="background:none"></div>
<!-- ELSE -->
<div class="drop-shadow"></div>
<!-- ENDIF -->

<!-- IF U_ACP --><div class="admin-shortcuts" style="position:fixed; z-index:999;"><a href="{U_ACP}" class="quickadmin"></a>
<!-- IF U_WATCH_TOPIC --><a href="{U_WATCH_TOPIC}" class="view-sub"></a><!-- ENDIF --></div><!-- ENDIF -->
Locked

Return to “board3 Portal 1.0.x - Deutscher Support”