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 ... 4 5 6 7 [8] 9 10 11 12 ... 49
106
die datei ist vorhanden?
chmod rechte richtig gestetzt?

107
Chit Chat / Re: I need help i dont understand it
« on: April 04, 2006, 01:05:26 AM »
upload all files in an directory e.g. domian.com/4images/

enter adress domian.com/4images/,
now you should see the setup.
make all entries (db name,pass,...).
that's all.

108
t hink it's this line:
extension=php_gd2.dll
uncomment it, restart server.

you can find this line in your php.ini.

109
link to your gallery?

did you defined your script url in constants.php?
define('SCRIPT_URL', 'http://www.yourdomain.com/4images');

is port 81 correct if browsing through the gallery?

110
can you send me an pm where the db_field_defintions.php and details.php/details.html are zipped.

then i could help you for point 1.

point 2 i didn't understand exactly.

111
Mods & Plugins (Requests & Discussions) / Re: Jump to the new comment
« on: April 03, 2006, 11:28:36 PM »
hab jetzt nicht nachgeschaut,
sondern vermute es jetzt einfach mal.

im template comment_form.html müsste sowas wie <a name="commentform"></a> sein.
Du kannst diesen Tag jetzt ein fach ausschneiden und in der details.html
an die stelle setzen, wo die comment auflistung anfängt.

die elegeantere lösung wäre allerdings einen neuen anchor tag an diese stelle zu setzen,
und die einfach anspringen zu lassen.

112
if you already running phpBB then i assume you already have setted up an local server, right?
the only thing you have to do is to enable in php.ini the gd libary,
and restart the server.

113
Mods & Plugins (Requests & Discussions) / Re: Jump to the new comment
« on: April 03, 2006, 09:39:42 PM »
you have to build in anchor for the comments like it's be done in forums,
and link to it.

114
problem gelöst?

115
Discussion & Troubleshooting / Re: [FIXED] DB ERROR
« on: April 03, 2006, 07:53:23 PM »
contact your hoster,
and/or try to repair the table using phpmyadmin (table repair).

116
can you give me an link to your page, or show me the source code of the generated html file.

117
if the full url is shown,
then also <a href="{image_URL}">Link</a> should work.

118
iso the question is.
is the field image_URL filled with an value?
if you first only use {image_URL} in the template file,
is there something shown?

119
Mods & Plugins (Requests & Discussions) / Re: Getting cat ID
« on: April 03, 2006, 05:59:43 PM »
ah i forget.
if you got a lot of different ids:
instead of:

if ($id == "2") {
include(ROOT_PATH.'some_file1.php')
}

if ($id == "3") {
include(ROOT_PATH.'some_file2.php')
}

you can use switch.

for example:
switch($id) {
 case 3:
    include(ROOT_PATH.'some_file2.php');
    break;
 case 4:
 ....

}

120
try to search for:
[MOD] Category Image v1.0.1

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