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

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

0 Members and 1 Guest are viewing this topic.

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] All Comments (Alle Kommentare) V.1.2
« Reply #120 on: September 07, 2006, 01:22:10 AM »
@ alle Nutzer von [MOD] All Comments (Alle Kommentare) ... neue Version 1.2

Habe nun endlich den Bug mit der nicht richtig angezeigten "User_Info" ( also [Gast]/[Member]/[Administrator] ) hinter dem Kommentator aus der Welt geschafft ( wie jetzt auch auf meiner Demo-Seite zu sehen ist ). Um diesen Bug zu beseitigen, muss einfach die vorhandene comments_all.php gegen die neue Version 1.2 (im Schritt 1 zu finden) ausgetauscht werden.
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 Schmutti

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: [MOD] All Comments (Alle Kommentare) V.1.2
« Reply #121 on: September 11, 2006, 01:35:24 PM »
Hi,
ich habe auf eine "nacktes" 1.7.3 versucht diesen Mod zu installieren und erhalte immer bei Aufruf der comments_all.php folgende Fehlermeldung:
DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.image_name, c.cat_name, i.image_media_file, i.image_thumb_file, u.user_id, u.user_level, u.user_name FROM 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.cat_id NOT IN (0, 0, 0) WHERE i.image_id = 595 AND c.cat_id = i.cat_id
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE i.image_id = 595 AND c.cat_id = i.cat_id' at line

Kann mir bitte jemand das Brett vom Kopf runterziehen damit ich das zum laufen bringe?!
Danke
Basti

--> gallery.panoguide.de

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] All Comments (Alle Kommentare) V.1.2
« Reply #122 on: September 11, 2006, 02:03:29 PM »
... versuche mal folgendes ... lösche aus der Zeile 132 der comments_all.php ...
Code: [Select]
AND c.cat_id = i.cat_id
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 Schmutti

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: [MOD] All Comments (Alle Kommentare) V.1.2
« Reply #123 on: September 11, 2006, 02:19:32 PM »
Diesen Eintrag habe ich lediglich in Zeile 114, hier brachte das löschen leider keine Verbesserung...
Basti

Offline Schmutti

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: [MOD] All Comments (Alle Kommentare) V.1.2
« Reply #124 on: September 11, 2006, 04:27:29 PM »
Nachtrag:
die SQL Fehlermeldung hat sich geändert, lautet jetzt nur noch

DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.image_name, c.cat_name, i.image_media_file, i.image_thumb_file, u.user_id, u.user_level, u.user_name FROM 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.cat_id NOT IN (0, 0, 0) WHERE i.image_id = 87
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE i.image_id = 87' at line 4

Lg
Basti

Offline Schmutti

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: [MOD] All Comments (Alle Kommentare) V.1.2
« Reply #125 on: September 11, 2006, 04:41:01 PM »
So, ich habs nun doch hingekrigt. Ich habe diesen Eintrag hier auch noch rausgelöscht:
".$add_where." und nun geht es. Leider sehr zäh, aber vielleicht hat ja von euch noch jemand eine Idee?!
Basti

Offline JinYoshi

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: [MOD] All Comments (Alle Kommentare) V.1.2
« Reply #126 on: September 12, 2006, 04:35:31 PM »
For 4images 1.7.3
Open comments_all.php

Find
Code: [Select]
             WHERE i.image_id = $image_id AND c.cat_id = i.cat_id";
Replace
Code: [Select]
             AND i.image_id = $image_id AND c.cat_id = i.cat_id ";

cheers :)

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] All Comments (Alle Kommentare) V.1.2
« Reply #127 on: September 12, 2006, 05:19:40 PM »
@ JinYoshi 
 
... it's strange ... but thanks for reporting ...
... and now all works in the best way ... ?

... first post is changed with this fix ... thanks JinYoshi !
« Last Edit: September 14, 2006, 09:47:50 PM by mawenzi »
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 Schmutti

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: [MOD] All Comments (Alle Kommentare) V.1.2
« Reply #128 on: September 13, 2006, 08:07:49 AM »
Thanks for the Reply! Yes now everythink works fine, speed is OK for me. Have a look at http://www.panoguide.de/galerie an check out :-)
Best Wishes
Basti

