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

Pages: [1] 2 3 4
1
Discussion & Troubleshooting / Re: Exclude Category from New Images
« on: August 06, 2021, 07:25:52 PM »
I didn't manage to exclude categories with the above solutions, so I did this:

In the Search.php
Find this:
AND c.cat_id = i.cat_id $cat_id_sql

and replace it with this:
AND c.cat_id = i.cat_id AND i.cat_id NOT IN (1,2,3)

where the 1,2,3 are the categories you want to exclude from the "new images" results.

This is a very easy solution and works great!

2
Discussion & Troubleshooting / Re: Excluding categorys (advanced)
« on: August 06, 2021, 07:19:41 PM »
All the above solutions didn't work for me, so I did this:

In the Search.php
Find this:
AND c.cat_id = i.cat_id $cat_id_sql

and replace it with this:
AND c.cat_id = i.cat_id AND i.cat_id NOT IN (1,2,3)

where the 1,2,3 are the categories you want to exclude from the "new images" results.

This is a very easy solution and works great!

3
It works great, thank you! :D

4
Discussion & Troubleshooting / Re: Links with underscore
« on: May 30, 2015, 11:23:31 PM »
Any idea?  :(

5
Discussion & Troubleshooting / SEO Problem: Links with underscore
« on: May 28, 2015, 06:25:54 PM »
4Images are creating links with underscore for the categories, details etc, for example:  cat_id=2 or image_id=5.
The underscored links are not good for SEO, is there a way to change this?

6
This could be a great addition to 4Images, can someone do something about it please? :roll:

7
Discussion & Troubleshooting / temp sessions
« on: April 06, 2014, 10:29:27 AM »
Is there a way to avoid the creation of of temporary sessions at  \cgi-bin\tmp\sess_.....
My backup program it gives me always error with those temp files. :oops:

For example \cgi-bin\tmp\sess_05f09c15f8afab63662f94d7f44704cf

8
Thank you very much, it worked fine!!! :D

9
Discussion & Troubleshooting / Re: cookies doesn't work
« on: March 25, 2013, 01:37:00 PM »
It was my mistake...

10
Hi,
Is there a way to display more selected pictures?

Now we have:
   $additional_selected_pics = array("1", "2", "3"); // Each image IDs

If I change this to:
        $additional_selected_pics = array("1", "2", "3", "4", "5", "6", "7", "8", "9"); // Each image IDs

still shows only 3 pictures!


OK I found this solution and it works:

$num_selected_pic = 12;
$num_additional_selected_pics = 12;

11
You are a treasure dear Rembrandt!!! Thank you so much, it works great!!! :D

12
Hi Rebrandt  :)

Is it possible to manipulate the above script, to show "Yesterdays Top" instead of 7 days top?
What should I change?   :roll:

13
Thank you, it works great!!!  :D

14
You are right, it was a mistake from my part.. it was caused from another file that I had changed,  I fixed it now and works perfect!

A big THANK YOU dear Rembrandt, you did a great job!!!  :D

15
I understand, it is natural, the others are wrong...

I am telling you bro, that I did it on the original 4 Images fresh installation and edit the original files you have mention above, more than 5 times and I got nothing different than the original...still no option for USERS to edit their own images or the thumbnails...

I can see your work if I edit the member_editimage.html but all these are invisible for the users!

Maybe you edit another file too and forgot to mention it here.... I don't know... I am just trying to find out what is wrong...

Pages: [1] 2 3 4