
Hab das Portal nun laufen, ABER...
die Boxen werden mir nicht angezeigt. Also Uhr, Menü etc.
-JA!Muppi wrote:Hallo, geht das auch mit der 1.0.6 ?
-NEIN!Muppi wrote:Ist es dann im gesamten Forum so von der Ansicht ???
Code: Select all
<a href="{U_INDEX}"
Code: Select all
<a href="{U_PORTAL}"
Code: Select all
'U_PORTAL' => (isset($portal_config['portal_enable']) && $portal_config['portal_enable'] == true) ? append_sid("{$phpbb_root_path}portal.$phpEx") : '',
Refresh your Styles:
"Administration Control Panel" (ACP) > "Styles" > "Templates" > each > "refresh"
"Administration Control Panel" (ACP) > "Styles" > "Themes" > each > "refresh"
"Administration Control Panel" (ACP) > "Styles" > "Imagesets" > each > "refresh"
Clear your cache in the "Administration Control Panel" (ACP) > "General" > "Purge the cache"
Code: Select all
<a href="{U_PORTAL}">{SITE_LOGO_IMG}</a>
Code: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{SITE_LOGO_IMG}</a><!-- ENDIF -->
Code: Select all
<a href="{U_PORTAL}"
onmouseover = "rollover('home')"
onmouseout = "rollout('home')"
>
<img src="{T_THEME_PATH}/images/buttons/home1.png"
name="home"
alt="Home Page" border="0"
height="40" width="101"
/>
</a>
Code: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}"
onmouseover = "rollover('home')"
onmouseout = "rollout('home')"
>
<img src="{T_THEME_PATH}/images/buttons/home1.png"
name="home"
alt="Home Page" border="0"
height="40" width="101"
/>
</a><!-- ENDIF -->