Offline Amosnet

  • Full Member
  • ***
  • Posts: 104
    • View Profile
    • Bilder verkaufen
Re: [MOD] All Comments (Alle Kommentare) V.1.2
« Reply #129 on: September 14, 2006, 09:14:52 PM »
For 4images 1.7.3
Open comments_all.php

Find
Code: [Select]
             WHERE i.image_id = $image_id AND c.cat_id = i.cat_id";
Replace
Code: [Select]
             AND i.image_id = $image_id AND c.cat_id = i.cat_id ";

cheers :)


Thank you!
It also fixed my SQL Prrblem.



I love 4images! http://www.fotos-verkaufen.de Fotos verkaufen online Tips und Tricks und http://www.fotoskaufen.de

Offline Amosnet

  • Full Member
  • ***
  • Posts: 104
    • View Profile
    • Bilder verkaufen
Re: [MOD] All Comments (Alle Kommentare) V.1.1
« Reply #130 on: September 14, 2006, 09:53:53 PM »
In your tables you use only user_id ... !
They have to use userid for the users table because of phpbb integration...

I also use the phpbb integration,

 :arrow: I have the same problem, at http://www.digimania-club.de/comments_all.php
i cant get the link to the phpbb member profile, i changes everythink i read on this thread but nothing worked out for me.

Can somebody please help me out?


BTW: Great mod!
I love 4images! http://www.fotos-verkaufen.de Fotos verkaufen online Tips und Tricks und http://www.fotoskaufen.de

Offline HorrorCrafT

  • Full Member
  • ***
  • Posts: 106
    • View Profile
    • HYPOfun online
Re: [MOD] All Comments (Alle Kommentare) V.1.2
« Reply #131 on: September 19, 2006, 12:28:38 AM »
ich habe nicht den ganzen thread gelesen, falls diese frage schon mal irgendwo beantwortet wurde:
wie kann ich einen link auf das userprofil des kommentar-schreibers einbauen wenn ich auf seinen nick klicke?

Offline trez

  • Hero Member
  • *****
  • Posts: 613
    • View Profile
    • blog / photography
Re: [MOD] All Comments (Alle Kommentare) V.1.2
« Reply #132 on: September 19, 2006, 02:23:19 AM »
ich habe nicht den ganzen thread gelesen, falls diese frage schon mal irgendwo beantwortet wurde:
wie kann ich einen link auf das userprofil des kommentar-schreibers einbauen wenn ich auf seinen nick klicke?

<offtopic>
Und warum sollte diese Frage nochmal beantwortet werden, weil jemand zu faul ist sich den thread durchzulesen?
 :twisted:
</offtopic>

Offline HorrorCrafT

  • Full Member
  • ***
  • Posts: 106
    • View Profile
    • HYPOfun online
Re: [MOD] All Comments (Alle Kommentare) V.1.2
« Reply #133 on: September 19, 2006, 02:57:19 PM »
ist ja schon gut! tief ein- und ausatmen und puls langsam senken ... :wink:
dann werd ich mal brav lesen ... aber wehe die antwort ist nicht zu finden! bin ja schließlich nicht zum spass hier! :wink: :mrgreen: :mrgreen:

Offline trez

  • Hero Member
  • *****
  • Posts: 613
    • View Profile
    • blog / photography
Re: [MOD] All Comments (Alle Kommentare) V.1.2
« Reply #134 on: September 19, 2006, 05:07:34 PM »
ist ja schon gut! tief ein- und ausatmen und puls langsam senken ... :wink:
dann werd ich mal brav lesen ... aber wehe die antwort ist nicht zu finden! bin ja schließlich nicht zum spass hier! :wink: :mrgreen: :mrgreen:

 :mrgreen: :mrgreen:, sorry, war ne lange nacht gestern ;)
Die antwort war irgendwo auf den ersten 5 seiten, wenn nicht sag bescheid und ich poste dir die loesung.