Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 6
Seite [1]
Leitwolf


Try to beat me





Beiträge: 188
# Thema - 25.05.2010 um 04:10 Uhr
Hallo Community,

in meinem Gästebuch ladet leider regelmäßig Spam und ich wollte es gerne versuchen ob man das mit einem kleinen Hinweisbildchen evtl unterbinden kann.

Im Klartext, ich bräuchte von Euch mal bitte eine Anleitung (sofern das Möglich ist) wie ich eine Grafik über das Gästebuch und auch über das Formular zum GB Eintrag einfügen kann.

Recht herzlichen Dank schonmal und Euch allen einen guten Start in die neue Woche..

-Leitwolf-


------------------
Inaktiv
Jam2 ClanSphere Team


Highlander





Beiträge: 3291
# Antwort: 1 - 25.05.2010 um 07:39 Uhr
mods/themes/base/gbook/list.tpl
mods/themes/base/gbook/entry.tpl

+ minimalistische html kenntnisse
http://www.w3schools.com/tags/tag_img.asp
http://www.htmling.net/?seite=bilder


------------------
Gruß/ Best regards
Jam2

Nützliche Forumbeiträge/Codepastes: (Useful comments in our board / codepastes)
Template Switch for index.php
Board Navlist last posts

Edi: könnte man denn auch hier eine erweiterung einfügen?
Jam2: das web ist wie toyota.....
Edi: hö ?
Jam2: nichts ist unmöglich!


Inaktiv
|
Leitwolf
Thread-Ersteller


Try to beat me





Beiträge: 188
# Antwort: 2 - 26.05.2010 um 04:00 Uhr
Schonmal Danke für Deine Antwort, reicht dann schon diese Zeile aus?

<img src="angry.gif"/>

einen "alt Text" brauche ich da ja nicht. Oder lieber den Code wie auf der 2ten Seie beschrieben?

<img src="htmling.gif" width="174" height="216" alt="Hallo HTMLing :o)" border="0">

Muss ich noch den Befehl mit einabeiten das es mittig Plaziert wird?
Wie genau müsste denn die Pfadangabe aussehen?

Die Fragen sind für Euch sicher ein klacks, Danke das Ihr ein wenig Gedult mit mir unter Beweis stellt.

Viele Grüße & einen schönen Tag..

Leitwolf


------------------


Inaktiv
|
palle ClanSphere Team

Supporter
Supporter




Beiträge: 3073
# Antwort: 3 - 26.05.2010 um 06:17 Uhr
<div align="center">
<img src="htmling.gif" width="174" height="216" alt="Hallo HTMLing :o)" border="0" />
</div>


------------------
I like the part where it says 'nyan'



Inaktiv
|
Jam2 ClanSphere Team


Highlander





Beiträge: 3291
# Antwort: 4 - 26.05.2010 um 09:55 Uhr
Pfad kannste auch so angeben: http://www.csphere.eu/uploads/board/avatar-12287.jpg
width und height musst du aber noch anpassen, zu deinem bild


------------------
Gruß/ Best regards
Jam2

Nützliche Forumbeiträge/Codepastes: (Useful comments in our board / codepastes)
Template Switch for index.php
Board Navlist last posts

Edi: könnte man denn auch hier eine erweiterung einfügen?
Jam2: das web ist wie toyota.....
Edi: hö ?
Jam2: nichts ist unmöglich!


Inaktiv
|
Leitwolf
Thread-Ersteller


Try to beat me





Beiträge: 188
# Antwort: 5 - 26.05.2010 um 18:32 Uhr
Okay, wo ist die Stelle wo ich den Code einfügen muss?

entry.tpl +-
<table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
<tr>
<td class="headb">{lang:mod_name} - {lang:submit}</td>
</tr>
<tr>
<td class="leftb">{head:body}</td>
</tr>
</table>
<br />

{tpl:preview}

<form method="post" id="entry" action="{url:gbook_entry}">
<table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
{tpl:extension}
<tr>
<td class="leftc">{icon:kate} {lang:text} *<br /><br /> {abcode:smileys}</td>
<td class="leftb">
{abcode:features}
<textarea class="rte_abcode" name="gbook_text" cols="50" rows="15" id="gbook_text" style="width: 98%;">{gbook:gbook_text}</textarea>
</td>
</tr>
{tpl:captcha}
<tr>
<td class="leftc">{icon:ksysguard} {lang:options}</td>
<td class="leftb">
<input type="hidden" name="id" value="{gbook:id}" />
<input type="hidden" name="from" value="{gbook:from}" />
<input type="submit" name="submit" value="{lang:submit}" />
<input type="submit" name="preview" value="{lang:preview}" />
</td>
</tr>
</table>
</form>


&

list.tpl +-
<table class="forum" style="width:{page:width}" cellpadding="0" cellspacing="1">
<tr>
<td class="headb" colspan="3">
{lang:mod_name} - {lang:head_list}
</td>
</tr>
<tr>
<td class="leftb">
{icon:editpaste} {head:entry}
</td>
<td class="leftb">{icon:contents} {lang:total} {head:count}</td>
<td class="rightb">
{head:pages}
</td>
</tr>
</table>
{loop:gbook}
<br />
<table class="forum" style="width:{page:width}" cellpadding="0" cellspacing="1">
<tr>
<td class="bottom" colspan="3"><div style="color: #C9B450;"><b>Eintrag Nr. {gbook:entry_count} vom {gbook:time}</b><div style="float:right">{gbook:icon_edit} {gbook:icon_remove} {gbook:icon_ip}</div></div>
Name: <b>{gbook:users_nick}</b> <br />Ort: <b>{gbook:town}</b> <div style="float:right">{gbook:icon_mail} {gbook:icon_icq} {gbook:icon_msn} {gbook:icon_url}</div>
</td>
</tr>
<tr>
<td class="leftb"><div style="overflow:hidden">{gbook:text}</div></td>
</tr>
</table>
{stop:gbook}<br />
<table class="forum" style="width:{page:width}" cellpadding="0" cellspacing="1">
<tr>
<td class="leftb">
{icon:editpaste} {head:entry}
</td>
<td class="leftb">{icon:contents} {lang:total} {head:count}</td>
<td class="rightb">
{head:pages}
</td>
</tr>
</table>


Danke Euch...


------------------


Inaktiv
|
Leitwolf
Thread-Ersteller


Try to beat me





Beiträge: 188
# Antwort: 6 - 30.05.2010 um 07:34 Uhr
Habe es mit learning by doing gelöst!

Der Code muss ganz am Anfang eingefügt werden...

PS: Thema kann geschlossen werden.


------------------


Inaktiv
|

Dieses Thema wurde von TeQu!La ClanSphere Team PM geschlossen.

Antworten: 6
Seite [1]