juro83
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Comment per pictureHi Andre,
yes, you are completely right with your argumentation.
There are more disadvantages with my method (i.e. you get loads of pages, …)
But there are also some plusses:
- No reinvention of the wheel: Use WordPress-Comment Functions/Plugins/Tables; Use Nextgen-Image Upload- and Management/Configuriation
- Minimal resources needed (the created pages only contain some action-tag)
- No extra Database Tables
- Source code is small and handy
- Fast solution (I worked about 7 hours on it including conception)
I’m open for ideas but i’d only do a complete reinvention in a team. so if you or anybody is interested just contact me.
Btw: a few days ago i included an “update” feature to synchronize pages with current gallery information.
Regards
RomanForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Comment per pictureLink fixed (hopefully … at least it worked for me…)
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Comment per pictureForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Comment per picturebairey, my plugin is nearly completed.
Just working on a mini-thumbnail grid that links each thumbnail to the page.What I’ve done is simple:
You simply choose one gallery and one parent-page and then click on “create”.
Then – lets say about 50 pages (1 per photo) are created and linked forward and backwards.
another page is created as parent of all those pages (to keep overview about all these pages).
this single page contains the mini-image-grid and the parent of this page is the one you choose.
so you might have 3 layers:
2009
– Swimming
— Picture 1
— Picture 2
— …
– Shopping
— Picture 1
…You just have to link from 2009 to the Swimming or Shopping page… maybe simply by listing with dots or even by linking via one picture.
I’ll upload it and give a bit support – but no guarantee – so please test it first with “few” pics and at best in a testenvironment…
Forum: Plugins
In reply to: NextGen gallery: Singlepic: Alt-text displayed. No image.safe mode=off might help.
I could deactivate it, but I don’t want to, cause I don’t trust the installed plugins and themes (always remember: themes and plugins with bad code can open doors to hackers) nor do I trust the server security.In my case – I don’t need singlepic anymore. I wanted to create an own imagebrowser with per-picture-comment, but now i just took the html code and don’t use singlepic.
perhaps with safe-mode=on one can get it to work by switching to the other image-library…Forum: Plugins
In reply to: NextGen gallery: Singlepic: Alt-text displayed. No image.@michelalexander: np – bin froh, wenn ich helfen konnte 🙂
I’m used to php, and NextGEN is well programmed and commented. Just not sure, if my solution ist correct, because maybe thumbnailURL should be some kind of temporary/dynamically created thumbnail in the given size instead of the precreated thumbnail.
I think the real bug is somewhere else where thumbnailURL is set to some php-script that creates a thumbnail with given parameters.Forum: Plugins
In reply to: NextGen gallery: Singlepic: Alt-text displayed. No image.I had the same problem, but wasn’t using rewrite and had no .htaccess.
I debugged the code and replaced in
nextgen-gallery/view/singlepic.php
in line 20
[…] src=”<?php echo $image->thumbnailURL ?>” […]
by
[…] src=”<?php echo $image->thumbURL ?>” […]somehow there was no thumbnailURL in my $image object…
Also tried all previous suggestions
– disabled all plugins
– changed theme (even used classic and standard WP)
– removed blank-lines in php files (maybe to avoid header-sent-bugs?)
– checked database-structureWP Version 2.7
NGG Version 1.1.0 (german translation)Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Comment per pictureOk,
i’m working on this one, cause i need it, too.
My way is to create a new small plugin to combine a nextGen-gallery with the WP-Comment feature.
This will result in an automatic creation of single pages.
1. You create your gallery
2. Select the gallery
3. Automatic creation of N pages linking forward and backwards, having comment-feature enabled.if you have a gallery with about 200 pictures – you’ll get 200 pages. make sure this is okay for you 🙂
contact me, if interested…