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 6 7 ... 49
31
Du meinst auf der Startseite?

Dann -> "Category Image" suchen

32
no, it's more then that.
you also need some more modifications,
which users normally expect from a forum,
for example: serach function, thread moderation options, and some other useful things.

33
Mods & Plugins (Releases & Support) / Re: Small Credit "System" "MOD"
« on: April 14, 2006, 09:17:07 PM »
das geht nicht so einfach,
da du das Ganze an anderen Stellen ändern müsstest.

34
dazu brauchst du kein php können,
einfache html kenntnisse reichen aus.
einfach entsprechend die home.html bearbeiten,
und das ergebnis begutachten.

html tutorials gibt es genug im netz.

35
nurmal ne frage,
wie machst du das denn überhaupt mit den "HQ" Bilder,
d.h. sind die dann nur beim downloaden entsprechend verlinkt?

Ist in der DB nen Extrafeld angelegt, wo die entsprechenden "HQ" Bilder verlinkt sind?

36
Installation, Update & Configuration / Re: proplam
« on: April 14, 2006, 10:00:55 AM »
i don't read the installer/updates notes,
but it seems that you have to change the chmod settings for these files.

but my question is again:
why do you try to update if you already running 1.72?

37
Discussion & Troubleshooting / Re: HTML in description doesn't work
« on: April 14, 2006, 09:59:10 AM »
try to change in include/functions.php:

Code: [Select]
  $description = (!empty($image_row['image_description'])) ? format_text($image_row['image_description'], 0) : REPLACE_EMPTY;
with

Code: [Select]
  $description = (!empty($image_row['image_description'])) ? format_text($image_row['image_description'], 1) : REPLACE_EMPTY;

38
dann ja,
wenn du beispielsweise den big folder mod installiert hättest,
wären die "hq bilder" in nem unterordner von media selbst gespeichert worden mit dem selben dateinamen,
z.b. detail bild "bild1.jpg" ist im ordner media/1
dann wäre das HQ Bild mit dem selben Namen im Ordner media/1/big,
dann wäre es sicherlich kein problem, aber so...

39
Installation, Update & Configuration / Re: proplam
« on: April 14, 2006, 09:36:26 AM »
dont worry about, seems that the entry already been made,
so go ahead with the next step(s).

P.S.:
Now after reading again,
why to you execute the update file although you already running 1.72,
which is the newest version.

40
dazu müsste man in der includes/functions.php den pfad entsprechend anpassen,
so dass die dateigrösse des im ordner "highresolution" liegenden bildes abgefragt wird.
keine ahnung wie in deinem fall der ordner heisst.

41
the problem is that if no user "photograph" is logged in,
every part between these tags will not been displayed,
so there are then some arguments missing for js.

42
@caminator:
try to restore your backups and start again building in this mod.
i think you must have done a mistake during installation.

43
schon mal die logs durgeschaut,
welche datei genau fehlt?

p.s. die login.php ist aber schon vorhandenr?

44
Installation, Update & Configuration / Re: Größe des Logos ändern
« on: April 14, 2006, 02:06:50 AM »
bin mir nicht sicher, aber sinnvoller wäre es,
falls nicht sowieso schon im standard template so,
das logo bzw banner in die header.html einzubinden,
dann musst du es nicht in jeder template datei nochmal ändern.

45
ich denke das wird dann wahrscheinlich eher ein browser basierendes problem deinerseits sein.
evtl. mal testweise entweder firefox neuinstallieren oder einfach mal nen anderen browser probieren,
wie z.b. opera oder so.

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