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

Pages: 1 ... 25 26 27 28 [29] 30 31 32
421
hehe okay ;)

422
try and look in your categories.php file then

423
try and open categories.html
See if you can find something there

424
Discussion & Troubleshooting / Re: Most recent images
« on: September 10, 2005, 02:28:59 AM »

425
looked at the source code and maybe its a problem with "<!--Comments: 0--!>"
seemes that some table cells are commented out

dp
I think that too. Try and remove "<!--Comments: 0--!>"

426
Installation, Update & Configuration / Re: Anfänger
« on: September 10, 2005, 02:17:17 AM »
yes.
You can use this: http://www.uniformserver.com/ If you want to test it :)

427
Installation, Update & Configuration / Re: I need help.. again
« on: September 10, 2005, 02:13:17 AM »
Is it a linux server you are on?
If yes GDlib is propely installed. Go to control panel (admin page) -->Settings --> Conversion tool for thumbnails. And sellect GD bibliothek :)
And if you use windows: ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/windows/ImageMagick-6.2.4-4.zip

428
could you post a link to the site instead?

429
Mods & Plugins (Releases & Support) / Re: Integration 4images 1.7 / phpBB
« on: September 09, 2005, 08:34:35 PM »
I want to see the stats again, under the admin page. So I can see what users are looking at :)

430
Discussion & Troubleshooting / IP adress not showing up as numbers
« on: September 09, 2005, 07:18:04 PM »
hello.
When I look at the IP adress from the users who has commented.
They look like this: IP: 503e1197

Anyone knows what is wrong?

 - lars

431
Mods & Plugins (Releases & Support) / move 4image users to phpbb
« on: September 09, 2005, 06:12:50 PM »
BACKUP YOUR DATABASE.
This should be known as work in progress. You have been warned

Download and install this mod: http://www.phpbb.com/phpBB/viewtopic.php?t=285945
Go to phpmyadmin and sellect: 4images_users
Sellect export as CSV.
Change
Change ; to , in  Fields terminated by
and remove " from  Fields enclosed by

Save as file and click go.


Download CSVed from http://home.hccnet.nl/s.j.francke/t2t/text2table.htm
Open your CSV file with CSVed
Delete the columns you don't need
move the email comumn so it's Column 2
mine looks like this:
Column 1 = Username
Column 2 = Email
Column 3 = Password
Column 4 = Show email
Column 5 = Join Date
Column 6 = Webpage
Column 7 = ICQ

You will have to edit admin_import_members.php If you want to parse the extra columns

Find:
Code: [Select]
$user = new user($username, $user_password, $email);Add after:
Code: [Select]
$user->set_field('user_viewemail', $member_data[3]);
$user->set_field('user_regdate', $member_data[4]);
$user->set_field('user_website', $member_data[5]);
$user->set_field('user_icq', $member_data[6]);
As you can see the 3,4,5... Doesn't match the columns, that's because the mod starts at 0. So do not change the numbers :)

NOTE: You should probely delete the Guest and the admin form the CSV file.

432
Mods & Plugins (Releases & Support) / Re: Integration 4images 1.7 / phpBB
« on: September 06, 2005, 02:17:23 PM »
Kanst du das problem nicht beschreiben?

Hi zusammen,
wer kann mir mal helfen, leider bin ich des Englischen nicht so mächtig,
sonst hätte ich bestimmt eine Lösung gefunden hier.

Hier mein problem:
http://zypern-forum.de/4images/index.php

Gruss
Tom

433
Discussion & Troubleshooting / Re: editing and deleting comments as admin
« on: September 05, 2005, 09:44:57 PM »
don't know :(
but I can't seem to undstand what it does instead of deleting?

434
Discussion & Troubleshooting / Re: Templates aktivieren?
« on: September 05, 2005, 01:59:43 AM »
you could try and change the info in the database.
Go to phpmyadmin -> sellect 4images ->click 4images_settings -> click browse -> edit template_dir. And type in the name of the template.

Code: [Select]
setting_name: template_dir
setting_value: design

435
Discussion & Troubleshooting / Re: editing and deleting comments as admin
« on: September 05, 2005, 01:54:48 AM »
and what does it do when you try to delete an image?

Pages: 1 ... 25 26 27 28 [29] 30 31 32