
Die Suche ergab 8 Treffer
- 11.02.2009 09:32
- Forum: [3.0.x] Mod Support
- Thema: Gallery einbauproblem in 3.0.4 Board
- Antworten: 8
- Zugriffe: 119
Re: Gallery einbauproblem in 3.0.4 Board
Ne hat leider auch nichts gebracht 

- 04.02.2009 16:55
- Forum: [3.0.x] Mod Support
- Thema: Gallery einbauproblem in 3.0.4 Board
- Antworten: 8
- Zugriffe: 119
Re: Gallery einbauproblem in 3.0.4 Board
keiner einen Tip
?

- 03.02.2009 13:35
- Forum: [3.0.x] Mod Support
- Thema: Gallery einbauproblem in 3.0.4 Board
- Antworten: 8
- Zugriffe: 119
Re: Gallery einbauproblem in 3.0.4 Board
Hallo,
habe es soweit selber hinbekommen.. anscheinend war irgendwo ein übertragungsfehler bei diesen beiden Dateien gewesen.
Die Gallerie funktioniert soweit sehr gut, nur habe ich ein Problem mit dem Hochladen Button.... der zieht sich leider eine ganze Zeile lang.
Die Datei album.php hab ich ...
habe es soweit selber hinbekommen.. anscheinend war irgendwo ein übertragungsfehler bei diesen beiden Dateien gewesen.
Die Gallerie funktioniert soweit sehr gut, nur habe ich ein Problem mit dem Hochladen Button.... der zieht sich leider eine ganze Zeile lang.
Die Datei album.php hab ich ...
- 02.02.2009 15:55
- Forum: [3.0.x] Mod Support
- Thema: Gallery einbauproblem in 3.0.4 Board
- Antworten: 8
- Zugriffe: 119
Re: Gallery einbauproblem in 3.0.4 Board
am ende steht
define('PORTAL_CONFIG_TABLE', $table_prefix . 'portal_config');
?>
includes/functions in Zeile 3664 - 3678 ist
// Send a proper content-language to the output
$user_lang = $user->lang['USER_LANG'];
if (strpos($user_lang, '-x-') !== false)
{
$user_lang = substr($user_lang, 0 ...
define('PORTAL_CONFIG_TABLE', $table_prefix . 'portal_config');
?>
includes/functions in Zeile 3664 - 3678 ist
// Send a proper content-language to the output
$user_lang = $user->lang['USER_LANG'];
if (strpos($user_lang, '-x-') !== false)
{
$user_lang = substr($user_lang, 0 ...
- 02.02.2009 15:27
- Forum: [3.0.x] Mod Support
- Thema: Gallery einbauproblem in 3.0.4 Board
- Antworten: 8
- Zugriffe: 119
Re: Gallery einbauproblem in 3.0.4 Board
// Additional constants
define('VOTE_CONVERTED', 127);
// Table names
define('ACL_GROUPS_TABLE', $table_prefix . 'acl_groups');
define('ACL_OPTIONS_TABLE', $table_prefix . 'acl_options');
define('ACL_ROLES_DATA_TABLE', $table_prefix . 'acl_roles_data');
usw....
Diesen absatz finde ich nur in ...
define('VOTE_CONVERTED', 127);
// Table names
define('ACL_GROUPS_TABLE', $table_prefix . 'acl_groups');
define('ACL_OPTIONS_TABLE', $table_prefix . 'acl_options');
define('ACL_ROLES_DATA_TABLE', $table_prefix . 'acl_roles_data');
usw....
Diesen absatz finde ich nur in ...
- 02.02.2009 15:12
- Forum: [3.0.x] Mod Support
- Thema: Gallery einbauproblem in 3.0.4 Board
- Antworten: 8
- Zugriffe: 119
Gallery einbauproblem in 3.0.4 Board
Besitze ein phpbb Board 3.0.4 mit Portalmöchte Gallery mod 0.4.1 einbauen
finde folgende zeilen nicht von :
Open: includes/constants.php
Find
Tip: This may be a partial find and not the whole line.
Code:Select All
// Additional tables
und auch
Open: includes/functions.php
Find
Tip: This may be ...
finde folgende zeilen nicht von :
Open: includes/constants.php
Find
Tip: This may be a partial find and not the whole line.
Code:Select All
// Additional tables
und auch
Open: includes/functions.php
Find
Tip: This may be ...
- 15.12.2008 00:33
- Forum: [3.0.x] Styles, Templates und Grafiken
- Thema: Leidiges Thema logo zentrieren
- Antworten: 2
- Zugriffe: 172
- 14.12.2008 22:03
- Forum: [3.0.x] Styles, Templates und Grafiken
- Thema: Leidiges Thema logo zentrieren
- Antworten: 2
- Zugriffe: 172
Leidiges Thema logo zentrieren
Hallo,
habe schon einige anregungen hier im Board gefunden im Bezug auf Logo zentrieren.
Aber irgendwo muß ich noch was übersehen haben ( Leider ) und muß euch einfach noch mal nerven :-?
common.css
#logo {
float: none;
width: auto;
padding: 10px 13px 0 10px;
geändert wie hier im forum ...
habe schon einige anregungen hier im Board gefunden im Bezug auf Logo zentrieren.
Aber irgendwo muß ich noch was übersehen haben ( Leider ) und muß euch einfach noch mal nerven :-?
common.css
#logo {
float: none;
width: auto;
padding: 10px 13px 0 10px;
geändert wie hier im forum ...