Re: phpBB 3.0.6 kompatibel mit port 1.0.4?
Posted: 8. January 2010 20:48
Nein-erst phpBB und danach Board3-Portal installieren!banghead wrote: kann ich es auf einen schlag mit dem phpbb3 installieren?
Nein-erst phpBB und danach Board3-Portal installieren!banghead wrote: kann ich es auf einen schlag mit dem phpbb3 installieren?
Code: Select all
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
DirectoryIndex portal.php index.php index.html index.htm
Code: Select all
break;
case 'report':
$location = $user->lang['REPORTING_POST'];
$location_url = append_sid("{$phpbb_root_path}index.$phpEx");
break;
case 'portal':
$user->add_lang('mods/lang_portal');
$location = $user->lang['VIEWING_PORTAL'];
$location_url = append_sid("{$phpbb_root_path}portal.$phpEx");
break;
case 'nächstes^^':
Code: Select all
// Additional tables
define('PORTAL_CONFIG_TABLE', $table_prefix . 'portal_config');
Code: Select all
$user->add_lang(array('mods/lang_portal', 'mods/additional_blocks'));
if (!function_exists('obtain_portal_config'))
{
include($phpbb_root_path . 'portal/includes/functions.' . $phpEx);
}
$portal_config = obtain_portal_config();
// The following assigns all _common_ variables that may be used at any point in a template.
Code: Select all
'U_PORTAL' => ($portal_config['portal_enable']) ? append_sid("{$phpbb_root_path}portal.$phpEx") : '',
'U_PRIVATEMSGS' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&folder=inbox'),
Code: Select all
if (!empty($_GET['style']) && $auth->acl_get('a_styles')) im code noch länger, komplett /halb?! wtf
ersetzen also
if (!empty($_GET['style'])) ????
Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
<div class="navbar">
Code: Select all
etwas eingefügt nach <li class="icon-home">
<li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong>
Code: Select all
<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 -->
Code: Select all
<li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
Code: Select all
@import url("colours.css");
@import url("portal.css");
Code: Select all
Rufe install/index.php auf und führe den Installer aus ---- no reaktion - board down.. -,- int error 500
Aktualisiere deine Styles:
"Administrations-Bereich" (ACP) > "Styles" > "Templates" > jedes > "Aktualisieren"
"Administrations-Bereich" (ACP) > "Styles" > "Themes" > jedes > "Aktualisieren"
"Administrations-Bereich" (ACP) > "Styles" > "Grafiksammlungen" > jedes > "Aktualisieren"
Leere den Cache im "Administrations-Bereich" (ACP) > "Allgemein" > "Den Cache leeren"
banghead wrote:also nachträglich installiert bekomme ich dieses portal nicht...
kann ich es auf einen schlag mit dem phpbb3 installieren?
der "guide" ist zu unkonkret.. ich befolge ihn 100% = kein Erfolg
Kann ich bestätigen, da ich mit ihm zusammenarbeite. Wobei wir zusammen auf noch mehr Bearbeitungen kommen...und bisher gab es keinerlei Probleme bei der Installation, wie auch wohl bei den meisten Nutzern. Am Guide kanns also nicht wirklich liegen...Darth wrote: also dies kann ich nicht sagen.......
ich habe im moment 26 aktive Portale laufen, und noch mehere Testportale, und alle sind bzw. waren prosilver basierend.