Seite 1 von 1

Simple Subforums MOD problem!

Verfasst: 02.05.2007 15:53
von Becxs
hi leute, ich hab hier ein problem beim einbau von simple subforums mod und zwar, ist ja jeder MOD für den standart style subsilver geschrieben, allerdings hab ich den style BBTech und da gibts jetzt ein problem in der overall_header.tpl, diese sieht bei BBTech wie folgt aus:

Code: Alles auswählen

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/BBTech/{T_HEAD_STYLESHEET}" type="text/css">
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
	if ( {PRIVATE_MESSAGE_NEW_FLAG} )
	{
		window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
	}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<a name="top"></a>
<a href="{U_INDEX}"><center><img src="templates/BBTech/images/banner_dark.png" border="0" alt="{L_INDEX}"/></center></a><br>
<a href="http://nintendo-dark.de/shop.php"><img src="templates/BBTech/images/icon_shop.gif"border="0" alt="{L_SHOP}" hspace="3"</a> 
<a href="http://andyxxlstyle.funpic.de/quiz/quiz%20download.htm"><img src="templates/BBTech/images/icon_quiz.gif" border=0"alt="{L_FAQ}"></a>
<a href="irc://irc.gamesurge.net/n-dark"><img src="templates/BBTech/images/icon_irc.gif" border=0"alt="{L_FAQ}"></a><a href="{U_SEARCH}"><img src="templates/BBTech/images/icon_suche.gif" border="0" alt="{L_SEARCH}" /></a>
<script src="http://layer-ads.de/la-26145.js" type="text/javascript"></script>
<a href="http://www.n-dark.de.vu"><img src="templates/BBTech/images/icon_hp.gif" border=0"alt="{L_FAQ}"></a>
<a href="http://andyxxlstyle.an.funpic.de/Chat/chat.htm"><img src="templates/BBTech/images/icon_chat.gif" border="0" alt="{L_FAQ}" /></a><a href="{U_FAQ}"><img src="templates/BBTech/images/icon_faq.gif" border="0" alt="{L_FAQ}" /></a>
<a href="{U_MEMBERLIST}"><img src="templates/BBTech/images/icon_user.gif" border="0" alt="{L_MEMBERLIST}" /></a>
<a href="{U_PROFILE}"><img src="templates/BBTech/images/icon_profil.gif" border="0" alt="{L_PROFILE}" /></a>
<a href="{U_PRIVATEMSGS}"><img src="templates/BBTech/images/icon_pn.gif" border="0" alt="{PRIVATE_MESSAGE_INFO}" /></a><br>
<center><a href="{U_LOGIN_LOGOUT}"><img src="templates/BBTech/images/logout.gif" border="0" alt="{L_LOGIN_LOGOUT}"/></a>
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}"><img src="templates/BBTech/images/register.gif" border="0" alt="{L_REGISTER}"></a>
	<!-- END switch_user_logged_out --></center>
	

																
suchen soll ich das hier:

Code: Alles auswählen

@import url("templates/subSilver/formIE.css"); 



einfügen das hier:

Code: Alles auswählen

/* Begin Simple Subforums MOD */
a.topic-new, a.topic-new:visited { color: {T_BODY_HLINK}; }
a.topic-new:hover, a.topic-new:active { color: {T_BODY_LINK}; }
/* End Simple Subforums MOD */

es gibt aber noch mehr probs, zb. steht in der MOD anleitung was von ner subsilver.cfg, die es bei BBTech auch nicht gibt. zu diesem problem aber später...

könnt ihr mir vllt. helfen?

Verfasst: 02.05.2007 16:15
von nickvergessen
Such das ganze mal in der Datei: BBTech.css

//(wer schreibt noch css deaktivierte MODs?!)

Verfasst: 02.05.2007 16:19
von Becxs
danke du hattest recht ;) ich glaub aber es gibt noch ein paar mehr probs (achja das prob mit der subsilver.cfg hat sich erledigt, es gibt ne BBTech.cfg).

Verfasst: 02.05.2007 17:01
von Becxs
so ich hab jetzt alles erledigt und jetzt kommt folgender fehler wenn ich ein forum erstellen will:
Couldn't insert row in forums table

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' , 'blubbl blubb ', 20, 0, 0, 0, 0, 1, 1, 1, 1, 3, 3, 1, 1)' at line 2

INSERT INTO phpbb_forums (forum_id, forum_name, cat_id, forum_desc, forum_order, forum_status, prune_enable, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate) VALUES ('2', 'blubbl', , , 'blubbl blubb ', 20, 0, 0, 0, 0, 1, 1, 1, 1, 3, 3, 1, 1)

Line : 483
File : admin_forums.php
was ist der fehler und wo?

Verfasst: 09.05.2007 13:02
von Dakota
Becxs hat geschrieben:so ich hab jetzt alles erledigt und jetzt kommt folgender fehler wenn ich ein forum erstellen will:
Couldn't insert row in forums table

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' , 'blubbl blubb ', 20, 0, 0, 0, 0, 1, 1, 1, 1, 3, 3, 1, 1)' at line 2

INSERT INTO phpbb_forums (forum_id, forum_name, cat_id, forum_desc, forum_order, forum_status, prune_enable, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate) VALUES ('2', 'blubbl', , , 'blubbl blubb ', 20, 0, 0, 0, 0, 1, 1, 1, 1, 3, 3, 1, 1)

Line : 483
File : admin_forums.php
was ist der fehler und wo?

SQL eingegeben?
und warum sind da 3 kommas?