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 - IcEcReaM

Pages: [1] 2 3 4 5 ... 49
1
Mods & Plugins (Requests & Discussions) / Re: Bilder verkaufen
« on: August 16, 2006, 03:05:40 PM »
Wie gesagt, der Mod ist von mir,
und ich habe ihn auch bei 4images zum kostenfreien Download angeboten,
allerdings verlinkt als Download auf meiner Seite,
falls evtl. änderungen hinzukommen,
deswegen würde ich dich bitten,
zum entpsrechenden Mod Thread zu verlinken,
und nicht einfach meine Mods hier als Anhang anzuhängen.

2
Discussion & Troubleshooting / Re: top images
« on: August 16, 2006, 03:03:49 PM »
you can do it with the top.php

just add the cat_id at the end.

for example. your.domain/top.php?cat_id=4

4 is the number of the cat id where only top images are displayed from this category.

3
Discussion & Troubleshooting / Re: E-mail bei Kommentaren
« on: August 16, 2006, 03:01:18 PM »
Keine Ahnung,
ob es evtl. in der neuen Version 1.73 implementiert wurde,
wenn nicht gibt es diese Option noch nicht.

Jedenfalls gab es das in den vorherigen Versionen nicht.

Hatte das mal für meine Testseite gebastelt,
bin aber leider nie dazu gekommen,
dass als Mod anzubieten, da ich keine Lust & Zeit hatte,
alle notwendigen änderungen in einer Anleitung zu dokumentieren.

Hole ich evtl. aber irgendwann mal nach.

4
Mods & Plugins (Requests & Discussions) / Re: Bilder verkaufen
« on: August 16, 2006, 02:01:26 AM »
Verlinke doch bitte zum entsprechenden Thread,
und hänge entsprechende Mods nicht bitte hier einfach an als Dateianhang.

Danke

5
achso ich dachte es gäbe einen derartigen Mods bereits,
dann hatte ich mich wohl geirrt.

6
Mach es doch wie auf vanos Seite mit Punktesystem,
so dass man erst ab einer erreichten unktezahl Zugriff auf bestimmte Kategorien erhält.

7
Chit Chat / Re: Job for Money
« on: August 15, 2006, 02:05:12 AM »
wäre gut zu wissen, wofür denn diese angehängte ID genutzt werden soll?

Die ID an sich ranzuhängen ist sicher keine grosse sache.

8
when i'm ready with my football-manager for my site i will look, what i can do.. ;)

what kind of football manager?
something like you can guess who the winner of the match is,
and every time when you were right you get points?

If yes it could be interesting.

How is it build?
Does it get the results automaticlly from any site,
or do you have to update it manually?

9
Just one little suggestion.

I didn't looked at the code in detail,
but wouldn't it be better to split html and php code to templates,
so layout changes could be done more easily?

10
Mods & Plugins (Releases & Support) / Re: [MOD] Birthday Mod v1.0
« on: August 11, 2006, 09:09:47 PM »
damn.

missed also another line:

this should work now.

Code: [Select]
$userpic_img = ($config['userpic'] && $row['userpic']) ? "<img src=\"".ROOT_PATH."data/userpic/".$row['userpic'] ."\">" : "";

11
Mods & Plugins (Releases & Support) / Re: [MOD] Birthday Mod v1.0
« on: August 11, 2006, 04:08:56 PM »
upps ii missed one ".

change this line:
Code: [Select]
$userpic_img = ($config['userpic'] && $row['userpic']) ? "<img src=\"".ROOT_PATH."data/userpic/".$user_row['userpic'] ."\"> : "";
to

Code: [Select]
$userpic_img = ($config['userpic'] && $row['userpic']) ? "<img src=\"".ROOT_PATH."data/userpic/".$user_row['userpic'] ."\">" : "";
corrected also the post above

12
Mods & Plugins (Requests & Discussions) / Re: Bild ausgeben
« on: August 11, 2006, 04:07:26 PM »
Den Pfad kannst du auch mit Hilfe der SQL Abfrage genereiren
bzw mit Hilfe der Daten aus der Tabelle.

Setzt sich zusammen aus der Cat_id und dem image_file_name.

13
Mods & Plugins (Releases & Support) / Re: [MOD] Birthday Mod v1.0
« on: August 10, 2006, 11:20:36 PM »
Change this part in your index.php:

search for:
Code: [Select]
$sql = "SELECT ".get_user_table_field("", "user_id").", ".get_user_table_field("", "user_name").", ".get_user_table_field("", "birthday")."
          FROM ".USERS_TABLE."
          WHERE ".get_user_table_field("", "birthday")." LIKE '%-$currentdate'
          ORDER BY ".get_user_table_field("", "user_name");
$result = $site_db->query($sql);

$birthday_list = "";
   while($row = $site_db->fetch_array($result)) {
        $age = calc_age($row[$user_table_fields['birthday']]);
        $birthday_list .= ($birthday_list) ? ", " : "";
        $birthday_list .= "<a href=\"".$site_sess->url(ROOT_PATH."member.php?action=showprofile&user_id=".$row[$user_table_fields['user_id']])."\">".$row[$user_table_fields['user_name']]."</a> (".$age.")";
    }
and replace with

Code: [Select]

$sql = "SELECT ".get_user_table_field("", "user_id").", ".get_user_table_field("", "user_name").", ".get_user_table_field("", "birthday").", userpic
          FROM ".USERS_TABLE."
          WHERE ".get_user_table_field("", "birthday")." LIKE '%-$currentdate'
          ORDER BY ".get_user_table_field("", "user_name");
$result = $site_db->query($sql);

$birthday_list = "";
   while($row = $site_db->fetch_array($result)) {
        $age = calc_age($row[$user_table_fields['birthday']]);
        $birthday_list .= ($birthday_list) ? ", " : "";
        $userpic_img = ($config['userpic'] && $row['userpic']) ? "<img src=\"".ROOT_PATH."data/userpic/".$row['userpic'] ."\">" : "";
        $birthday_list .= "<a href=\"".$site_sess->url(ROOT_PATH."member.php?action=showprofile&user_id=".$row[$user_table_fields['user_id']])."\">$userpic_img".$row[$user_table_fields['user_name']]."</a> (".$age.")";
    }

Not tested, but should work

14
es gibt einen Mod, der "Hot Or Not" oder so ähnlich heisst.

Da müsstest du mal schauen.

15
Ob es auch mit 1.7 funktioniert,
kann ich nicht sagen, da ich die 1.7 Version nie getestet bzw gesehen hab,
weiss ich nicht, was alles an Code in den späteren Versionen geändert wurde.

@Olphi:
Bitte mal Link zu deiner Gallery posten oder per PM schicken,
und deine guestbook.php anhängen.

Pages: [1] 2 3 4 5 ... 49