Müsstest halt noch die beiden Bilder (expand, collapse) hochladen und dementsprechend die Pfade ändern.
Der Rest ist nur Anpassungsgeschichte :-)
Wie ich sehe, brauchst nen bissel Hilfe, wenn du jetzt mehr Bilder reinhaben willst, dann so:
Der Rest ist nur Anpassungsgeschichte :-)
Wie ich sehe, brauchst nen bissel Hilfe, wenn du jetzt mehr Bilder reinhaben willst, dann so:
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
<table border="0"> <tr> <td><a href="/images/galerie/$user_bild " target="_blank" border="0"><img src="/images/galerie/$user_bild " width="120" height="120" style="border-color: #000000; border-width: 2px;"></a></td> <td><a href="/images/galerie/$user_bild2 " target="_blank" border="0"><img src="/images/galerie/$user_bild2 " width="120" height="120" style="border-color: #000000; border-width: 2px;"></a></td> <td><a href="/images/galerie/$user_bild3 " target="_blank" border="0"><img src="/images/galerie/$user_bild3 " width="120" height="120" style="border-color: #000000; border-width: 2px;"></a></td> <td><a href="/images/galerie/$user_bild4 " target="_blank" border="0"><img src="/images/galerie/$user_bild4 " width="120" height="120" style="border-color: #000000; border-width: 2px;"></a></td> <td><a href="/images/galerie/$user_bild5 " target="_blank" border="0"><img src="/images/galerie/$user_bild5 " width="120" height="120" style="border-color: #000000; border-width: 2px;"></a></td> </tr> <tr> <td><a href="/images/galerie/$user_bild6 " target="_blank" border="0"><img src="/images/galerie/$user_bild " width="120" height="120" style="border-color: #000000; border-width: 2px;"></a></td> <td><a href="/images/galerie/$user_bild7 " target="_blank" border="0"><img src="/images/galerie/$user_bild2 " width="120" height="120" style="border-color: #000000; border-width: 2px;"></a></td> <td><a href="/images/galerie/$user_bild8 " target="_blank" border="0"><img src="/images/galerie/$user_bild3 " width="120" height="120" style="border-color: #000000; border-width: 2px;"></a></td> <td><a href="/images/galerie/$user_bild9 " target="_blank" border="0"><img src="/images/galerie/$user_bild4 " width="120" height="120" style="border-color: #000000; border-width: 2px;"></a></td> <td><a href="/images/galerie/$user_bild10 " target="_blank" border="0"><img src="/images/galerie/$user_bild5 " width="120" height="120" style="border-color: #000000; border-width: 2px;"></a></td> </tr> <tr> <td><a href="/images/galerie/$user_bild11 " target="_blank" border="0"><img src="/images/galerie/$user_bild " width="120" height="120" style="border-color: #000000; border-width: 2px;"></a></td> <td><a href="/images/galerie/$user_bild12 " target="_blank" border="0"><img src="/images/galerie/$user_bild2 " width="120" height="120" style="border-color: #000000; border-width: 2px;"></a></td> <td><a href="/images/galerie/$user_bild13 " target="_blank" border="0"><img src="/images/galerie/$user_bild3 " width="120" height="120" style="border-color: #000000; border-width: 2px;"></a></td> <td><a href="/images/galerie/$user_bild14 " target="_blank" border="0"><img src="/images/galerie/$user_bild4 " width="120" height="120" style="border-color: #000000; border-width: 2px;"></a></td> <td><a href="/images/galerie/$user_bild15 " target="_blank" border="0"><img src="/images/galerie/$user_bild5 " width="120" height="120" style="border-color: #000000; border-width: 2px;"></a></td> </tr> </table> |
@JackCimberly,
kann man das Script auch fürs Forum benutzen um einige Sachen ein- bzw ausblenden zu lassen ?
http://www.lcdt-clan.eu/lcdt.jpg (Die Sachen die im gelben Rechteck sind meine ich)
Wenn ja wie und wo würde ich diesen Code am besten einbauen ?
Gruß
Christian
kann man das Script auch fürs Forum benutzen um einige Sachen ein- bzw ausblenden zu lassen ?
http://www.lcdt-clan.eu/lcdt.jpg (Die Sachen die im gelben Rechteck sind meine ich)
Wenn ja wie und wo würde ich diesen Code am besten einbauen ?
Gruß
Christian
@
JackCimberly vielen lieben dank noch mal und ich ja ich weis was alles zu tuhn war den rest habe ich bis ebend jetzt selber fertig bekommen hehe
JackCimberly vielen lieben dank noch mal und ich ja ich weis was alles zu tuhn war den rest habe ich bis ebend jetzt selber fertig bekommen hehe
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »DJNovastar« (16. März 2008, 00:56)
@JackCimberly,
kann man das Script auch fürs Forum benutzen um einige Sachen ein- bzw ausblenden zu lassen ?
http://www.lcdt-clan.eu/lcdt.jpg (Die Sachen die im gelben Rechteck sind meine ich)
Wenn ja wie und wo würde ich diesen Code am besten einbauen ?
Gruß
Christian
Huhu,
poste mal die newpost.htm (templates/forum). Das mit der "Datei hochladen" ist nen Addon.
Hi,
du musst nur die Tabellen usw. anpassen (<table>-Tag schliessen/öffnen), da ich dieses Addon nicht habe, kann ich das selbst nicht sehen, wie es ausschaut. Die zwei Bilder runterladen und hochladen (expand/collapse.gif) - Pfad (JavaScript und Link) dementsprechend anpassen.
newspost.htm
du musst nur die Tabellen usw. anpassen (<table>-Tag schliessen/öffnen), da ich dieses Addon nicht habe, kann ich das selbst nicht sehen, wie es ausschaut. Die zwei Bilder runterladen und hochladen (expand/collapse.gif) - Pfad (JavaScript und Link) dementsprechend anpassen.
newspost.htm
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 |
<script language="Javascript" src="admin/lib/mycode.js"></script>
<script language="javascript" type="text/javascript">
//Klapptext
// Den Java-Script Code ganz am Anfang von der userinfo.htm setzen
// Die Pfade collapse.gif und expand.gif richtig angeben
function more(id)
{
if (document.getElementById("more" + id).style.display == 'none')
{
document.getElementById("img" + id).src = "Pfad/zum/Bild/collapse.gif";
document.getElementById("more" + id).style.display = "";
} else {
document.getElementById("img" + id).src = "Pfad/zum/Bild/expand.gif";
document.getElementById("more" + id).style.display = "none";
}
}
</script>
<table class="forumbody" cellspacing="1" cellpadding="4" width="100%">
<tr>
<td class="heads" colspan="2">$action_type</td>
</tr>
$post_error
<!-- FORUM Anhang -->
<form method="post" name="myform" action="include.php?path=forum/newpost.php" enctype="multipart/form-data">
<!-- FORUM Anhang -->
<input type="hidden" name="mode" value="0" onFocus="mymode()" />
<input type="hidden" name="mode" value="0" onFocus="mymode()" />
<input type="hidden" name="post_uid" value="$post_uid" />
<input type="hidden" name="catid" value="$catid" />
<input type="hidden" name="threadid" value="$threadid" />
<input type="hidden" name="replyto" value="$replyto" />
<p>$cat_option
$user_info
</p>
<tr>
<td class="left" width="15%">Präfix <em>(Nur bei neuem Thread)</em></td>
<td class="right" width="85%">
<select name="thread_praefix" size="1">
<optgroup label="Wählen">
<option></option>
$praefixe_row
</optgroup>
</select>
</td>
</tr>
<tr>
<td class="left" width="15%">Titel</td>
<td class="right" width="85%">
<input type="text" name="post_title" value="$post_title" size="20" style="width: 50%" /></td>
</tr>
<tr>
<td class="left">Icon</td>
<td class="right">
<table border="0" cellspacing="0" cellpadding="2">
$theme_icon
</table>
</td>
</tr>
<tr>
<td class="left" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Nachricht</td>
</tr>
</table>
</td>
<td class="right">
<table border="0" cellspacing="2" cellpadding="0" width="100%">
<tr>
<td width="80%" valign="top">
<textarea name="content" id="content" cols="20" rows="14" style="width:100%" wrap="soft" onFocus=myselection(this) onclick=myselection(this) onChange=myselection(this)>$post_text</textarea>
<script type="text/javascript">
var googie1 = new GoogieSpell("spellcheck/js/", "./spellcheck/sendReq.php?lang=");
googie1.decorateTextarea("content");
</script>
</td>
<td width="20%" valign="top">$sign_format</tr>
</table>
</td>
</tr>
<tr>
<td class="left" valign="top">Optionen</td>
<td class="right"><a href="javascript:more('1')"><img src='images/html_files/expand.gif' border='0' id='img1' alt='Mehr Details'></a> <a href="javascript:more('1')">Hier auswählen (E-Mail, BB-Code, Smilies)</a><br>
<table border="0" cellspacing="2" cellpadding="0" id="more1" style="display:none;">
<tr>
<td><input class="checkbox" type="checkbox" value="1" name="post_notify" $notify /></td>
<td class="small"> per E-Mail über Antworten benachrichtigen</td>
</tr>
$option_notify
$option_bbcode
$option_smilies
$option_vote
$post_attachment
$post_datei
$post_addvote
</table>
</td>
</tr>
<tr>
<td class="heads" colspan="2" align="center">
<input type="submit" name="action" value="$lang[save]" />
<input type="hidden" name="save" value="$lang[save]" />
<input type="submit" name="action" value="$lang[preview]" />
<input type="hidden" name="preview" value="$lang[preview]" /></td>
</tr>
</form>
</table>
|
So, wie du es gerne gewünscht hast - ohne die PLUS/MINUS Grafiken. Harte Geburt :-)
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 |
<script language="Javascript" src="admin/lib/mycode.js"></script>
<script language="javascript" type="text/javascript">
//Klapptext
// Den Java-Script Code ganz am Anfang von der userinfo.htm setzen
function optionen(id)
{
if (document.getElementById("optionen").style.display == 'none')
{
document.getElementById("img" + id).src = "images/optionen.jpg";
document.getElementById("optionen").style.display = "";
} else {
document.getElementById("img" + id).src = "images/optionen.jpg";
document.getElementById("optionen").style.display = "none";
}
}
function bildupload(id)
{
if (document.getElementById("bildupload").style.display == 'none')
{
document.getElementById("img" + id).src = "images/bildupload.jpg";
document.getElementById("bildupload").style.display = "";
} else {
document.getElementById("img" + id).src = "images/bildupload.jpg";
document.getElementById("bildupload").style.display = "none";
}
}
function anhang(id)
{
if (document.getElementById("anhang").style.display == 'none')
{
document.getElementById("img" + id).src = "images/anhang.jpg";
document.getElementById("anhang").style.display = "";
} else {
document.getElementById("img" + id).src = "images/anhang.jpg";
document.getElementById("anhang").style.display = "none";
}
}
</script>
<table class="forumbody" cellspacing="1" cellpadding="4" width="100%">
<tr>
<td class="heads" colspan="2">$action_type</td>
</tr>
$post_error
<!-- FORUM Anhang -->
<form method="post" name="myform" action="include.php?path=forum/newpost.php" enctype="multipart/form-data">
<!-- FORUM Anhang -->
<input type="hidden" name="mode" value="0" onFocus="mymode()" />
<input type="hidden" name="mode" value="0" onFocus="mymode()" />
<input type="hidden" name="post_uid" value="$post_uid" />
<input type="hidden" name="catid" value="$catid" />
<input type="hidden" name="threadid" value="$threadid" />
<input type="hidden" name="replyto" value="$replyto" />
<p>$cat_option
$user_info
</p>
<tr>
<td class="left" width="15%">Präfix <em>(Nur bei neuem Thread)</em></td>
<td class="right" width="85%">
<select name="thread_praefix" size="1">
<optgroup label="Wählen">
<option></option>
$praefixe_row
</optgroup>
</select>
</td>
</tr>
<tr>
<td class="left" width="15%">Titel</td>
<td class="right" width="85%">
<input type="text" name="post_title" value="$post_title" size="20" style="width: 50%" /></td>
</tr>
<tr>
<td class="left">Icon</td>
<td class="right">
<table border="0" cellspacing="0" cellpadding="2">
$theme_icon
</table>
</td>
</tr>
<tr>
<td class="left" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Nachricht</td>
</tr>
</table>
</td>
<td class="right">
<table border="0" cellspacing="2" cellpadding="0" width="100%">
<tr>
<td width="80%" valign="top">
<textarea name="content" id="content" cols="20" rows="14" style="width:100%" wrap="soft" onFocus=myselection(this) onclick=myselection(this) onChange=myselection(this)>$post_text</textarea>
<script type="text/javascript">
var googie1 = new GoogieSpell("spellcheck/js/", "./spellcheck/sendReq.php?lang=");
googie1.decorateTextarea("content");
</script>
</td>
<td width="20%" valign="top">$sign_format</tr>
</table>
</td>
</tr>
<tr>
<td class="left" valign="top">
<p align="center"><a href="javascript:optionen('1')"><img src='images/optionen.jpg' border="0" id='img1' alt="Mehr Details"></a></td>
<td class="right">>>> <font color="#FF0000">Hier auswählen (E-Mail, BB-Code, Smilies)</font><br>
<table border="0" cellspacing="2" cellpadding="0" id="optionen" style="display:none;">
<tr>
<td><input class="checkbox" type="checkbox" value="1" name="post_notify" $notify /></td>
<td class="small"> per E-Mail über Antworten benachrichtigen</td>
</tr>
$option_notify
$option_bbcode
$option_smilies
$option_vote
$post_addvote
</table>
</td>
</tr>
<tr>
<td class="left" valign="top">
<p align="center"><a href="javascript:bildupload('2')"><img src='images/bildupload.jpg' border="0" id='img2' alt="Mehr Details"></a></td>
<td class="right">>>> <font color="#FF0000">Bilder auf den LCDT Server laden</font><br>
<table border="0" cellspacing="2" cellpadding="0" id="bildupload" style="display:none;">
<tr>
</tr>
$post_datei
</table>
</td>
</tr>
<tr>
<td class="left" valign="top">
<p align="center"><a href="javascript:anhang('3')"><img src='images/anhang.jpg' border="0" id='img3' alt="Mehr Details"></a></td>
<td class="right">>>> <font color="#FF0000">Forenanhang (max. 5000kb)</font><br>
<table border="0" cellspacing="2" cellpadding="0" id="anhang" style="display:none;">
<tr>
</tr>
$post_attachment
</table>
</td>
</tr>
<tr>
<td class="heads" colspan="2" align="center">
<input type="submit" name="action" value="$lang[save]" />
<input type="hidden" name="save" value="$lang[save]" />
<input type="submit" name="action" value="$lang[preview]" />
<input type="hidden" name="preview" value="$lang[preview]" /></td>
</tr>
</form>
</table>
|

- 1
- 2

Ähnliche Themen
-
alte Versionen [1.6.03|1.6.1|1.6.4] »-
absatz und mehr zeichen in profilfeld:textarea ermöglichen.
(31. Januar 2008, 09:55)
-
alte Versionen [1.6.03|1.6.1|1.6.4] »-
ICQ Nummer wird abgeschnitten
(19. Januar 2008, 12:00)
-
alte Versionen [1.6.03|1.6.1|1.6.4] »-
Definition der Herkunftsländer
(2. Januar 2008, 18:18)
-
alte Versionen [1.6.03|1.6.1|1.6.4] »-
Wohnort unter usernamen anzeigen? (Forum)
(1. Januar 2008, 17:23)



