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

Pages: [1]
1
This worked great, thanks.

Hi,
    One way is ...  find in home.html  {lang_site_stats} and remove it.. 

Thanks,..


2
On the homepage I would like to remove the image and category count (located just above new images).

"xxxx images in xxx categories."

How can this be done.  I cannot find this anywhere. Can anyone help?

3
Quote from: V@no
hum...no
that answer made me look into the code... :lol:
replace:
Code: [Select]
       ORDER BY random_no DESC, i.image_date DESCwith:
Code: [Select]
       ORDER BY random_no DESC, RAND(), i.image_date DESC

This does not work on 1.7.7, no new images appear at all.

4
Thank you, that worked great. :D

5
Does anyone know how to modify the default form fields within ACP > Add images.

I would like to change the options, for example change the default for 'Allow comments' to 'No'.  Or, if possible, change the default catagory to the most used one.

Thanks

6
Espaņol / Castellano / Re: [MOD] Integrar Google VIDEO y YouTube
« on: June 30, 2008, 05:02:29 PM »
Is there any way of generating thumbnails from the streams?  This is the only thing missing from this great mod.

7
Is there anything that can thumbnail streaming content?  I have a mod installed that streams flash from external sources.  There are no extensions in the flash embedcode.

8
I would also like a solution to this.  Has anyone been able to create thumbnails for ([MOD] Integrar Google VIDEO y YouTube)?

9
*bump*

10
I tried again as per your suggestion, still no randomize (no errors).  My functions file attached.

11
If add this: http://www.4homepages.de/forum/index.php?topic=9003.msg44318#msg44318

is possible. ;)

Thanks for reply, I tried it but it didn't work.  No errors!

For step 1, I could not find:

Code: [Select]
function get_random_image
I found 2 similar instances of:

Code: [Select]
function get_random_image_cache() {&
Code: [Select]
function get_random_image($cat_id = 0, $show_link = 1, $return_file = 0) {
I tried inserting the line after each & both.  The rest of the mod was implemented as per the instructions.

I am using version 1.7.3.
PHP Version 4.3.9
MySql 4.1.20


12
I've been searching for hours for something to randomize all new images within categories.  I have come close, I'm sure the solution is out there but the solution is lost within long threads.

If you have this implemented on your site please reply with concise instruction.  This will help me and others looking for the same thing.

I would appreciate your help. 

13
Discussion & Troubleshooting / Safe Mode error
« on: June 10, 2003, 01:17:59 PM »
Update:

It seems everytime I create a new category from 4images the corrosponding folder that gets created by 4images as an owner '48'!!! rather than the actual username for my account!!

14
Discussion & Troubleshooting / Safe Mode error
« on: June 10, 2003, 01:05:27 PM »
I get the following error when I try to move an image to another category.

Funny thing is safe_mode = off in my php.ini..!!!

Any ideas anyone?

Warning: SAFE MODE Restriction in effect. The script whose uid is 504 is not allowed to access /home/virtual/site2/fst/var/www/html/data/media/62 owned by uid 48 in /home/virtual/site2/fst/var/www/html/admin/admin_functions.php on line 111

Warning: SAFE MODE Restriction in effect. The script whose uid is 504 is not allowed to access /home/virtual/site2/fst/var/www/html/data/thumbnails/62 owned by uid 48 in /home/virtual/site2/fst/var/www/html/admin/admin_functions.php on line 155
Image edited
NOTE: In case the thumbnail file name does not correspond with the image file name it will be adapted to the image file name.

15
I have the same problem, and can't find anything on the forum that helps.

Pages: [1]