Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 5
Seite [1]
Rouven89


Going for pro




Beiträge: 539
# Thema - 29.08.2011 um 23:55 Uhr
moin.. ich habe die list_folder ansicht erweitert.. und zwar steht jetzt unter jedem bild die anzahl der aufrufe und die anzahl der kommentare…damit man nicht jedes bild einzelnt aufrufen muss..damit hat man gleich die wichtigen sachen auf einem blick…

DEMO

einfach das hier in die list_folder.tpl einfügen:
 
1.
2.
1. / 2. / ... 
 <div style="background-color:#e7e7e7;border-bottom: 1px solid #bebebe;color:#393939;text-align:left;padding-left:10px;">Aufrufe: {data:count} <br/> {data:comments}</div>


und das hier in die list.php ab ca zeile 317 nach ($img[$run]['link'] = cs_link($cs_lap, 'gallery',……&#8230:
 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
1. / 2. / ... 
  
$img
[$run]['data']['count'] = $cs_gallery[$run]['gallery_count'] ;
$where3 "comments_mod = 'gallery' AND comments_fid = " $cs_gallery[$run]['gallery_id'];
$count_com cs_sql_count(__FILE__,'comments',$where3);
if(
$count_com == 1){
               
$img[$run]['data']['comments'] = $count_com " Kommentar";
     }else{
              
$img[$run]['data']['comments'] = $count_com ." Kommentare";
     } 
     
      
    }


------------------
http://sc-wiesens.de/

Der Sport Club "13 Eichen" Wiesens

Zuletzt editiert von Rouven89 am 29.08.2011 um 23:55 Uhr (1x Editiert)
Inaktiv
autotrudi


Rock the board



Herkunft: Grünow
Beiträge: 93
# Antwort: 1 - 30.08.2011 um 08:03 Uhr
coole Sache, thx werde ich heut abend gleich mal umsetzen


------------------
http://geyerstation.de

Inaktiv
|
ev0lution


Geekboy





Beiträge: 1103
# Antwort: 2 - 30.08.2011 um 15:49 Uhr
wieder mal eine geile geschichte. gleich mal eingebaut. saubär

http://wkh-racing.de/index.php?mod=gallery&action=list&folders_id=3



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


Zuletzt editiert von 12die4 am 30.08.2011 um 16:34 Uhr (2x Editiert)
Inaktiv
|
loonex


Try to beat me





Beiträge: 142
# Antwort: 3 - 30.08.2011 um 15:53 Uhr
Ab in die Codepaste Database DANKE!


------------------
loonex = plynetti

Inaktiv
|
Rouven89
Thread-Ersteller


Going for pro




Beiträge: 539
# Antwort: 4 - 30.08.2011 um 16:37 Uhr
@ 12die4

meine list_folder,tpl sieht so aus (ich habe 4 bilder in einer zeile eingestellt):
 
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.
1. / 2. / ... 
 <table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
  <
tr>
    <
td class="warnung">{link:gallery} {link:subfolders} - {data:folders_name}</td>
  </
tr>
  {
tmp:empty_cat}
  <
tr>
    <
td class="leftf">
      {
loop:sub_folders}
        <
div style="float:left; width:{options:thumbs}px; height:120px; margin:5px; padding:0px; background-repeat: no-repeat center;">
          {
sub_folders:folders_img} <br />
          <
div style="background-color:#393939;color:#fff;text-align:center;">{sub_folders:folders_name}</div>
         </
div>
      {
stop:sub_folders}
      {
loop:img}
        <
div style="float:left; width:154px; height:120px; margin:5px; padding:0px; background: url({page:path}mods/gallery/image.php?thumb={img:img}) no-repeat center;">
        {
img:link}
        <
div style="background-color:#e7e7e7;border-bottom: 1px solid #bebebe;color:#393939;text-align:left;padding-left:10px;">Aufrufe: {data:count} <br/> {data:comments}</div>
         </
div>
      {
stop:img}
      <
br/>
    </
td>
  </
tr>
  <
tr>
    <
td><br/></td>
  </
tr>
  <
tr>
    <
td class="centerb">{data:pages}</td>
  </
tr>

</
table>


------------------
http://sc-wiesens.de/

Der Sport Club "13 Eichen" Wiesens

Inaktiv
|
ev0lution


Geekboy





Beiträge: 1103
# Antwort: 5 - 30.08.2011 um 16:54 Uhr
danke. hatte vor deinem post schon editiert ^^ bei mir passte es nach ein paar versuchen dann doch
du hast die galerie endlich mal ansehnlich gemacht


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


Inaktiv
|
Antworten: 5
Seite [1]


Sie müssen sich registrieren, um zu antworten.