1
Derya
Re: Looking for a Photoalbum....
  • 2003/12/1 9:49

  • Derya

  • Module Developer

  • Posts: 40

  • Since: 2003/5/12


Please, can you try this?
Open displayimage.php and replace:
if ((($xoopsModuleConfig['anosee']) != 1) && !is_object($xoopsUser)) {
    
redirect_header(XOOPS_URL."/user.php"2_NOPERM);
    exit();
}


with
if (empty($xoopsModuleConfig['anosee']) && !is_object($xoopsUser)) {
    
redirect_header(XOOPS_URL."/user.php"2_NOPERM);
    exit();
}

If this doesn't work, than you can remove that lines. If you remove them, you can't disallow anonymous to view the pics.



2
Derya
Re: xcgal problem
  • 2003/11/25 22:18

  • Derya

  • Module Developer

  • Posts: 40

  • Since: 2003/5/12


After installation you need to go to the xcGallery Group Manger in admin cp to create the group permissions for the gallery. Without this it couldn't work.



3
Derya
Re: XcGallery Debug Info problem
  • 2003/11/17 18:10

  • Derya

  • Module Developer

  • Posts: 40

  • Since: 2003/5/12


You can turn it off in the xcGallery configuration.



4
Derya
Re: Most viewed count ?
  • 2003/11/15 16:09

  • Derya

  • Module Developer

  • Posts: 40

  • Since: 2003/5/12


The hits are saved in the cookie. A pic hit is only count if it isn't one of the last 5 pics that you have hit. This means after seeing a pic you need to see 5 other pics to count your next hit on this pic.



5
Derya
Re: xcGal: Bug in Searchfunction???
  • 2003/11/15 1:08

  • Derya

  • Module Developer

  • Posts: 40

  • Since: 2003/5/12


For me everything works well with the xcGallery search...can i see this somewhere?



6
Derya
Re: xcGallery Help - Picture count and last upload not working
  • 2003/11/14 12:18

  • Derya

  • Module Developer

  • Posts: 40

  • Since: 2003/5/12


Quote:
Finally got the batch upload to work properly (IM and NetPBM wouldn't work but GD 2.x seems to work ok).

IM should work, if you have entered the right path to IM and it's right installed...netpbm is experimental but should work in the next version.

Quote:

Two issues though, the image counts next to the albums still say "0" when I have place several images inside. Also the last uploads does not update and still shows no images (I imagine the two are linked)

Are you sure that placing images has worked?
If yes, then check if the images need admin approval.
You can also check your cache settings.




7
Derya
Re: xcGallery problem Admin Panel not created
  • 2003/11/12 21:33

  • Derya

  • Module Developer

  • Posts: 40

  • Since: 2003/5/12


I didin't port xp_pubish.php, because of two reasons.
1. It's only useable with win xp.
2. It destroys the album dir structure.
But, i'm working on an other way for easier uploading.



8
Derya
Re: xcGallery problem Admin Panel not created
  • 2003/11/12 16:11

  • Derya

  • Module Developer

  • Posts: 40

  • Since: 2003/5/12


No, it doesn't belong to admin-x theme. Please, can you try this maybe it helps:
Open admin/header.php and add on line 32
include "../../../mainfile.php";

Don't know if it works, because can't reproduce this error. Have you tried the XOOPS php debug mode?



9
Derya
Re: xcGallery help
  • 2003/11/11 21:56

  • Derya

  • Module Developer

  • Posts: 40

  • Since: 2003/5/12


@nautis:
thx, reporting this. I have reproduced this errors, so i will try to fix them, now.

@tjnemez:
Nice to hear that netpbm works

Ok, i have somethings to fix, now, and other things are already fixed. Maybe we can release an update version on saturday/sunday.

thx
derya




10
Derya
Re: xcGallery help
  • 2003/11/11 16:45

  • Derya

  • Module Developer

  • Posts: 40

  • Since: 2003/5/12


Hi tjnemez,

I have sent an email with the picmgmt.inc.php to you. Please, can you try it (replace the old file).

thx
derya




TopTop
(1) 2 3 »



Login

Who's Online

250 user(s) are online (134 user(s) are browsing Support Forums)


Members: 0


Guests: 250


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits