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

Pages: [1] 2
1
Installation, Update & Configuration / 1.7.8 to 1.7.9 files updates
« on: November 17, 2010, 04:09:43 PM »
Hello,
Could we have the detailed list of what has been changed in the php files from 4images 1.7.8 to 1.7.9. ?
It would be greatly appreciated.

thanks

2
Discussion & Troubleshooting / Re: multi-word search in 1.7.8
« on: September 30, 2010, 03:59:56 PM »
seems to be ok now, Thank you  :wink:

3
Mods & Plugins (Releases & Support) / Re: [MOD] multiupload
« on: September 29, 2010, 10:31:19 PM »
This mod doesn't work for me anymore since 1.7.8 even after trying this fix : http://www.4homepages.de/forum/index.php?topic=27852.0
(single upload works fine)

Code: [Select]
Error uploading image file:
5a52dab3-5e85-4ef9-91b9-eb2a93bcd7d6.jpg: Invalid file type (jpg, image/jpeg)

4
Discussion & Troubleshooting / multi-word search in 1.7.8
« on: September 29, 2010, 08:37:28 PM »
Hello,

I don't know if this issue is related to the last update or my configuration, but i just noticed a problem with the search engine and the keywords :

- Search with a single word works fine (ie : houston)
- Search with 2 words (space separated) = Your search resulted in no matching records. (ie : houston washington)
- Search with 2 words using AND, OR, NOT = Your search resulted in no matching records. (ie:  houston AND washington)

- Search with 2 words seperated by a comma = works fine, same as using "OR" (ie:  houston,washington)
- Search with 2 words using comma + AND = works fine (ie : houston,AND,washington)

So there's a bug with space and commas i guess, any help to fix that please ?
nb : I use the last version 1.7.8, I did the keyword migration, and i have unmodified search.php and search_utils.php

Thank you

5
For correct navigation in lightbox & search catégories :

RewriteRule ^img([0-9]+)\.search.htm$ details.php?image_id=$1&%{QUERY_STRING}&mode=search
RewriteRule ^img([0-9]+)\.lightbox.htm$ details.php?image_id=$1&%{QUERY_STRING}&mode=lightbox

Code: [Select]
RewriteEngine On

#RewriteBase /
RewriteRule ^cat-(.*)-([0-9]+)\.htm$ categories.php?cat_id=$2&%{QUERY_STRING}
RewriteRule ^cat\.htm$ categories.php?%{QUERY_STRING}
#Mod_bmollet : Image name in URL
RewriteRule ^img-(.*)-([0-9]+)\.htm$ details.php?image_id=$2&%{QUERY_STRING}
RewriteRule ^img([0-9]+)\.search.htm$ details.php?image_id=$1&%{QUERY_STRING}&mode=search
RewriteRule ^img([0-9]+)\.lightbox.htm$ details.php?image_id=$1&%{QUERY_STRING}&mode=lightbox

#Mod_bmollet : This is to make search function work  ( redirect links from search results )
RewriteRule ^search\.htm$ search.php?%{QUERY_STRING}
RewriteRule ^search\.([0-9]+)\.htm$ search.php?page=$1&%{QUERY_STRING}
RewriteRule ^lightbox\.htm$ lightbox.php?%{QUERY_STRING}
RewriteRule ^lightbox\.([0-9]+)\.htm$ lightbox.php?page=$1&%{QUERY_STRING}

6
Discussion & Troubleshooting / Re: New Images - Next and Previous
« on: August 18, 2009, 04:41:51 PM »
Thanks Vano, it's definitively the mod Google Friendly Urls For 4images Best Seo Mod, it works if I uninstall it.
I'll try to figure out what's wrong.

Fixed :
http://www.4homepages.de/forum/index.php?topic=17598.msg140051#msg140051

7
Discussion & Troubleshooting / Re: New Images - Next and Previous
« on: August 17, 2009, 09:07:27 PM »
up ?

anything is possible ;) can I see the site?

See PM   :wink:

8
Discussion & Troubleshooting / Re: New Images - Next and Previous
« on: August 12, 2009, 11:09:33 PM »
yep that's what I want.
Could friendly URL, best seo mod or a mod like that cause problem ?  :?

9
Discussion & Troubleshooting / Re: New Images - Next and Previous
« on: August 12, 2009, 08:58:50 PM »
hum... thank you but no change

10
Discussion & Troubleshooting / New Images - Next and Previous
« on: August 11, 2009, 05:03:45 PM »
Hello, here is something i'd like to modify : when I click on a "new picture" on front page (or in the "new pictures" page) I get the detail page with the full picture but NEXT and PREVIOUS links won't show the next/previous picture in the "new pictures" category but in the next/previous image from the category the picture belongs to.

Is there a way to change that ? (only for new pictures).
Basically, I'd like to browse all new images in the detail page.


FYI I recently réinstalled 4images 1.7.7 from sctach with a lot of mods.

Thanks

11
humm, FYI if you have "/"  in your images names ex : "CD / DVDs" you'll get an error.

So :
Code: [Select]
$row['image_name'] = strtr($row['image_name'], "/éèêàëâúóíáABCDEFGHIJKLMNOPQRSTUVWXYZ","-eeeaeauoiaabcdefghijklmnopqrstuvwxyz");

12
Great mod thank you + comvalley for the bbcode

13
Discussion & Troubleshooting / Re: user list too long
« on: May 18, 2007, 05:12:32 PM »
great, thank you

14
Discussion & Troubleshooting / user list too long
« on: May 18, 2007, 06:40:42 AM »
Hello, Here is the small problem I have :

When I want to edit a picture the user dropdown is really long to load (I have more than 10 000 members on my gallery) so I'd like to know if there is a work around to avoid to load the dropdown each time (but still accessible if needed). I dind't find anything in the mod section.
Thanks  :wink:

15
in fact my code is ok, I just forgot to name the hidden input "setperpage"  :wink:

Pages: [1] 2