tnjb
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] album and galleries not displaying correctlyOk, it turns out the problem was indeed the permissions on the folders.
All directories and subdirectories all had the permissions above. I’m not sure how it happened. But when I updated permissions to 755 it seemed to fixed up the problem.
Thanks!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] album and galleries not displaying correctlyAfter finding a post on the forums about permissions I thought I would go for a look. I suspect mine might be incorrect (although I’m not sure why it would have changed).
Below is the permissions for the folder: wp-content/plugins/nextgen-gallery
drwx—— 6 tnjb tnjb 4096 Jun 27 21:04 admin
-rw-r–r– 1 tnjb tnjb 21815 Jun 27 21:04 changelog.txt
drwx—— 2 tnjb tnjb 4096 Jun 27 21:04 css
drwx—— 2 tnjb tnjb 4096 Jun 27 21:04 fonts
drwx—— 2 tnjb tnjb 4096 Jun 27 21:04 images
-rw-r–r– 1 tnjb tnjb 0 Jun 27 21:04 index.html
drwx—— 2 tnjb tnjb 4096 Jun 27 21:04 js
drwx—— 2 tnjb tnjb 4096 Jun 27 21:04 lang
drwx—— 2 tnjb tnjb 4096 Jun 27 21:04 lib
-rw-r–r– 1 tnjb tnjb 1019 Jun 27 21:04 ngg-config.php
-rw-r–r– 1 tnjb tnjb 997 Jun 27 21:04 nggajax.php
-rw-r–r– 1 tnjb tnjb 12525 Jun 27 21:04 nggallery.php
-rw-r–r– 1 tnjb tnjb 33072 Jun 27 21:04 nggfunctions.php
-rw-r–r– 1 tnjb tnjb 1681 Jun 27 21:04 nggshow.php
-rw-r–r– 1 tnjb tnjb 138 Jun 27 21:04 nggwidget.php
-rw-r–r– 1 tnjb tnjb 5969 Jun 27 21:04 readme.txt
-rw-r–r– 1 tnjb tnjb 24830 Jun 27 21:04 screenshot-1.jpg
-rw-r–r– 1 tnjb tnjb 17482 Jun 27 21:04 screenshot-2.jpg
-rw-r–r– 1 tnjb tnjb 23568 Jun 27 21:04 screenshot-3.jpg
-rw-r–r– 1 tnjb tnjb 24298 Jun 27 21:04 screenshot-4.jpg
-rw-r–r– 1 tnjb tnjb 33472 Jun 27 21:04 screenshot-5.jpg
-rw-r–r– 1 tnjb tnjb 39666 Jun 27 21:04 screenshot-6.jpg
drwx—— 2 tnjb tnjb 4096 Jun 27 21:04 shutter
drwx—— 2 tnjb tnjb 4096 Jun 27 21:04 view
drwx—— 2 tnjb tnjb 4096 Jun 27 21:04 widgets
drwx—— 2 tnjb tnjb 4096 Jun 27 21:04 xmlall the directory’s don’t have any group or world permissions. That doesn’t seem right does it. Can you let me know what the permissions should be?
The files inside these directories have read access for world though.
Thanks again.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Broken “next page” links in NexGEN GalleryIt appears the problem with the next page links is the link is not including the source location on the url.
Take the example where the number of images for a tag (e.g. tag=2004) goes over 1 page.
The page 1 url looks like this:
https://domain.com/tag-cloud/?gallerytag=2004
The link on page 2 looks like this:
https://domain.com/tag-cloud/?nggpage=2
(which fails)It should look like this:
https://domain.com/tag-cloud/?gallerytag=2004&nggpage=2
I would love to help and provide the required code change but I don’t know how to do that.
Does anyone know how to update the code to fix this up?
Terry.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Create Album of Albums?Cheers Alex. It works great in 1.3.1.
Terry!