• [MOD] All Comments (Alle Kommentare) V.1.6 5 0 5 1
Currently:  

Author Topic: [MOD] All Comments (Alle Kommentare) V.1.6  (Read 337570 times)

0 Members and 1 Guest are viewing this topic.

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD] All Comments (Alle Kommentare) V.1.4
« Reply #165 on: October 29, 2007, 09:53:29 PM »
Sorry ... I no get german ... if is problem with code ... please post english.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline Schtorsch

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Re: [MOD] All Comments (Alle Kommentare) V.1.4
« Reply #166 on: October 30, 2007, 12:26:36 AM »
@Mawenzi: Perfekt!  :)  Das Warten hat sich gelohnt! Passt super! Daaaanke!
Freundliche Grüße


Daniel, der Schtorsch

Offline Schtorsch

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Re: [MOD] All Comments (Alle Kommentare) V.1.4
« Reply #167 on: October 31, 2007, 09:52:31 AM »
Muß doch nochmal nachfragen, wie es mit den Fragen 2 und 4 ausschaut...  :mrgreen:

Also ob die Möglichkeit besteht, auch eine Funktion zu machen, in der ich sofort alle vorhandenen Kommentare zu meinen eigenen Bildern sehe und ob es möglich ist, die Sortierung der Kommentare in der Detail-Ansicht wieder andersrum hinzubekommen?! Aber da nehme ich an, dass es dann überall andersrum wäre, oder?!  (also bei letzte Kommentare und bei alle Kommentare auch)
Freundliche Grüße


Daniel, der Schtorsch

rinaldos

  • Guest
Re: [MOD] All Comments (Alle Kommentare) V.1.4
« Reply #168 on: November 04, 2007, 07:55:09 PM »
Hallo Mawenzi,
ich habe den MOD gerade eingebaut. Auf deiner Seite habe ich gesehen, das bei Dir auch Gästebucheinträge angezeigt werden. Wie müsste ich den MOD erweitern damit das auch funktioniert.
Als GB nutze ich http://www.4homepages.de/forum/index.php?topic=7409.0

LG
Ingo

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] All Comments (Alle Kommentare) V.1.4
« Reply #169 on: December 04, 2007, 11:32:55 AM »
@rinaldos
... das funktioniert eher zufällig ...
... ich verwende nicht den hier im Forum angebotenen Gästebuch-MOD ...
... mein Gästebuch ist einfach ein Bild, dass ich Gästebuch benannt habe und in einer eigenen Kategorie steckt ...
... zusätzlich habe ich nur das Template für diese Kategorie etwas abgeändert ...
... und das funktioniert seit Zeiten bestens bei mir und so werden auch die Gästebucheinträge als Kommentare gelistet ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline www.katzen.ag

  • Jr. Member
  • **
  • Posts: 75
  • KatzenAG - das grosse Katzenportal im Internet
    • View Profile
    • KatzenAG - das grosse Katzenportal im Internet
Re: [MOD] All Comments (Alle Kommentare) V.1.4
« Reply #170 on: December 06, 2007, 07:13:13 PM »
Läuft ohne Probleme...THX
KatzenAG - das grosse Katzenportal im Internet

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] All Comments (Alle Kommentare) V.1.4
« Reply #171 on: December 06, 2007, 07:26:05 PM »
Läuft ohne Probleme...THX

... na das ist doch mal 'ne glasklare Aussage ...
... danke für die Meldung ... ;)
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline www.katzen.ag

  • Jr. Member
  • **
  • Posts: 75
  • KatzenAG - das grosse Katzenportal im Internet
    • View Profile
    • KatzenAG - das grosse Katzenportal im Internet
Re: [MOD] All Comments (Alle Kommentare) V.1.4
« Reply #172 on: December 07, 2007, 09:27:51 PM »
Jau  :mrgreen:
KatzenAG - das grosse Katzenportal im Internet

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: [MOD] All Comments (Alle Kommentare) V.1.4
« Reply #173 on: December 13, 2007, 12:39:01 PM »
okay... habs auch getestet :)

Code: [Select]
        "lang_com_to_this" => $lang['com_to_this'],
        "lang_com_total" => $lang['com_total'],

wie auch
Code: [Select]
           $total_image_comments = $row['total_image_comments'];
fehlen in der comments_all.php

schönheitsfehler in der comments_all_bit.html
Code: [Select]
   <td width="85%" class="row2" valign="top" align="left"><b>{comment_headline}</b>&nbsp;<small>[{lang_com_total} {total_image_comments} {lang_com_to_this}</small><hr size="1" />{comment_text}<br></td>

auf

Code: [Select]
   <td width="85%" class="row2" valign="top" align="left"><b>{comment_headline}</b>&nbsp;<small>[{lang_com_total} {total_image_comments} {lang_com_to_this}]</small><hr size="1" />{comment_text}<br></td>

dann ist hintere eckige klammer auch da :)

sonnst toller mod... thx Detlev!
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] All Comments (Alle Kommentare) V.1.4
« Reply #174 on: December 13, 2007, 03:16:37 PM »
Hallo Nicky,

