Meerdere photo albums
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

-
Sebastiaan_2003
- Berichten: 236
- Lid geworden op: 05 apr 2005, 00:58
De style_id's zijn het moeilijkste te vinden, daarvoor moet je in je database zijn.
Je gaat in je database naar de tabel phpbb_themes, klikt op verkennen en scrijft de id's op welke bij welke stijl hoort. Meestal is subSilver 1 (als je die nooit hebt verwijderd), de rest weet ik niet.
De cat_id's kun je zien als je op een categorie klitk, dan staat in de link index.php?c=1, die 1 is dan het cat_id.
Je gaat in je database naar de tabel phpbb_themes, klikt op verkennen en scrijft de id's op welke bij welke stijl hoort. Meestal is subSilver 1 (als je die nooit hebt verwijderd), de rest weet ik niet.
De cat_id's kun je zien als je op een categorie klitk, dan staat in de link index.php?c=1, die 1 is dan het cat_id.
-
Sebastiaan_2003
- Berichten: 236
- Lid geworden op: 05 apr 2005, 00:58
#
# Table Data for phpbb_themes
#
INSERT INTO phpbb_themes (themes_id, template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3, img_size_poll, img_size_privmsg) VALUES('1', 'subSilver', 'subSilver', 'subSilver.css', '', 'ffffff', '000000', '6539A0', '5493B4', '', '000000', 'E9EDFF', 'E9FFCC', 'F0FFDD', '', '', '', 'ffffff', '9218EF', 'FFFFFF', 'cellpic1.gif', 'cellpic3.gif', 'cellpic2.jpg', 'FAFAFA', 'FFFFFF', '', 'row1', 'row2', '', 'Verdana, Arial, Helvetica, sans-serif', 'Trebuchet MS', 'Courier, \'Courier New\', sans-serif', '10', '11', '12', '444444', '006600', 'FFFFFF', '', '', '', NULL, NULL);
INSERT INTO phpbb_themes (themes_id, template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3, img_size_poll, img_size_privmsg) VALUES('3', 'subRed', 'subRed', 'subRed.css', '', 'fffcfc', '000000', '800000', 'b00000', '', 'DD6900', 'fbf5f5', 'f7eeee', 'F5E9E9', '', '', '', 'cc9999', 'BC8F8F', 'FFFFFF', 'subRed/cellpic1.gif', 'subRed/cellpic3.gif', 'subRed/cellpic2.jpg', 'FAFAFA', 'FFFFFF', '', 'row1', 'row2', '', 'Verdana, Arial, Helvetica, sans-serif', 'Trebuchet MS', 'Courier, \'Courier New\', sans-serif', '10', '11', '12', '444444', '800000', 'FFB572', '', '', '', NULL, NULL);
# Table Data for phpbb_themes
#
INSERT INTO phpbb_themes (themes_id, template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3, img_size_poll, img_size_privmsg) VALUES('1', 'subSilver', 'subSilver', 'subSilver.css', '', 'ffffff', '000000', '6539A0', '5493B4', '', '000000', 'E9EDFF', 'E9FFCC', 'F0FFDD', '', '', '', 'ffffff', '9218EF', 'FFFFFF', 'cellpic1.gif', 'cellpic3.gif', 'cellpic2.jpg', 'FAFAFA', 'FFFFFF', '', 'row1', 'row2', '', 'Verdana, Arial, Helvetica, sans-serif', 'Trebuchet MS', 'Courier, \'Courier New\', sans-serif', '10', '11', '12', '444444', '006600', 'FFFFFF', '', '', '', NULL, NULL);
INSERT INTO phpbb_themes (themes_id, template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3, img_size_poll, img_size_privmsg) VALUES('3', 'subRed', 'subRed', 'subRed.css', '', 'fffcfc', '000000', '800000', 'b00000', '', 'DD6900', 'fbf5f5', 'f7eeee', 'F5E9E9', '', '', '', 'cc9999', 'BC8F8F', 'FFFFFF', 'subRed/cellpic1.gif', 'subRed/cellpic3.gif', 'subRed/cellpic2.jpg', 'FAFAFA', 'FFFFFF', '', 'row1', 'row2', '', 'Verdana, Arial, Helvetica, sans-serif', 'Trebuchet MS', 'Courier, \'Courier New\', sans-serif', '10', '11', '12', '444444', '800000', 'FFB572', '', '', '', NULL, NULL);
Laatst gewijzigd door Sebastiaan_2003 op 28 apr 2005, 08:54, 1 keer totaal gewijzigd.
-
Sebastiaan_2003
- Berichten: 236
- Lid geworden op: 05 apr 2005, 00:58
-
Sebastiaan_2003
- Berichten: 236
- Lid geworden op: 05 apr 2005, 00:58
-
Sebastiaan_2003
- Berichten: 236
- Lid geworden op: 05 apr 2005, 00:58
Thanx paulus,
Alleen werkt het nog steeds niet
Ik heb nu dit ingevuld,
$style_cat[1], 1 = style_id
array(1, 3), 1 and 3 are the cat_id's what are visible
$style_id = get_style_id();
$style_cat[1] = array(1, 3);
$style_cat[3] = array(3);
Maar er gebeurd dit: http://www.leiden12.nl/forum.htm
Weet jij wat ik fout doe?
Alleen werkt het nog steeds niet
Ik heb nu dit ingevuld,
$style_cat[1], 1 = style_id
array(1, 3), 1 and 3 are the cat_id's what are visible
$style_id = get_style_id();
$style_cat[1] = array(1, 3);
$style_cat[3] = array(3);
Maar er gebeurd dit: http://www.leiden12.nl/forum.htm
Weet jij wat ik fout doe?
zet voort beide regels //
Code: Selecteer alles
$style_cat[1], 1 = style_id
array(1, 3), 1 and 3 are the cat_id's what are visible -
Sebastiaan_2003
- Berichten: 236
- Lid geworden op: 05 apr 2005, 00:58
-
Sebastiaan_2003
- Berichten: 236
- Lid geworden op: 05 apr 2005, 00:58
kan het ook niet te maken hebben met een foutje in wat luuk me gegeven heeft, want als ik in het bestand functions de volgende opdracht uitvoer werkt het hele forum al niet meer, en dan heb ik nog niks met de index.php gedaan:
#
#-----[ FIND ]------------------------------------------
#
if ( !$board_config['override_user_style'] )
{
if ( $userdata['user_id'] != ANONYMOUS && $userdata['user_style'] > 0 )
{
if ( $theme = setup_style($userdata['user_style']) )
{
return;
}
}
}
$theme = setup_style($board_config['default_style']);
#
#-----[ REPLACE WITH ]------------------------------------------
#
$theme = setup_style(get_style_id());
#
#-----[ FIND ]------------------------------------------
#
if ( !$board_config['override_user_style'] )
{
if ( $userdata['user_id'] != ANONYMOUS && $userdata['user_style'] > 0 )
{
if ( $theme = setup_style($userdata['user_style']) )
{
return;
}
}
}
$theme = setup_style($board_config['default_style']);
#
#-----[ REPLACE WITH ]------------------------------------------
#
$theme = setup_style(get_style_id());
-
Sebastiaan_2003
- Berichten: 236
- Lid geworden op: 05 apr 2005, 00:58
//$style_cat[1], 1 = style_id
// array(1, 3), 1 and 3 are the cat_id's what are visible
//$style_id = get_style_id();
//$style_cat[1] = array(1, 3);
//$style_cat[3] = array(3);
//
// Handle marking posts
//
http://www.leiden12.nl/forum.htm
phpBB : Critical Error
Could not query database for theme info
DEBUG MODE
SQL Error : 1054 Unknown column 'session_style' in 'field list'

