Page 1 of 4

Portalstruktur dauerhaft anzeigen?

Posted: 7. April 2009 23:24
by Laest
Deine Portal Version: 1.0.3
Typ Deines phpBB Forums: Standard phpBB3
MODs installiert: Nein
Dein Wissensstand: Fortgeschritten
Link zu Deinem Forum: http://kneipirinha.de

PHP Version: 5
MySQL Version: 5

Was hast Du gemacht, bevor das Problem aufgetreten ist?
Darüber nachgedacht xD

Was hast Du bereits versucht um das Problem zu lösen?
Im Admin-Panel unter Mods eine Einstellungsmöglichkeit gesucht!

Fehlerbeschreibung und Nachricht
Hallo,

ich würde das Portal gerne so einstellen, dass wenn cih auf Forenübersicht klicke, die beiden Menü's links und rechts weiterhin angezeigt werden.
Ist das irgendwie möglich?

mfG

Re: Portalstruktur dauerhaft anzeigen?

Posted: 7. April 2009 23:49
by Christian_N
Schon die Suche benutzt?
viewtopic.php?f=31&t=1369 ;)
Allerdings hat der MOD-Autor Dyo dies noch nicht an 1.0.3 angepasst sollte aber ohne größere Problebe auch mit 1.0.3 funktionieren laut ralf-isi

Re: Portalstruktur dauerhaft anzeigen?

Posted: 8. April 2009 01:11
by Mike
Ins richtige Forum Verschoben...

Re: Portalstruktur dauerhaft anzeigen?

Posted: 8. April 2009 11:49
by Laest
nagut...das war ja wohl nicht so der renner -.-

musste das backup inspielen, weils einige fehler hatte und die seite nicht mehr angezeigt wurde -.-

Re: Portalstruktur dauerhaft anzeigen?

Posted: 8. April 2009 12:09
by ralf-isi
Laest wrote:nagut...das war ja wohl nicht so der renner -.-
und was sagt uns das?

mal ganz blöd nachfragen: den MOD Portalview hast du eingebaut?
der funktioniert bei mir mit:
phpBB 3.0.4
B3P 1.0.3
AeroBlue 1.0.3
heisst: wenn ich die foren-übersicht aufrufe habe ich die boxen links und rechts immer sichtbar (genau wie auf der startseite vom portal). auch wenn ich ein forum aufrufe und ebenfalls wenn ich einen beitrag im forum lesen will: die boxen links + rechts sind immer da.
das gleiche gilt auch wenn ich eine selbsterstellte seite aufrufe. (da hab ich noch ein problem mit der sid was aber hier nichts zur sache tut.)

grüsse aus der schweiz

Re: Portalstruktur dauerhaft anzeigen?

Posted: 8. April 2009 13:05
by Laest
bei mir waren die boxen nicht richtig angezeigt -.- also nicht farbig sondern einfach auf dem weißen BG...
die portal startseite wurde nicht angezeigt...

das waren die hauptsachen die mir aufgefallen sind dass es nciht ging -.-

Re: Portalstruktur dauerhaft anzeigen?

Posted: 8. April 2009 13:31
by ralf-isi
Laest wrote:das waren die hauptsachen die mir aufgefallen sind dass es nciht ging -.-
also ging es doch ... nur nicht farbig. :-)
das ist schon ein unterschied zu 'geht nicht'. ich tippe mal auf einen einbaufehler oder ein nicht passendes template. das ev mal wechseln oder es im standart einbauen.

Re: Portalstruktur dauerhaft anzeigen?

Posted: 8. April 2009 13:56
by Laest
ich hab das standard template...also in grau halt xD http://kneipirinha.de

Re: Portalstruktur dauerhaft anzeigen?

Posted: 8. April 2009 17:34
by Mike
Das Problem ist, das der Mod noch nicht auf 1.0.3 geupdatet wurde. Da aber in der 1.0.3 die Rahmen der Blöcke durch eine config Datei angezogen werden, muss diese erst includiert werden. Das ist aber in der aktuell Version des Mod noch nicht so. Deswegen funktioniert das auch nicht. Abhilfe schafft dieser Fix.