... ja, die von dir aufgezeigten Fehler haben sich beim letzten Codeupdate mit erweitertem Counter eingeschlichen ...
... danke für deine Aufmerksamkeit und den Report ...
... habe die Fehler im ersten Post berichtigt ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: [MOD] All Comments (Alle Kommentare) V.1.4
« Reply #175 on: December 13, 2007, 03:27:47 PM »
...gern geschehen... :)
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline Valery

  • Newbie
  • *
  • Posts: 23
    • View Profile
Re: [MOD] All Comments (Alle Kommentare) V.1.4
« Reply #176 on: January 05, 2008, 10:57:07 PM »
comments_all_bit.html Gently seems nice and without errors :?. Preview: http://vodkomotornik.ru/phgallery/comments_all.php
Code: [Select]
<link href="style.css" rel="stylesheet" type="text/css" />
<tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td class="bordercolor">
  <table width="100%" height="156" border="0" cellpadding="4" cellspacing="1">
<tr>
  <td height="18" colspan="3" class="navbar" scope="col"><table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td height="26" scope="col"><div align="left"><small>[{image_user_name}, {lang_for_image} </small><b class="subcat"> {comment_image_name}</b> <small> - {lang_in_cat} {comment_cat_name}]</small></div></td>
      <td width="43%" scope="col"><div align="right"><small class="navbar">[{lang_com} №{comment_counter}. {lang_com_date} {comment_date}]</small></div></td>
    </tr>
  </table></td>
</tr>

<tr>
   <td width="15%" colspan="2" rowspan="2" class="row2" valign="top" align="center">
         {comment_image_thumb} </td>
   <td width="85%" height="84" align="left" valign="top" class="row1"><table width="100%" border="0" cellspacing="0" cellpadding="0">
     <tr>
       <td width="49%" height="26" scope="col"><div align="left"><b>{comment_headline}</b>&nbsp;<small>[{lang_com_total} {total_image_comments} {lang_com_to_this}] </small></div></td>
       <td width="51%" scope="col"><div align="right"><small>{if admin_links}{admin_links}{endif admin_links}</small></div></td></tr></table>
     <hr size="1" />     {comment_text}<br>   </td>
</tr><tr>
   <td height="15" valign="top" class="row1">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="50%">
        <small>{lang_com_by}  {comment_user_name} [{comment_user_info}]</small></td>
          <td align="right" width="50%">
        </td>
        </tr></table>   </td>
</tr>
</table>
<td></td></tr></table>
</td></tr>

And Russian lancuage - add in lang/russian/main.php

Code: [Select]
//-----------------------------------------------------------------------
//--- All Comments / Alle Kommentare V.1.4-------------
//-----------------------------------------------------------------------
$lang['all_comments'] = "Все комментарии";
$lang['variable_text'] = "Список всех комментариев в порядке убывания.";
//$lang['navigation'] = "Выберите категорию:";
$lang['com_per_page'] = "Комментариев на странице:";
$lang['com'] = "Комментарий";
$lang['for_image'] = "фото:";
$lang['in_cat'] = "Категория:";
$lang['com_date'] = "дата комментария:";
$lang['com_by'] = "Ответил:";
$lang['com_total'] = "всего:";
$lang['com_to_this'] = "Комментариев на эту работу";

« Last Edit: January 05, 2008, 11:10:05 PM by Valery »

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] All Comments (Alle Kommentare) V.1.4
« Reply #177 on: January 17, 2008, 01:49:26 PM »
@ Valery
... thanks for your Russian language code ... :)
... I added this part into the mod description on the first page ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

skiemor

  • Guest
Re: [MOD] All Comments (Alle Kommentare) V.1.4
« Reply #178 on: January 18, 2008, 10:52:38 PM »
Sehr feiner MOD, Mawenzi! Hat auf Anhieb geklappt. ;-)
Es fehlte für die Anzeige gefundene Kommentare noch:

deutsch: main.php
$lang['comment_stats'] = "Gefunden: {total_cat_images} Kommentar(e) auf {total_pages} Seite(n). Angezeigt: Kommentar {first_page} bis {last_page}.";

englisch: main.php
$lang['comment_stats'] = "Found: {total_cat_images} comment(s) on {total_pages} page(s). Displayed: comment {first_page} to {last_page}.";


Gruß Chris.
« Last Edit: January 19, 2008, 11:17:23 AM by skiemor »

skiemor

  • Guest
Re: [MOD] All Comments (Alle Kommentare) V.1.4
« Reply #179 on: January 19, 2008, 02:51:10 AM »
Es geht um diesen Beitrag:
http://www.4homepages.de/forum/index.php?topic=10632.msg87034#msg87034

Ich möchte den Text auch in englischer Sprache anzeigen lassen:

$lang_user_comments = "Alle Kommentare des Users";  //Hier Wortlaut des Links

Wie muss das dann aussehen?

Ich habe den Link für die Kommentare auf der home.html neben dem Link "Neue Bilder seit deinem letzten Besuch". Dieser Link ist nur Mitgliedern zugänglich.
Wie kriege ich es hin, dass auch der Kommentarlink für Gäste nicht zu sehen ist.
http://www.4homepages.de/forum/index.php?topic=4648.msg19476#msg19476

Vielen Dank schon mal vorab, falls sich jemand damit beschäftigt. ;-)

Gruß Chris.

« Last Edit: January 19, 2008, 03:14:41 AM by skiemor »