Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 6
Seite [1]
Sillium


Rock the board





Beiträge: 84
# Thema - 04.11.2009 um 08:14 Uhr
Hi,
ich hab mir die nue Downloadansicht von Tam http://www.clansphere.de/modules/codepaste/view/id/130 rauf gemacht was auch alles geklappt hat. Nur kannman jetzt nirgendwo Dateien raten. Es zeigt nicht die rates an und man kann nicht raten.
Mit welchem Platzhalter kann man das in die files/list.tpl einfügen?
Also so, dass man die Sterne sieht wie in der alten Downloadansicht.


------------------
mfg
Jörg aka Sillium




Zuletzt editiert von Sillium am 04.11.2009 um 08:15 Uhr (1x Editiert)
Inaktiv
UnKn0wn ClanSphere Team


Geekboy





Beiträge: 1160
# Antwort: 1 - 04.11.2009 um 09:10 Uhr
Hi,

themes/base/files/view.tpl

 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
1. / 2. / ... 
 {if:vote}
  <
tr>
      <
td class="leftc">{icon:Volume Manager} {lang:evaluation}</td>
    <
td class="leftb">
    {if:
unvoted}
    <
form method="post" action="{url:files_view:where={file:id}}">
        <
select name="voted_answer" id="voted_answer">
          {
loop:votes}
            <
option value="{votes:value}">{votes:name}</option>
        {
stop:votes}
      </
select>
      <
input type="hidden" name="file_id" value="{file:id}" />
      <
input type="submit" name="submit" value="{lang:ok}" />
    </
form
    {
stop:unvoted}
    {
unless:unvoted}
            {
vote:stars}
    {
stop:unvoted}
    </
td>
  </
tr>
  {
stop:vote}


------------------
Mit freundlichen Grüßen

SEBEL-DESIGN
http://www.sebel-design.com


Inaktiv
|
Sillium
Thread-Ersteller


Rock the board





Beiträge: 84
# Antwort: 2 - 04.11.2009 um 21:25 Uhr
Oha,
Wie kriege ich das jetzt zb unter "Dateityp" http://blackomegaclan.eu/index.php?mod=files&action=listcat&where=38 ?


------------------
mfg
Jörg aka Sillium




Inaktiv
|
UnKn0wn ClanSphere Team


Geekboy





Beiträge: 1160
# Antwort: 3 - 05.11.2009 um 06:25 Uhr
ach da willst das haben. Dann musst du soweit ich weiss die vote abfrage auch noch aus der mod/files/view.php in die mod/files/listcat.php übernehmen.


------------------
Mit freundlichen Grüßen

SEBEL-DESIGN
http://www.sebel-design.com


Inaktiv
|
Sillium
Thread-Ersteller


Rock the board





Beiträge: 84
# Antwort: 4 - 05.11.2009 um 07:40 Uhr
Das hab ich versucht, nur bekomme ich dann nur Kauderwelsch raus. Irgendwie kriege ich das nicht richtig eingebunden

Themes/files/listcat.tpl
mehr... +-
<table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
<tr>
<td class="headb" colspan="3"><a href="/index/files/list">Forum</a> - {category:name} </td>
</tr>
<tr>
<td class="leftb"> {icon:contents} Gesamt: {category:count}</td>
<td class="rightb">{category:paginator}</td>
</tr>
<tr>
<td class="leftb" colspan="2">
<div style="float:left;width:100%;">
{loop:files}
<div style="float:left;width:100%;margin:10px 0;">
<div style="float:left;width:60%;text-align:left;">
<div style="float:left;padding:5px;"><b>{files:name}< /b> <small>({files:count} Runtergeladen)</small></div>
<div style="float:left;padding:5px;clear:both;"><small>{files :description}</small></div>
<div style="float:left;padding:5px;clear:both;">{lang:typ}: {loop:filetypes}{filetypes:icon}{stop:filetypes}< /div>
</div>
<div style="float:right;width:40%;">
<div style="float:left;width:100%;text-align:center;">
{if:preview}
<div style="padding:15px 0;">{loop:previews}<a href="{previews:path}" onfocus="if(this.blur)this.blur()">{previews:image}</a >{stop:previews}</div>
{stop:preview}
{unless:preview}
<div style="padding:15px 0;">Kein Avatar vorhanden</div>
{stop:preview}
</div>
<div style="float:left;width:100%;clear:both;">
<div style="float:left;width:50%;text-align:right;">
<a href="#" onmouseover="Tip('<b>{files:name}</b><br /><small>{lang:version}:</small> {files:version}<br /><small>{lang:big}:</small> {files:size}<br /><small>Datum:</small> {files:date}')" onmouseout="UnTip()" onfocus="if(this.blur)this.blur()"><img src="tooltip/details.jpg" alt="" /></a>
</div>
<div style="float:left;width:50%;text-align:left;">
{loop:mirrors}
<a href="/index/files/download/where/{files/id:target={mirrors:id} }" target="_blank" onfocus="if(this.blur)this.blur()"><img style="margin-left:5px;" src="tooltip/download.jpg" alt="" /></a>
{stop:mirrors}
</div>
</div>
</div>
</div>
{stop:files}
</div>
</td>
</tr>
</table>


------------------
mfg
Jörg aka Sillium




Inaktiv
|
Sillium
Thread-Ersteller


Rock the board





Beiträge: 84
# Antwort: 5 - 09.11.2009 um 08:21 Uhr
Kann mir jemand dabei helfen?


------------------
mfg
Jörg aka Sillium




Inaktiv
|
Andiff


Wannabe poster




Beiträge: 37
# Antwort: 6 - 19.09.2010 um 18:22 Uhr
Da ich im anderem thread keine antwort bekomme, push ich hier mal in der hoffnung doch noch hilfe zu bekommen, da ich das selber problem auch habe.
ja ich weiss der is alt, aber ungelöst und wäre er gelöst hätt ich den neuen garned aufmachen müssen.


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


Zuletzt editiert von Andiff am 19.09.2010 um 18:22 Uhr (1x Editiert)
Inaktiv
|
Antworten: 6
Seite [1]


Sie müssen sich registrieren, um zu antworten.