Author Topic: [MOD] - See other upload images by uploader from details page  (Read 26790 times)

0 Members and 1 Guest are viewing this topic.

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD] - See other upload images by uploader from details page
« Reply #15 on: November 09, 2007, 06:32:43 PM »
If true ... I create quick fix for this today.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD] - See other upload images by uploader from details page
« Reply #16 on: November 09, 2007, 09:48:37 PM »
Ok so for good ressource - edit step 3 -

Find:

Quote
{if uploader_related_images}

add before:

Code: [Select]
{if user_loggedin}

find:

Quote
{endif uploader_related_images}

add after:

Code: [Select]
{endif user_loggedin}

This reduce trafic for details page. ;)
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline malpa

  • Pre-Newbie
  • Posts: 8
    • View Profile
    • Video center
Re: [MOD] - See other upload images by uploader from details page
« Reply #17 on: December 06, 2007, 11:18:12 AM »
Does this MOD use "cache" folder in the root 4images directory?

You can (I hope) to link users playlists with "cache" to reduce traffic for details page on MySQL database.

____________

The idea of this MOD is great: 4images script  has no working playlists. The best way to increase daily amount of users: build playlists (for authors, depending on keywords or tags of an image on details.php page).


Offline masterred

  • Sr. Member
  • ****
  • Posts: 494
    • View Profile
Re: [MOD] - See other upload images by uploader from details page
« Reply #18 on: December 08, 2007, 12:37:07 AM »
hi

work in version 1.7.4

thanks for this  MOD
Apache/2.2.21 (Win32)
PHP/5.3.5
Mysql Version: 5.5.19
4images Version: 1.7.?



Offline masterred

  • Sr. Member
  • ****
  • Posts: 494
    • View Profile
Re: [MOD] - See other upload images by uploader from details page
« Reply #19 on: December 08, 2007, 10:25:21 AM »
hi
i have this error



the image girl at room is the image_id=2 (otro) and the direction bar show the image_id=1 (Princess room)

when doing click in the image http://localhost/4images/details.php?image_id=1
leaves the image http://localhost/4images/details.php?image_id=2
to me and not the one that corresponds thanks


thanks
« Last Edit: December 08, 2007, 10:47:05 AM by masterred »
Apache/2.2.21 (Win32)
PHP/5.3.5
Mysql Version: 5.5.19
4images Version: 1.7.?



Offline mato72

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
    • Brick-Cinema
Re: [MOD] - See other upload images by uploader from details page
« Reply #20 on: January 09, 2008, 01:17:40 AM »
Have a little problwm with this mod...
it works, true, but it shows not the OTHER pictures from UPLOADER, only the last uploaded Images to the gallery...
What I have to change to get it working????

I use 1.7.4

Thanks for helping me...

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD] - See other upload images by uploader from details page
« Reply #21 on: January 09, 2008, 03:50:53 AM »
Have a little problwm with this mod...
it works, true, but it shows not the OTHER pictures from UPLOADER, only the last uploaded Images to the gallery...
What I have to change to get it working????

I use 1.7.4

Thanks for helping me...

Hum ... in details.php file,
[edit] - I find problem.

find:

Code: [Select]
WHERE i.image_active = 1 AND i.cat_id = c.cat_id AND i.image_id != " . $image_id . " AND (i.cat_id NOT IN (".get_auth_cat_sql("auth_viewimage", "NOTIN").", ".get_auth_cat_sql("auth_viewcat", "NOTIN")."))

replace:

Code: [Select]
WHERE i.image_active = 1 AND i.cat_id = c.cat_id AND i.image_id NOT IN (" . $image_id . ") AND " . get_user_table_field("u.", "user_id") . " = i.user_id AND (i.cat_id NOT IN (".get_auth_cat_sql("auth_viewimage", "NOTIN").", ".get_auth_cat_sql("auth_viewcat", "NOTIN")."))

is work right ?
« Last Edit: January 09, 2008, 04:33:26 AM by thunderstrike »
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline masterred

  • Sr. Member
  • ****
  • Posts: 494
    • View Profile
Re: [MOD] - See other upload images by uploader from details page
« Reply #22 on: February 08, 2008, 05:48:38 AM »
hi

this MOD work with 4images 1.7.6 for the links or image itīs bad or change

Teaches changed pictures, if I want to watch the image of someone else, showing rises by the administrator, namely mine, the name of the image does not correspond to that is watching, the image is called DIY 7, the previous image called mistake and I DIY above the previous image.

image 7 call bricolage



and you see after image in this photo



after image not call bricolage you name is error

2- If I click from page categories in the image of this photo I taught rise by another user, but I am trying not to look

image 7_2 click in this photo and show other



see this photo



Everything is reversed ,Because.

thank



Apache/2.2.21 (Win32)
PHP/5.3.5
Mysql Version: 5.5.19
4images Version: 1.7.?



Offline bazalt

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: [MOD] - See other upload images by uploader from details page
« Reply #23 on: June 25, 2008, 04:41:47 AM »
Yes, same bug :(

Offline jotabonfim

  • Jr. Member
  • **
  • Posts: 67
    • View Profile
Re: [MOD] - See other upload images by uploader from details page
« Reply #24 on: June 28, 2008, 05:10:02 PM »
hi
i have this error



the image girl at room is the image_id=2 (otro) and the direction bar show the image_id=1 (Princess room)

when doing click in the image http://localhost/4images/details.php?image_id=1
leaves the image http://localhost/4images/details.php?image_id=2
to me and not the one that corresponds thanks
thanks


This error also present in version 1.7.6.
This module is a bug!