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

Pages: [1]
1
Hey, just a quick question. Is there a way for the search to find a hidden category? Eg: searching a keyword on the hidden image...

Thank you.

2
You my friend are a god send! lol. Mines working with that code...   :mrgreen:

This little Addon worked for me. Maybe it can help you.

I put these lines in global.php and /includes/image_utils.php direct after <?php

Code: [Select]
ini_set("memory_limit", "150M");
ini_set("max_execution_time", "10000");
ini_set("default_socket_timeout", "100");
ini_set("expect.timeout", "360");
ini_set("upload_max_filesize", "134217728");
ini_set("post_max_size", "134217728");

Please try, if this helps you......

Ingo

Pages: [1]