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 ... 5 6 7 8 [9] 10 11 12 13 ... 49
121
nö.

kannst du denn den quellcode deiner index.php lesen?

wenn der server richtig eingstellt ist,
ist das lesen des quellcodes nicht möglich.
(deswegen heisst die datei ja auch config.php und nicht config.txt)

122
Mods & Plugins (Requests & Discussions) / Re: Getting cat ID
« on: April 03, 2006, 05:35:45 PM »
$id = {cat_id};

should be like: $id = $cat_id
you can't use {cat_id} in the php file,
cause their only parsed in templates.

123
you added an extra field in db_field_definitions.php, right?

for example:
you added an extra image field named "special_url".

then you can use in details.html.
{special_url}

124
search word: "mod rewrite"

there is also a large thread.

125
nö, in beidem, je nachdem was der Threadersteller genau will.

So ungenau wie das beschrieben wurde.

126
you can try to change this line in your include/functions.php

from
format_text($image_row['image_description'], 0)
to
format_text($image_row['image_description'], 1)
or maybe this:
format_text($image_row['image_description'], 1,0,1)

128
it's possible.

you should use as tagname the same name as the additional image field you added.

129
Es gibt dafür einen entsprechenden Mod.
Einach mal suchen.
http://www.4homepages.de/forum/index.php?topic=1020.0

130
Installation, Update & Configuration / Re: Problem beim Bilderupload
« on: April 02, 2006, 07:49:49 PM »
Sind die entprechenden Ordner vorhanden?

Die Zielordner müssen entsprechende Rechte haben.

Ansonsten erstmal bitte in der FAQ Sektion dazu schauen.

131
you can just link the imported images as remote files.

133
did you take a look in the CP under settings.
there should be an option for comment settings.

134
bin mir jetzt nicht sicher, aber ich denke,
dass könnte nicht klappen, da beim parsen des templates die variable $config ja nicht gesetzt ist.
Da in dem Funktionsaufruf $config nicht als global deklariert wurde.

Du müsstest das direkt in den php dateien machen,
dass du $config als tag registirerst,
z.b
$site_template->register_vars("deinevariable", $config['deinevariable']);

dann kannst du im template das nutzen: {deinevariable}

P.S: Die Werte aus den Settings werden in der globa.php ausgelsen.

135
brauchst du nicht.
Der Inhalt der Variable steht sofort zur Verfügung:
$config['deinevariable']

um das ganze über acp nutzen zu können, also in der settings sektion auflisten/ändern zu können,
bedarf es noch einiger änderungen der settings.php

Pages: 1 ... 5 6 7 8 [9] 10 11 12 13 ... 49