Re: Portalstruktur dauerhaft anzeigen?

Posted: 9. April 2009 12:30
by Laest
Also, ich hab jetzt diesen Fix eingebaut, aber das de i nr,dass r mir jetzt nur die Linke Menüleiste anzeigt und die rechte Navbar iwie geschluckt hat -.-

Muss an der overall_Header/Footer liegen denk ich oder an der Portalbody -.-

Hast du darauf auch ncoh eine lösung doer irgendwer anders`?

ich verwende halt nicht AeroBlue sondern Subsilver

Edit:

habs jetzt geschafft fürs forum beide spalten anzeigen zu lassen, aber auf der Portalseite wird weiterhin die Linke spalte nur angezeigt -.-

Re: Portalstruktur dauerhaft anzeigen?

Posted: 9. April 2009 14:22
by ralf-isi
Laest wrote:Muss an der overall_Header/Footer liegen denk ich oder an der Portalbody -.-
ich verwende halt nicht AeroBlue sondern Subsilver
der name sagt es bereits:
- die overall_header.html baut dir den kopf (und bei mir auch die linke spalte*)
- die overall_footer.html baut dir den fuss (und bei mir auch die rechte spalte*)
die portal_body.html 'fährt' das ganze zusammen, also:

Code: Select all

<!-- DEFINE $S_IN_PORTAL = 1 -->
<!-- INCLUDE overall_header.html -->
<!-- INCLUDE portal/_block_config.html -->

<!-- Removed for Mod Portalview -->

                <!-- IF S_DISPLAY_GENERAL -->
                        <!-- INCLUDE portal/block/general_block.html -->
                <!-- ENDIF -->
das da:

Code: Select all

<!-- INCLUDE overall_header.html -->
bindet zuerst den kopf (+ bei mir die linke spalte*)ein. dann kommt alles was für die mittlere spalte gebraucht wird.
ganz unten in der portal_body.html findest du:

Code: Select all

<!-- INCLUDE overall_footer.html -->
was dann den fuss (und eben bei mir auch die rechte spalte*) auf-/einbaut.

* = AeroBlue - style. aber AeroBlue baut ja auch subsilver2 auf.

da müsste bei dir ein einbau problem/fehler vorliegen. ev hilft dir mein geschreibsel oben das problem zu lösen. *daumen-drücke

viele grüsse

Re: Portalstruktur dauerhaft anzeigen?

Posted: 9. April 2009 14:50
by Laest
Danke, schrieb cih subsilver? ich meinte prosilver xD

naja jetz weiß cih auf jeden fall mal in welchem dokument cih suchen muss ;) Danke!
und cih habs ja hinbekommen dass im forum angezeigt werden, also beide spalten, bloß im portal also der startseite funzt das blöderweiße nicht -.-

ich halt euch auf dem laufenden, evtl kann das wenn cih die lösung finden würde auch wer anders bracuhen mal ;=)

Kann scih das mal wer anschauen?:

Portalseite: http://kneipirinha.de/portal.php
Klick auf Forenübersicht: http://kneipirinha.de/index.php
Klick auf ein Forum: http://kneipirinha.de/viewforum.php?f=2 (man beachte die schwarze box -.- wo kommtdie denn her? die andern sind auch schön grau -.-
Klick auf Beitrag: http://kneipirinha.de/viewtopic.php?f=2&t=1

Sowas eigenartiges -.-



falls euch das Hilft, die overall_footer.html:

Code: Select all

	</div>
<!-- IF ADS_7 -->
<div class="forabg">
	<div class="inner"><span class="corners-top"><span></span></span>
		<ul class="topiclist">
			<li class="header">
				<dl class="icon">
					<dt>{L_ADVERTISEMENT}</dt>
				</dl>
			</li>
		</ul>
		<div style="padding: 5px 5px 2px 5px; font-size: 1.1em; background-color: #ECF1F3; margin: 0px auto; text-align: center;">
			{ADS_7}
		</div>
	<span class="corners-bottom"><span></span></span></div>
      <br /><div class="copyright">{L_PORTAL_COPY}</div>
</td>

<!-- [-] center block area -->
<td style="width:4px;" valign="top"> </td>

<!-- [+] right block area -->
<td valign="top" style="width: {PORTAL_RIGHT_COLUMN}px; padding-left:6px;">
	<br style="clear:both" />
	
	<!-- IF S_DISPLAY_USERMENU -->
	<!-- IF not S_USER_LOGGED_IN -->
	<!-- INCLUDE portal/block/login_box.html -->
	<!-- ENDIF -->
	
	<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
	<!-- INCLUDE portal/block/user_menu.html -->
	<!-- ENDIF -->
	<!-- ENDIF -->
	
	<!-- IF not S_IS_BOT and S_USER_LOGGED_IN and S_ZEBRA_ENABLED and S_DISPLAY_FRIENDS -->
	<!-- INCLUDE portal/block/online_friends.html -->
	<!-- ENDIF -->
	
	<!-- IF S_DISPLAY_ADVANCED_STAT -->
	<!-- INCLUDE portal/block/statistics.html -->
	<!-- ENDIF -->
	
	<!-- IF S_DISPLAY_MINICAL -->
	<!-- INCLUDE portal/block/mini_calendar.html -->
	<!-- ENDIF -->
	
	<!-- IF S_DISPLAY_LEADERS_EXT -->
	<!-- INCLUDE portal/block/leaders_ext.html -->
	<!-- ELSEIF S_DISPLAY_LEADERS -->
	<!-- INCLUDE portal/block/leaders.html -->
	<!-- ENDIF -->
	
	<!-- IF S_DISPLAY_LAST_BOTS and S_LAST_VISITED_BOTS -->
	<!-- INCLUDE portal/block/latest_bots.html -->
	<!-- ENDIF -->
	
	<!-- IF S_DISPLAY_LINKS -->
	<!-- INCLUDE portal/block/links.html -->
	<!-- ENDIF -->
	
	<!-- IF S_DISPLAY_PAY_S -->
	<!-- INCLUDE portal/block/donation_small.html -->
	<!-- ENDIF -->
	
</td>
<!-- [-] right block area -->
</tr>
</table>
</div>
<!-- ENDIF -->
<div id="page-footer">

	<div class="navbar">
		<div class="inner"><span class="corners-top"><span></span></span>

		<ul class="linklist">
			<li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
				<!-- IF not S_IS_BOT -->
					<!-- IF S_WATCH_FORUM_LINK --><li <!-- IF S_WATCHING_FORUM -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF -->
					<!-- IF U_WATCH_TOPIC --><li <!-- IF S_WATCHING_TOPIC -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a></li><!-- ENDIF -->
					<!-- IF U_BOOKMARK_TOPIC --><li class="icon-bookmark"><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a></li><!-- ENDIF -->
					<!-- IF U_BUMP_TOPIC --><li class="icon-bump"><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a></li><!-- ENDIF -->
				<!-- ENDIF -->
			<li class="rightside"><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a> &bull; <!-- ENDIF --><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> &bull; <!-- ENDIF -->{S_TIMEZONE}</li>
		</ul>

		<span class="corners-bottom"><span></span></span></div>
	</div>
	
<!--
	We request you retain the full copyright notice below including the link to www.phpbb.com.
	This not only gives respect to the large amount of time given freely by the developers
	but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
	the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
	"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
	forums may be affected.

	The phpBB Group : 2006
//-->

	<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group
		<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
		<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
		<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
	</div>
    	{ADS_8}
</div>

</div>

<div>
	<a id="bottom" name="bottom" accesskey="z"></a>
	<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>

</body>
</html>
und die 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">
<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="" />
<meta name="description" content="" />
{META}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>

<!--
	phpBB style name: prosilver
	Based on style:   prosilver (this is the default phpBB3 style)
	Original author:  Tom Beddard ( http://www.subBlue.com/ )
	Modified by:      
	
	NOTE: This page was generated by phpBB, the free open-source bulletin board package.
	      The phpBB Group is not responsible for the content of this page and forum. For more information
	      about phpBB please visit http://www.phpbb.com
-->

<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>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>

<link href="{T_THEME_PATH}/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_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
<link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
<link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />

<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
	<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->
<!-- INCLUDE ads/ads.js -->
</head>

<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">

<div id="wrap">
	<a id="top" name="top" accesskey="t"></a>
	<div id="page-header">
    		{ADS_1}
		<div class="headerbar">
			<div class="inner"><span class="corners-top"><span></span></span>

			<div id="site-description">
				<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
				<h1>{SITENAME}</h1>
				<p>{SITE_DESCRIPTION}</p>
				<p style="display: none;"><a href="#start_here">{L_SKIP}</a></p>
			</div>

		<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
			<div id="search-box">
				<form action="{U_SEARCH}" method="post" id="search">
				<fieldset>
					<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" /> 
					<input class="button2" value="{L_SEARCH}" type="submit" /><br />
					<a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}
				</fieldset>
				</form>
			</div>
		<!-- ENDIF -->

			<span class="corners-bottom"><span></span></span></div>
		</div>
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
		<div class="navbar">
			<div class="inner"><span class="corners-top"><span></span></span>

			<ul class="linklist navlinks">
				<li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>

				<li class="rightside"><a href="#" onclick="fontsizeup(); return false;" onkeypress="fontsizeup(); return false;" class="fontsize" title="{L_CHANGE_FONT_SIZE}">{L_CHANGE_FONT_SIZE}</a></li>

				<!-- IF U_EMAIL_TOPIC --><li class="rightside"><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}" class="sendemail">{L_EMAIL_TOPIC}</a></li><!-- ENDIF -->
				<!-- IF U_EMAIL_PM --><li class="rightside"><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}" class="sendemail">{L_EMAIL_PM}</a></li><!-- ENDIF -->
				<!-- IF U_PRINT_TOPIC --><li class="rightside"><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p" class="print">{L_PRINT_TOPIC}</a></li><!-- ENDIF -->
				<!-- IF U_PRINT_PM --><li class="rightside"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p" class="print">{L_PRINT_PM}</a></li><!-- ENDIF -->
			</ul>

			<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
			<ul class="linklist leftside">
				<li class="icon-ucp">
					<a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="u">{L_PROFILE}</a>
						<!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>)<!-- ENDIF --> &bull; 
					<a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
					<!-- IF U_RESTORE_PERMISSIONS --> &bull;
					<a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
					<!-- ENDIF -->
				</li>
			</ul>
			<!-- ENDIF -->

			<ul class="linklist rightside">
				<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
				<!-- IF not S_IS_BOT -->
					<!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
					<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED --><li class="icon-register"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
					<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
				<!-- ENDIF -->
			</ul>

			<span class="corners-bottom"><span></span></span></div>
		</div>
<!-- ENDIF -->
	</div>
	<!-- IF ADS_2 -->
	<br />
	<div class="forabg">
		<div class="inner"><span class="corners-top"><span></span></span>
			<ul class="topiclist">
				<li class="header">
					<dl class="icon">
						<dt>{L_ADVERTISEMENT}</dt>
					</dl>
				</li>
			</ul>
			<div style="padding: 5px 5px 2px 5px; font-size: 1.1em; background-color: #ECF1F3; margin: 0px auto; text-align: center;">
				{ADS_2}
			</div>
		<span class="corners-bottom"><span></span></span></div>
	</div>
	<!-- ENDIF -->
	<a name="start_here"></a>
	<div id="page-body">
		
		 <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) --> 
		<div id="message" class="rules">
			<div class="inner"><span class="corners-top"><span></span></span>
				<strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
			<span class="corners-bottom"><span></span></span></div>
		</div>
		<!-- ENDIF -->
        <!--version $Id: portal_body.html 347 2008-08-29 20:26:42Z kevin74 $ //-->
	    <!-- INCLUDE portal/_block_config.html -->
    <table cellpadding="0" cellspacing="0" border="0" width="100%">
		<tr>
			<!-- [+] left block area -->
			<td valign="top" style="width: {PORTAL_LEFT_COLUMN}px; padding-right:6px;">
				<br style="clear:both" />
				
				<!-- IF S_DISPLAY_MAINMENU -->
				<!-- INCLUDE portal/block/main_menu.html -->
				<!-- ENDIF -->
				
				<!-- IF S_DISPLAY_BIRTHDAY_LIST -->
				<!-- INCLUDE portal/block/birthday_list.html -->
				<!-- ENDIF -->
				
				<!-- IF S_DISPLAY_CLOCK -->
				<!-- INCLUDE portal/block/clock.html -->
				<!-- ENDIF -->
				
				<!-- IF S_DISPLAY_PORTALSEARCH and S_DISPLAY_SEARCH -->
				<!-- INCLUDE portal/block/search.html -->
				<!-- ENDIF -->      
				
				<!-- IF S_DISPLAY_RANDOM_MEMBER -->
				<!-- INCLUDE portal/block/random_member.html -->
				<!-- ENDIF -->
				
				<!-- IF S_DISPLAY_ATTACHMENTS -->
				<!-- INCLUDE portal/block/attachments.html -->
				<!-- ENDIF -->
				
				<!-- IF S_CUSTOM_SMALL -->
				<!-- INCLUDE portal/block/custom_small.html -->
				<!-- ENDIF -->
				
				<!-- IF S_STYLE_OPTIONS and S_DISPLAY_CHANGE_STYLE -->
				<!-- INCLUDE portal/block/change_style.html -->
				<!-- ENDIF -->
				
				<!-- IF S_DISPLAY_TOP_POSTERS -->
				<!-- INCLUDE portal/block/top_poster.html -->
				<!-- ENDIF -->
				
				<!-- IF S_DISPLAY_LATEST_MEMBERS -->
				<!-- INCLUDE portal/block/latest_members.html -->
				<!-- ENDIF -->
				
				<!-- IF S_DISPLAY_LINK_US -->
				<!-- INCLUDE portal/block/link_us.html -->
				<!-- ENDIF -->
				
				
			</td>
			<!-- [-] left block area -->
			<td style="width:4px;" valign="top"></td>
			
			<!-- [+] center block area -->
			<td valign="top">
   <br style="clear:both" />
ich verlier hier ncoh die gedult leute -.-

Re: Portalstruktur dauerhaft anzeigen?

Posted: 9. April 2009 17:36
by ralf-isi
Laest wrote:Danke, schrieb cih subsilver?
ja - sonst hätte ich nicht getippselt.
Laest wrote:ich meinte prosilver xD
das kommt wohl von den buchstabendrehern her :mrgreen:
Laest wrote:bloß im portal also der startseite funzt das blöderweiße nicht -.-
dann liegt (meine behauptung!!) wohl ein einbaufehler vor.

die links habe ich mal schnell angeschaut.

mein vorschlag:
du hast sicherlich noch die uneditierten files (also die sicherung vor dem einbau von B3P). nimm die zur hand und mach den einbau nochmals. dann schauen wie es aussieht.
Laest wrote:ich verlier hier ncoh die gedult leute -.-
nicht aufgeben gilt!! - wird schon werden. greif lieber zum bh .. äh hb.
klar könnte ich jetzt schreiben: "ich mache es dir." aber:
- du lernst nichts dabei und (vorallem)
- ich bin ein fauler hund.

allen schöne ostertage wünsche

Re: Portalstruktur dauerhaft anzeigen?

Posted: 9. April 2009 19:00
by Laest
Danke, dir auch, also, dann fang cih mal bei 0 an ;)

Re: Portalstruktur dauerhaft anzeigen?

Posted: 9. April 2009 20:45
by Laest
hm...hab jetzt alles neu eingebaut...entweder will das nciht gehen, oder ich bin zu blöd dazu -.-

hat noch irgendwer lösungsvorschläge?


mfG