Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Sebas Bonito

Pages: 1 2 3 4 5 [6] 7 8 9 10 ... 19
76
I guess, too, you should upgrade to 1.7.7  :)

77
Schau Dir mal die auth.php in Zeile 218 an, da steht ein "FBEECC"... das gehört da sicher nicht hin.  :wink: Reicht das aus?

78
Wann erscheint denn eine weiße Seite, Du musst schon etwas genauer werden?
Wenn Du einen neue Kategorie erstellen willst, überall, oder nur bei der Ansicht
von Kategorien?

79
The error message says, there is a problem while "adding category"...
so it's the admin/categories.php I guess the function "addcat" and
in the line 4 of the sql-proccess...

80
:flag-en: Why is step 2 (in the addcat.php) in comments? Isn't that necessary?
:flag-de: Warum ist Schritt 2 (in der addcat.php) auskommentiert? Ist der nicht notwendig?

Code: [Select]
 // Step 2: Get the highest cat-ID, cat_order and add 1 / Ermittle die größte cat_id, cat_order und addiere 1

  // cat_id
/*
  $sql = $site_db->query("SELECT * FROM 4images_categories ORDER BY cat_id DESC LIMIT 1");
  $result = $site_db->fetch_array($sql);
  $new_cat_id = $result['cat_id'];
  $new_cat_id = $new_cat_id + 1;
  $new_cat_id = $mysql->get_next_id("cat_id", CATEGORIES_TABLE);
*/

81
Mods & Plugins (Releases & Support) / Re: [MOD] Photo Preview Hack
« on: July 26, 2009, 06:19:14 PM »
:flag-en:
For standard I've chosen a pic (#7), if a category will build. But I'd
like to have a new "hack": If somebody has uploaded a picture and
cat_image in the uploaded category is the standard pic (in my case
"7"), it will choose the new uploaded picture. Is this possible?

:flag-de:
Standardmäßig ist es bei mir nicht "0", sondern "7" als Kategoriebild.
Nun möchte ich eine Ergänzung haben: Wenn ich oder ein User ein
Foto hochlädt und in der zu hochladenden Kategorie cat_image = 7
ist, dann soll das neue Bild die neue cat_image sein. Ginge das irgendwie?

82
 :flag-en: Beneath the error-messages you should also publicate the specified source. Otherwise noone may help you.
 :flag-de: Neben der Fehlermeldung solltest Du auch die entsprechende Stelle im Quellcode hier posten, sonst kann keiner was damit anfangen.

83
Bei mir läuft das auch reibungslos, und ich hab SEHR viele MODs  :wink:

84
Mods & Plugins (Releases & Support) / Re: [MOD] Last comments v1.2.0
« on: July 26, 2009, 03:54:48 PM »
Dann hängt es mit der Textbegrenzung zusammen (siehe ein paar Beiträge vorher).

85
Mods & Plugins (Releases & Support) / Re: [MOD] Last comments v1.2.0
« on: July 25, 2009, 06:10:25 PM »
Hast Du denn den BBCode für Kommentare erlaubt?

86
Mods & Plugins (Releases & Support) / Re: Google Photomap erstellen
« on: July 25, 2009, 05:25:09 AM »
Servus,

ich würde das gerne für die Kategorien haben. Ginge das?
Also eine Koordinate für eine Kategorie... die Ausgabe
dann in den Kategorien, nicht aber in den Details. Zusätzlich sollen
(wie auch in Deinem Skript) alle anderen Kategorien/Koordinaten angezeigt
werden. Wie kann man das realisieren?

88
{ifno index}

...thx a lot... for weeks I've searched something like this  :lol:

89
Chit Chat / Re: Google page translation doesn't work anymore?
« on: July 24, 2009, 06:59:32 PM »
Yes, for me the same  8O

If you choose "detect language" in the first dropdown, it says
"Translation from English into English is not supported."

So maybe it will analyze the page and thinks:
more than 50%?, then everything is english.

Strange, or?

90
Nice idea, but firefox and IE block the popup for standard.
It's not user-friendly to "allow popups" manually.

Pages: 1 2 3 4 5 [6] 7 8 9 10 ... 19