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

Pages: [1]
1
Discussion & Troubleshooting / Re: Is this possible in 4images?
« on: September 16, 2005, 12:21:59 AM »
Hallelujah!!

The variable needs to be changed in /templates/your_template/media/jpg.html !!!!!

2
Mods & Plugins (Requests & Discussions) / Re: Image Links Mod Request
« on: September 16, 2005, 12:03:31 AM »
... I have set the maximum dimensions of images to 550x412, ...

Hi Ax

Please tell me how you did this? I have already set the limiters in functions.php, but have not been able to yet figure out how to change the display.

3
I had a simply problem trying to change the template from the ACP. The thing that worked for me was to show the template selection on each page, and change it from there.

4
Chit Chat / Re: Just saying hi
« on: September 15, 2005, 10:55:07 PM »
See what I mean?

5
Chit Chat / Re: Just saying hi
« on: September 15, 2005, 06:03:35 AM »
I can say that the moderators and coders are amongst the most patient and polite that I have ever seen on the 'net. Thank you to a great team.

6
Chit Chat / Curious about 4images coding...
« on: September 15, 2005, 06:01:24 AM »
Hi

As I am cutting my teeth on this fine script? application?, I was wondering if the code {}, eg {image}, is standard php?

7
Chit Chat / 4homepages.de google search logs me out everytime
« on: September 15, 2005, 05:57:48 AM »
Funny this.

To recreate the sequence

Use the Google search at the top right of the page, typed "image size" with the quotes, go to page two of results, and clicked the hyperlink below.

http://4homepages.de/forum/index.php?topic=16726.0

I am immediately logged out.

8
Discussion & Troubleshooting / Re: Is this possible in 4images?
« on: September 15, 2005, 05:17:15 AM »
Hello

I'll second the question. I have looked the the template file (details.html) which has an absolute table width of 640px, but the {image} disobeys this and extends out anyway. By error somewhere, I did get get the detail page to display a smaller image, but when you open the image in a new window, it was full sized. :( but I lost the ability when I "fixed" it somehow.

----edit

I found the follwoing discussion which may solve my dilemma: http://www.4homepages.de/forum/index.php?topic=2890.0

9
If no-one minds, I'll post my problem & solution here:

Problem: Your saved session path on your server could not be detected...

In my installation of PHP ; my php.ini file (/usr/local/php5/lib/php.ini) had the following line (line 936) commented out with a ;

session.save_path = "/tmp"

I deleted the ; and it seems to be good now.

Knowing very little about this stuff, I hope what I did is correct.

10
Here :

http://www.4homepages.de/forum/index.php?topic=9289.msg43918#msg43918

As for the quotation_send.php file, I cannot say since it used to work before and now it doesn't. It might simply be a server-side issue which is why it is imperative that you install my new version of the ' Global Server Information ' MOD.

Wonderful!! Now I can see where my problem lies! It says the following for me:

Quote from: PHP Server Information
• Your saved session path on your server could not be detected - which is bad since this option has been disabled from your ISP. It would be strongly recommended that you report this issue to your web hosting party and request this path to be enabled from his php.ini file.

• Your saved session path on your server has been set on read-only mode from your ISP - which is bad. It would be strongly recommended that you report this issue to your web hosting party and request this path to be writable from his php.ini file.

I will hunt down the variables for fixing this.

Thanks for the MOD.

11
Quote

there is no body to the message.


Of course not, PHPMail doesn't recognize 4images's sessions when sending the e-mails since 4images uses $site_email to track your user's quotation information. ;)

 8O  So how does it work then? There's nothing in the readme. You said that as if I should have known that, so I must be missing the obvious.

12
Clarification: quotation_send.php does work in that it sends the email, but there is no body to the message.

13
Because the quotation_send.php does not work for me, I hacked it use PHPFormMail. I'm not sure what differs in the method between the two, but PHPFormMail just works for me. I am on OS X 10.4, PHP Version 5.0.4, Apache 1.3.

Anyone who has this working with the original quotation_send.php, I'd love to see the output email...

With out of the box PHPFormMail, it's pretty ugly:

Code: [Select]
Below is the result of your feedback form.  It was submitted by
email@example.com on September 8th, 2005 at 09:20AM (NZST).
Company: Tester Co LTD
Full_Name: Mr Tester
Address: Testing Avenue
City: Testville
user_email: xxx@xxx.com
Country: Testoserone
Image_Name(1): 2004 069
Intended_Usage_general(1): Personal
Intended_Usage(1): It's Personal
Width(1): 10
Height(1): 10
Image_Placement(1): Composite
Media_Name/Edition(1): TestMag
Distribution(1): Worldwide
Usage_duration(1): Unlimited
Additional_Comments(1): None
Image_Name(2): 2004 070
Image_Placement(2): Editorial
Usage_duration(2): 1 Year Non-exclusive
Image_Name(3): 2004 071
Image_Placement(3): Editorial
Usage_duration(3): 1 Year Non-exclusive
Image_Name(4): Photo of Display
Image_Placement(4): Editorial
Usage_duration(4): 1 Year Non-exclusive
submit: Submit
email: email@example.com


-------- Env Report --------
REMOTE_HOST:
REMOTE_ADDR: 192.168.1.2
HTTP_USER_AGENT: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.6) Gecko/20050324 Firefox/1.0.2

edit: oh yeah, 4images 1.7.1


14
Discussion & Troubleshooting / Re: Searching not working with PHP5
« on: September 02, 2005, 01:50:37 AM »
Okay. Me did it too!! :)

the following lines in search.php:
Code: [Select]
$main_template = 'search';

define('GET_CACHES', 1);
define('ROOT_PATH', './');
include(ROOT_PATH.'global.php');
require(ROOT_PATH.'includes/sessions.php');
$user_access = get_permission();
include(ROOT_PATH.'includes/search_utils.php');

$search_id = array();

cut and paste just below the licensing info. If I'm wrong, please post here.

15
Discussion & Troubleshooting / Re: Searching not working with PHP5
« on: September 02, 2005, 01:39:24 AM »
Fixed...i move the configuration files in search.php up to the top of the file

Hi
Could you explain what you did to fix your problem (for limited knowledge people).
I am encountering the same problem running OS 10.4 on a Mac. No search results although all keywords & descriptions are present.

If the original author is not around, can anyone else point me in the right direction.

By the way, excellent software. I have tried Coppermine, Snipegallery, phpwebgallery and others - and once search is sorted out, I think all will be good.

Pages: [1]