Seite 1 von 1

Style carbon welche installation?

Verfasst: 18.05.2008 18:40
von che100
komme irgendwie nicht weiter.
habe shoutbox ajax12rc_1 installiert.
habe im acp alles eingestellt rechte vergeben.

sehe aber nur die überschrift.
"shoutbox"
kein eintrag ist möglich

nun hab ich was von einer installationsanweisung nach subsilver2 gelesen.
hab schon SUFU benutzt.
welche installation ist für mich die richtige.
habe die install benutzt.

Verfasst: 18.05.2008 19:42
von derkubi
Ich habe nur noch folgendes für Carbon gemacht :

Code: Alles auswählen

Open: styles/subsilver2/template/editor.js
Find
Tip: This may be a partial find and not the whole line.

	for (sel_start = 0; range_all.compareEndPoints('StartToStart', range) < 0; sel_start++)
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.


try
{
				
Find
Tip: This may be a partial find and not the whole line.


      // we ignore the end value for IE, this is already dirty enough and we don't need it
      caretPos.start = txtarea.sel_start;
      caretPos.end = txtarea.sel_start;
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.


}
catch(e)
{
}
				
Open: styles/subsilver2/template/index_body.html
Find
Tip: This may be a partial find and not the whole line.


<!-- IF not S_USER_LOGGED_IN -->
	<br clear="all" />

	<form method="post" action="{S_LOGIN_ACTION}">


Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.


<!-- INCLUDE shout_body.html -->
Open: styles/subsilver2/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.


</head>
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.


<script type="text/javascript" src="{U_SHOUT_STATIC}"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>
<script type="text/javascript" src="{U_SHOUT}"></script>

Verfasst: 18.05.2008 20:17
von che100
du bist mein retter!
es läuft so nur noch anpassen.
höhe und so aber nicht mehr heute.
danke allen die mir geholfen haben.