Hallo,
bei uns sind die Similes wie hier links bei uns rechts angezeigt. Da wir einiges an Smilies haben zieht sich die Seite sehr in die Länge.
Deshalb dachte ich mir man könne die Smilies unter den Texteingabefenster tuen und das mit eine Scrolleitse.
Ich hab das hier versuch im Bild zu erklären:
[ externes Bild ]
Wäre sowas möglich
Smilies unter dem Texteinagbefenster zum scrollen?
Forumsregeln
Bei Style spezifischen Fragen ist der Stylename und die Downloadquelle des Styles erforderlich, besser noch die URL vom betroffenen Forum.
Bei Style spezifischen Fragen ist der Stylename und die Downloadquelle des Styles erforderlich, besser noch die URL vom betroffenen Forum.
Re: Smilies unter dem Texteinagbefenster zum scrollen?
Hi,
probier mal diese MOD hier: http://4seven.kilu.de/forum/phpbb3/view ... ?f=15&t=93
Gruß
herbert76
probier mal diese MOD hier: http://4seven.kilu.de/forum/phpbb3/view ... ?f=15&t=93
Gruß
herbert76
Re: Smilies unter dem Texteinagbefenster zum scrollen?
Dankeschön, gibt es auch eine Anleitung wie ich den mod installeire?
Re: Smilies unter dem Texteinagbefenster zum scrollen?
Hallo,
wenn Du die zip datei heruntergeladen hast und entpackst findest Du dort eine install.xml datei, das ist die Anleitung.
Gruß
Jürgen
wenn Du die zip datei heruntergeladen hast und entpackst findest Du dort eine install.xml datei, das ist die Anleitung.
Gruß
Jürgen
Re: Smilies unter dem Texteinagbefenster zum scrollen?
Es gibt die drei Dateien:
modx.prosilver.en.xsl
license.txt
install.xml
Und in der install.xml steht das hier:
Bin ich blind? Ich sehe keine Installationsanleitung 
modx.prosilver.en.xsl
license.txt
install.xml
Und in der install.xml steht das hier:
Code: Alles auswählen
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="modx.prosilver.en.xsl"?>
<!--For security purposes, please check: http://www.phpbb.com/mods/ for the latest version of this MOD. Although MODs are checked before being allowed in the MODs Database there is no guarantee that there are no security problems within the MOD. No support will be given for MODs not found within the MODs Database which can be found at http://www.phpbb.com/mods/-->
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.0.1.xsd">
<header>
<license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>
<title lang="de">Smilies_in_Iframe3</title>
<description lang="de">
<![CDATA[
Dieser Mod zeigt alle Smilies im Iframe
- Gegen endlose Postboxen
- Alle Smilies auf einen Blick
- Passt sich dynamisch in der Breite an
- Smilies liegen nicht mehr so eng aneinander
- exaktes Finish in Firefox, Netscape, Opera, IE 5.*- 7.0
]]>
</description>
<description lang="en-gb">
<![CDATA[
This mod shows all smileys in iframe
- against endless postboxes
- all smilies in sight
- dynamical width
- more place between smilies
- exact finish in Firefox, Netscape, Opera, IE 5.*- 7.0
]]>
</description>
<author-group>
<author>
<realname>Jaques Laquardt</realname>
<username>4seven</username>
<homepage>http://sekuro.se.funpic.de/phpbb3/index.php</homepage>
<contributions />
</author>
</author-group>
<mod-version>
<major>1</major>
<minor>0</minor>
<revision>5</revision>
</mod-version>
<installation>
<level>easy</level>
<time>600</time>
<target-version>
<target-primary>3.0.0</target-primary>
<target-major allow="exact">3</target-major>
<target-minor allow="exact">0</target-minor>
<target-revision allow="exact">0</target-revision>
</target-version>
</installation>
<meta name="generator" content="Phpbb.ModTeam.Tools (c#)" />
</header>
<action-group>
<open src="styles/prosilver/template/posting_editor.html">
<edit>
<find><![CDATA[<div id="smiley-box">
<!-- IF S_SMILIES_ALLOWED and .smiley -->
<strong>{L_SMILIES}</strong><br />
<!-- BEGIN smiley -->
<a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></a>
<!-- END smiley -->
<!-- ENDIF -->
<!-- IF S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED-->
<br /><a href="{U_MORE_SMILIES}" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a>
<!-- ENDIF -->
<!-- IF BBCODE_STATUS -->
<!-- IF .smiley --><hr /><!-- ENDIF -->
{BBCODE_STATUS}<br />
<!-- IF S_BBCODE_ALLOWED -->
{IMG_STATUS}<br />
{FLASH_STATUS}<br />
{URL_STATUS}<br />
{SMILIES_STATUS}
<!-- ENDIF -->
<!-- ENDIF -->
]]></find>
<action type="replace-with"><![CDATA[<!-- smilies_in_iframe_3-by-BBCodeBox3/4seven-2008 -->
<div id="smiley-box">
<div style="width: 100%; height: 285px; overflow: auto">
<!-- IF S_SMILIES_ALLOWED and .smiley -->
<!-- <strong>{L_SMILIES}</strong> <br /> -->
<br />
<!-- BEGIN smiley -->
<a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></a>
<!-- END smiley -->
<!-- ENDIF -->
<!-- IF S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED-->
<br /><br /><a href="{U_MORE_SMILIES}" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a><br />
<!-- ENDIF -->
<!-- IF BBCODE_STATUS -->
<!-- IF .smiley --><hr /><!-- ENDIF -->
{BBCODE_STATUS}<br />
<!-- IF S_BBCODE_ALLOWED -->
{IMG_STATUS}<br />
{FLASH_STATUS}<br />
{URL_STATUS}<br />
{SMILIES_STATUS}<br />
<!-- ENDIF -->
</div>
<!-- ENDIF -->
<!-- smilies_in_iframe_3-by-BBCodeBox3/4seven-2008 -->
]]>
</action>
</edit>
<edit>
<find><![CDATA[<textarea <!-- IF S_UCP_ACTION and not S_PRIVMSGS and not S_EDIT_DRAFT -->name="signature" id="signature" style="height: 9em;"<!-- ELSE -->name="message" id="message"<!-- ENDIF --> rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" class="inputbox">{MESSAGE}{DRAFT_MESSAGE}{SIGNATURE}</textarea>
]]></find>
<action type="replace-with"><![CDATA[<textarea <!-- IF S_UCP_ACTION and not S_PRIVMSGS and not S_EDIT_DRAFT -->name="signature" id="signature" <!-- ELSE -->name="message" id="message"<!-- ENDIF --> rows="15" cols="76" tabindex="3" style="height:280px;" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" class="inputbox">{MESSAGE}{DRAFT_MESSAGE}{SIGNATURE}</textarea>
]]>
</action>
</edit>
</open>
<open src="styles/subsilver2/template/posting_body.html">
<edit>
<find><![CDATA[<tr>
<td class="row1" valign="top"><b class="genmed">{L_MESSAGE_BODY}:</b><br /><span class="gensmall">{L_MESSAGE_BODY_EXPLAIN} </span><br /><br />
<!-- IF S_SMILIES_ALLOWED -->
<table width="100%" cellspacing="5" cellpadding="0" border="0" align="center">
<tr>
<td class="gensmall" align="center"><b>{L_SMILIES}</b></td>
</tr>
<tr>
<td align="center">
<!-- BEGIN smiley -->
<a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;" style="line-height: 20px;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" hspace="2" vspace="2" /></a>
<!-- END smiley -->
</td>
</tr>
<!-- IF S_SHOW_SMILEY_LINK -->
<tr>
<td align="center"><a class="nav" href="{U_MORE_SMILIES}" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a></td>
</tr>
<!-- ENDIF -->
</table>
]]></find>
<action type="replace-with"><![CDATA[<tr>
<!-- smilies_in_iframe3/4seven-2008 -->
<td class="row1" valign="bottom"><b class="genmed">{L_MESSAGE_BODY}:</b><br /><span class="gensmall">{L_MESSAGE_BODY_EXPLAIN} </span>
<br /><br /><br />
<!-- IF S_SMILIES_ALLOWED -->
<table width="100%" cellspacing="5" cellpadding="0" border="0" align="center">
<tr>
<td class="gensmall" align="center"><b>{L_SMILIES}</b></td>
</tr>
<tr>
<td align="center">
<div style="width: 95%; height: 292px; overflow: auto;">
<!-- BEGIN smiley -->
<a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;" style="line-height: 20px; text-decoration: none"> <img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" hspace="2" vspace="2" /></a>
<!-- END smiley -->
<!-- IF S_SHOW_SMILEY_LINK -->
<br /><br /><a class="nav" href="{U_MORE_SMILIES}" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a><br /><br />
<!-- ENDIF -->
</div>
</td>
</tr>
<!-- smilies_in_iframe_3/4seven-2008 -->
</table>
]]>
</action>
<find><![CDATA[<td valign="top" style="width: 100%;"><textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" style="width: 98%;">{MESSAGE}</textarea></td>
]]></find>
<action type="replace-with"><![CDATA[<td valign="top"><textarea style="width:99%; height:292px;" name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea></td>
]]>
</action>
</edit>
</open>
</action-group>
</mod>

Re: Smilies unter dem Texteinagbefenster zum scrollen?
Hi,
install.xml musst du immer mit dem Internet Explorer, Firefox, Opera oder wie auch immer öffnen.
Im IE musst du das Addon ausführen lassen (Infoleiste oben) und oben rechts kannst du normalerweise auch die Sprache auswählen.
Gruß
herbert76
install.xml musst du immer mit dem Internet Explorer, Firefox, Opera oder wie auch immer öffnen.
Im IE musst du das Addon ausführen lassen (Infoleiste oben) und oben rechts kannst du normalerweise auch die Sprache auswählen.

Gruß
herbert76
Re: Smilies unter dem Texteinagbefenster zum scrollen?
Hallo,
ich öffne die ganz normal mit Notepad++
In der Anleitung steht doch welche datei Du öffnen sollst, was Du finden sollst und was Du tun musst.....
Gruß
Jürgen
ich öffne die ganz normal mit Notepad++
In der Anleitung steht doch welche datei Du öffnen sollst, was Du finden sollst und was Du tun musst.....

Gruß
Jürgen