Page 1 of 1
Portal als Startseite und Portal-button Problem!
Posted: 18. July 2008 19:58
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
Re: Portal als Startseite und Portal-button Problem!
Posted: 19. July 2008 00:05
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).
Re: Portal als Startseite und Portal-button Problem!
Posted: 19. July 2008 09:35
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 --> <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 --> <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 --> <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
Re: Portal als Startseite und Portal-button Problem!
Posted: 19. July 2008 16:59
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
Re: Portal als Startseite und Portal-button Problem!
Posted: 19. July 2008 17:04
by Heinrich-XIV
oje, da isser
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
Re: Portal als Startseite und Portal-button Problem!
Posted: 20. July 2008 12:07
by fertone
ja, hast ja recht... nee ich lass das! XDXD
thx für die hilfe!