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

Pages: 1 2 3 [4] 5
46
Feedback & Suggestions / Re: 4images 1.7.3 - Feedback
« on: July 22, 2006, 04:25:33 PM »
jan : very thanks  :)

47
Feedback & Suggestions / Re: 4images 1.7.3 - Feedback
« on: July 22, 2006, 11:18:50 AM »
jan :(

My php version: 4.3.10-14.25 on suse 9.3 and apache 2.0.53-9.10

in my rss page "type" area blank pls help.

It seems that there is a bug in the PHP function mime_content_type(). Try the following:

Open includes/functions.php and replace everything between and including

Code: [Select]
if (!function_exists('mime_content_type')) {
and the last

Code: [Select]
}
with the contents of the text file attached to this post.

Then open rss.php and replace

Code: [Select]
mime_content_type
with

Code: [Select]
get_mime_content_type

thanks.

I Have done your said but there is an error. Can you give edited file (functions.php) me pls.

48
Feedback & Suggestions / Re: 4images 1.7.3 - Feedback
« on: July 20, 2006, 10:26:57 PM »
jan  :(

My php version: 4.3.10-14.25 on suse 9.3 and apache 2.0.53-9.10

in my rss page "type" area blank pls help.

49
sorry.

how can I make required image descripition, image name, keywords>" photo upload form area."

50
Feedback & Suggestions / Re: 4images 1.7.3 - Feedback
« on: July 20, 2006, 09:42:36 PM »
thanks jan for reply  :wink:

My php version: 4.3.10-14.25 on suse 9.3 and apache 2.0.53-9.10

51
Feedback & Suggestions / Re: 4images 1.7.3 - Feedback
« on: July 20, 2006, 05:50:57 PM »
rss page  <enclosure url="{item_enclosure_url}" length="{item_enclosure_length}" type="{item_enclosure_type}" />

type"" area is blank.

and feed validator 2 errors :(

---
this feed does not validate.

1. type attribute of enclosure must be a valid MIME type ,
2. Your feed appears to be encoded as "iso-8859-9", but your server is reporting "US-ASCII"

52
hello.

I'm using 1.7.3. require areas for picture upload form eg: image descripition> this area require
----
edit:

how can I make required image descripition, image name, keywords>" photo upload form area."

53
hello I'm using 
"4images 1.7.3", "Search Engine Friendly URLs aka Short URLs mod" and phpbb integration mod.

my rss page link example:
 .../rss.php?action=images
.../rss.php?action=comments&image_id=1907
.../rss.php?action=images&cat_id=10

convert to .htm or file eg /images/ ?

and problem user mail address. example@example.com how remove or add userpagelink?

54
Feedback & Suggestions / Re: 4images 1.7.3 - Feedback
« on: July 19, 2006, 04:29:31 PM »
thanks.

55
Feedback & Suggestions / Re: 4images 1.7.3 - Feedback
« on: July 19, 2006, 12:26:29 PM »
hello.
which codes have changed or added from 1.7.2 to 1.7.3.

example:
line: 23
find
$additional_sql = "";

after add
if (!empty($additional_image_fields)) {

.....

56
I'm using phpbb+4images integration system. in /galeri/includes/sesion.php "$this->session_id = session_id();" not line. please help.

57
Bug Fixes & Patches / Re: [1.7.2] Security fix for global.php
« on: April 26, 2006, 10:13:22 AM »
Hımmm..

thanks V@no .

58
Installation, Update & Configuration / Re: charset problem in 1.7.2
« on: March 09, 2006, 09:10:44 AM »
Try the fix i attached to this post. Just replace the files in the zip-file.

thanks jan for fix.  :)

59
Installation, Update & Configuration / Re: charset problem in 1.7.2
« on: March 05, 2006, 11:32:49 AM »
Well, I fixed the problem by changing the line (in functions.php):

Code: [Select]
$trans = get_html_translation_table(HTML_ENTITIES);
into:

Code: [Select]
$trans = get_html_translation_table(HTML_SPECIALCHARS);
I think the original code doesn't work because HTML_ENTITIES table does not support the ISO-8859-2 character set which I use.

thanks Kichus  :wink:

60
Hello!

Attached, you can find a diff against the 1.7.1 files. This diff can easily applied by running:

Code: [Select]
patch -p1 < mod-dynamic-page-title_4images-1.7.1.patch.txt
You can find the patch also on my homepage at http://alexander.skwar.name/4images-patches/mod-dynamic-page-title_4images-1.7.1.patch

For me, that's a lot easier to read than those plain text commands and also a lot less error prone...

hello
askwar pls write change code :( ?

Pages: 1 2 3 [4] 5