Portal als Startseite und Portal-button Problem!

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
User avatar

Topic author
fertone
Active Member
Posts: 3
Joined: 18. July 2008 19:46

Portal als Startseite und Portal-button Problem!

Post by fertone »

hallo, erstma, WOW, euer Portal-Mod ist echt super!

ich habe jetzt nur 2 kleine problemchen:
wie bekomme ich es hin das wenn ich auf home clicke das portal wieder kommt? zzt kommt immer nur das forum und es besteht keine möglichkeit zurück zum portal zu kommen!

also, erstens: wie portal als ständiger link wenn ich auf das logo clicke
zweitens: woher bekomme ich den button "PORTAL"
thx schonmal CUCU
User avatar

thomas.d
Former Team Member
Posts: 625
Joined: 19. January 2008 23:56
phpBB.de User: thomas.d
phpBB.com User: thomas.d
Contact:

Re: Portal als Startseite und Portal-button Problem!

Post by thomas.d »

Hi fertone,
fertone wrote:... wie bekomme ich es hin das wenn ich auf home clicke das portal wieder kommt? zzt kommt immer nur das forum und es besteht keine möglichkeit zurück zum portal zu kommen!
Nun ja, so ganz stimmt das ja nicht ...

Wenn du den Edit in overall_header.html (richtig) gemacht hast, siehst du auf jeder Forenseite einen Link zum Portal (wie hier auch).
Viele Grüße

Thomas

Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |
User avatar

Topic author
fertone
Active Member
Posts: 3
Joined: 18. July 2008 19:46

Re: Portal als Startseite und Portal-button Problem!

Post by fertone »

ups, hehe... ja da könnt wirklich der hund begraben liegen XD....

ich check das mal durch!... danke für den tip, ich hatte gestern echt krasse kopfschmerzen und konnt nix mehr nachvollziehen!

ich poste dann das ergebnis! cucu

EDIT:

hmm, schade, habs alles nachgecheckt und nichts gefunden!.... achso, vielleicht sollte ich dazusagen das ich den style ""PROTOTYPE V2"" benutze.

xml:

Code: Select all

Open: styles/PrototypeV2/template/overall_header.html
Find

Tip: This may be a partial find and not the whole line.
Code: Select All

<td class="genmed" valign="middle" height="60">

Add after

Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code: Select All

<!-- IF not $S_IN_PORTAL or not S_DISPLAY_MAINMENU -->

Find

Tip: This may be a partial find and not the whole line.
Code: Select All

<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> &nbsp;<span style="color: red;">{L_BOARD_DISABLED}</span><!-- ENDIF -->

Add before

Tip: Add these lines on a new blank line before the preceding line(s) to find.
Code: Select All

<!-- ENDIF -->

Find

Tip: This may be a partial find and not the whole line.
Code: Select All

<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> &nbsp;<span style="color: red;">{L_BOARD_DISABLED}</span><!-- ENDIF -->

Add after

Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code: Select All

<!-- IF not $S_IN_PORTAL or not S_DISPLAY_MAINMENU -->

Find

Tip: This may be a partial find and not the whole line.
Code: Select All

					<!-- IF S_USER_LOGGED_IN -->&nbsp; &nbsp;<a href="{U_PROFILE}" class="genmenu">{L_PROFILE}</a><!-- ENDIF -->
				<!-- ENDIF -->

Add after

Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code: Select All

<!-- ENDIF -->

Find

Tip: This may be a partial find and not the whole line.
Code: Select All

<div id="xtramenu">

Add before

Tip: Add these lines on a new blank line before the preceding line(s) to find.
Code: Select All

<!-- IF not $S_IN_PORTAL or not S_DISPLAY_MAINMENU -->

Find

Tip: This may be a partial find and not the whole line.
Code: Select All

	<div id="datebar">
		<table width="100%" cellspacing="0">
		<tr>
			<td class="gensmall"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --></td>
			<td class="gensmall" align="{S_CONTENT_FLOW_END}">{CURRENT_TIME}<br /></td>
		</tr>
		</table>
	</div>
	<br />

Add after

Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code: Select All

<!-- ENDIF -->

Find

Tip: This may be a partial find and not the whole line.
Code: Select All

<div id="wrapcentre">

Add after

Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code: Select All

<!-- IF not $S_IN_PORTAL or not S_DISPLAY_MAINMENU -->

Find

Tip: This may be a partial find and not the whole line.
Code: Select All

<!-- INCLUDE breadcrumbs.html -->

Add after

Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code: Select All

<!-- ENDIF -->

habe das alles gemacht, jedoch funzt es nicht! ( habe immernoch die oben beschriebenen probleme )....
ist das bei anderen styles besser? dann würde ich mir nen anderen aussuchen!
cucu

EDIT 2 :

ups, okay, alles zurück! habs!!! ich hatte vergessen im ACP den cache zu leeren, nun ist der button da!

jetzt hab ich aber noch eine neue frage^^, kann ich die rechte portalseite immer einblenden? also auch im forum?
cucu
User avatar

Heinrich-XIV
Tester
Posts: 233
Joined: 16. May 2008 18:39
phpBB.de User: Heinze 1906
phpBB.com User: Heinrich-XIV
Location: 52353 Düren

Re: Portal als Startseite und Portal-button Problem!

Post by Heinrich-XIV »

Hmm, Hallo

Hast du die Änderungen in der breadcrumbs.html gemacht? Dann müsste zumindest darüber eine Navgation zum Portal möglich sein. Wie das geht, steht in der Install.xml.


Gruß

Heinrich
No more Heroes -=- The Stranglers

Beat the Bastards -=- The Exploited
[/size]
User avatar

Heinrich-XIV
Tester
Posts: 233
Joined: 16. May 2008 18:39
phpBB.de User: Heinze 1906
phpBB.com User: Heinrich-XIV
Location: 52353 Düren

Re: Portal als Startseite und Portal-button Problem!

Post by Heinrich-XIV »

oje, da isser :mrgreen:

Wozu soll das gut sein? Im Prinzip ist das doch nur doppelter Content und Platzverschwendung, meiner Meinung nach. Wenn du sowas willst, kannst du ja gleich dein Forum auf dem Index des Portals anzeigen lassen, das geht über ACP/Mods/Portal und dort einstellen.


MfG

Heinrich
No more Heroes -=- The Stranglers

Beat the Bastards -=- The Exploited
[/size]
User avatar

Topic author
fertone
Active Member
Posts: 3
Joined: 18. July 2008 19:46

Re: Portal als Startseite und Portal-button Problem!

Post by fertone »

ja, hast ja recht... nee ich lass das! XDXD

thx für die hilfe!
Locked

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