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

Pages: [1]
1
Plugins / Re: [Plugin] Batch Import
« on: September 29, 2006, 05:08:33 AM »
What can I say - awesome! Saves me a lot of time. Worked for me right out of the box! Thanks!

2
Great thank you!

3
Thanks for the replies - I continue to work on this...

4
Ive been searching throughout the forums and cant find this exact answer. I would like to add a checklist to each users profile. I have figured out the custom template redirect if I want to make a custom template (that includes users sessions info etc) but I think I will just add it to the existing member template. The thing I dont understand is how to post checklist results in MySQL. Also - the db_field_definitions doesnt cover checkboxes per se just radio buttons etc. Any ideas?

5
I tried this also and got a 404 from the login.php. Not sure but I really want this so Ive got to get it figured out.
<?php

$main_template = 0;

$nozip = 1;
require('http://www.mysite.com/4images/index.php?template=user_loginform');

if ($site_sess->login($user_name, $user_password, $auto_login)) {
redirect("www.mysite.com/4images/index.php");
}

exit;
?>

6
Discussion & Troubleshooting / Re: Sorting Categories
« on: August 21, 2006, 03:23:51 AM »
Sweet - that saves me a LOT of time!  :D :D

7
finally got it - had to contact my hosting company - found out I needed a /www/www instead of /www  :roll:

8
I finally got an error out of the batch annotate.

Code: [Select]
Processing image 19 from category Cats, image ID 1793 >>
Warning: imagettfbbox(): Could not find/open font in /home/digital/public_html/includes/annotate.php on line 95

Warning: imagettftext(): Could not find/open font in /home/digital/public_html/includes/annotate.php on line 192

Warning: imagettftext(): Could not find/open font in /home/digital/public_html/includes/annotate.php on line 193
OK

and my font setting in the annotation settings admin is (and it works like this on the user side)
Code: [Select]
./fonts/arial.ttf

Can someone tell me where I went wrong?

Thanks

i have the same error! it only works , if a user uploads an image

everyone says, that you have to set the full path

what does it mean?

like this?  http://www.mydomain.com/4images/font/ARIAL.TTF

doesn't work for me


Same problem here - my annotation works but I get the line 95 error - I suppose its late and Im tired but Id like to resolve this. Still searching for an answer...

9
Works great thanks!

10
Installation, Update & Configuration / Re: 4images and VB portal
« on: August 11, 2006, 07:56:41 PM »
I am looking for a similar solution but I did away with my vbadvanced - my users didnt like it. Ill let you know if I find anything

11
Feedback & Suggestions / Re: Non Branding option?
« on: August 11, 2006, 07:54:44 PM »
Thank you - I missed that somehow. That is exactly what I was looking for  :D

12
Feedback & Suggestions / Non Branding option?
« on: August 11, 2006, 06:43:43 PM »
I already searched but the answers were not in English so I am resposting this question. Does 4images offer a non-branded option? Thanks in advance!

Pages: [1]