// array(1, 3), 1 and 3 are the cat_id's what are visible
//$style_id = get_style_id();
//$style_cat[1] = array(1, 3);
//$style_cat[3] = array(3);
//
// Handle marking posts
//
http://www.leiden12.nl/forum.htm
phpBB : Critical Error
Could not query database for theme info
DEBUG MODE
SQL Error : 1054 Unknown column 'session_style' in 'field list'
Laatst gewijzigd door Sebastiaan_2003 op 28 apr 2005, 09:17, 1 keer totaal gewijzigd.
-
Sebastiaan_2003
- Berichten: 236
- Lid geworden op: 05 apr 2005, 00:58
-
Sebastiaan_2003
- Berichten: 236
- Lid geworden op: 05 apr 2005, 00:58
http://www.phpbb.nl/kb.php?mode=article&k=24Luuk schreef:Code: Selecteer alles
# #-----[ SQL ]------------------------------------------ # Please change phpbb_ with your table prefix # ALTER TABLE phpbb_sessions ADD session_style INT(11) DEFAULT '0' NOT NULL;
-
Sebastiaan_2003
- Berichten: 236
- Lid geworden op: 05 apr 2005, 00:58
-
Sebastiaan_2003
- Berichten: 236
- Lid geworden op: 05 apr 2005, 00:58
-
Sebastiaan_2003
- Berichten: 236
- Lid geworden op: 05 apr 2005, 00:58
