Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum

Get help for TinyWebGallery, the best image gallery. The forum is also home for the Joomla JFUploader, TWG Flash Uploader and the Wordpress flash uploader.
It is currently 28. Mar 2024, 10:31

This forum is readonly now. Please use the new forum if you don't find the answer to your question here. The new forum is at https://www.tinywebgallery.com/blog/forum/


All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 21 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Planned features for 1.6
PostPosted: 18. Aug 2006, 09:55 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Hi,

I already have a nice list for the next release. Here I have listed the main topics:

TWG Admin:
- New enhanced menu
- Simple view in TWGXplorer - first view ist too much for many users
- Wizards when entering TWG Admin

TWG:
- Upload from frontend
- Melting of TWG Admin and TWG - login of TWG Admin is used in the frontend to use some of the features (like the Upload from frontend).
- Tags (enter + search)
- forward backward functionality in the popup
- Album tree for quick navigation to different folders!

TWG Flash Uploader:
- Deletion of files
- Browsing in the left view
- Creation of folders
- Deletion of folders

/Michael


Top
 Profile  
 
 Post subject: Tags
PostPosted: 21. Aug 2006, 09:18 
Offline

Joined: 3. May 2006, 09:43
Posts: 8
Some great ideas for hte new version. How do you intend to implement the Tags as I am uploading lots of photos at the moment and wondered if I could added tags now in a way that they will be read later when you release the upgrade?

Stu...


Top
 Profile  
 
 Post subject:
PostPosted: 28. Aug 2006, 12:53 
Offline
User avatar

Joined: 5. Aug 2005, 19:39
Posts: 77
my wishlist :shock: :lol: :lol:


Top
 Profile  
 
 Post subject:
PostPosted: 3. Sep 2006, 15:44 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
about the tags - please contact me by email - I'm not sure how I'll implement this - therefore good ideas are always helpful ;).

/Michael


Top
 Profile  
 
 Post subject:
PostPosted: 14. Sep 2006, 10:45 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
you are still interested in tags?


Top
 Profile  
 
 Post subject:
PostPosted: 2. Oct 2006, 11:11 
Offline

Joined: 5. Apr 2006, 08:40
Posts: 106
For the tags :
Using keyword in exif can be a god idea i think
At least for guys like me who are using them

I'm not using search func, maybe using searching stats can be usefull too


Top
 Profile  
 
 Post subject:
PostPosted: 2. Oct 2006, 11:14 
Offline

Joined: 5. Apr 2006, 08:40
Posts: 106
An idea too :
Referencing pic on google in a way i dont know.
Nothing are referenced there even in random pic or thumnbail or big pic

Another idea :
Making a referer list in admin section to know where from are comming users


Top
 Profile  
 
 Post subject:
PostPosted: 2. Oct 2006, 11:59 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
I do get quite some hits form google - images.google.com actually. The header it TWG even tells robots to go through the sites.

I know that search friendly urls would be better but I don't have any experience with that yet - I have to play around with this topic first.

and referer list - a stats server is running on almost every webhost ;).

/Michael


Top
 Profile  
 
 Post subject:
PostPosted: 2. Oct 2006, 12:06 
Offline

Joined: 5. Apr 2006, 08:40
Posts: 106
TinyWebGallery wrote:
I do get quite some hits form google - images.google.com actually. The header it TWG even tells robots to go through the sites.
/Michael

I've nothing because every pics are referenced on php file not jpg.
But it's à very good thing for security.
Maybe having a direct jpg link on each thumnails only can be good
I dont know, but i need? to be referenced in image search of yahoo google and other


Top
 Profile  
 
 Post subject:
PostPosted: 2. Oct 2006, 12:35 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
you have a direct link to every thumb - check the locations of your thumbs - they are only created the first time - later they are taken from the cache.

/Michael


Top
 Profile  
 
 Post subject: Tags
PostPosted: 27. Oct 2006, 12:36 
Offline

Joined: 3. May 2006, 09:43
Posts: 8
Hi,
sorry work got the better of me :(

Regarding Tags, I was thinking you could just add it to the exisiting XML file

<?xml version="1.0" ?>
- <beschreibung>
- <bild>
<tags>October, 2006, low-light, noflash</tags>
<wert />
</bild>
</beschreibung>

How to tag is a different problem and you could use your upload and admin interface to add tags in bulk.

I just read that Vista is going to use XMP metadata, so it would be cool if you upload program read this info and added the tags automatically. You can test this now using PIXVUE that enables you to add tags from Windows explorer.

If I could upload directly from Picasa with tags to TWG that would also be very useful but I know its a little outside the scope of TWG!! :D

Stu...


Top
 Profile  
 
 Post subject:
PostPosted: 27. Oct 2006, 12:44 
Offline

Joined: 5. Apr 2006, 08:40
Posts: 106
Ok i'll try to add tag in xml files.
(U think to translate that on day ?(deustch to english xml lol)
Thank you for all Michael


Top
 Profile  
 
 Post subject:
PostPosted: 27. Oct 2006, 12:45 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
store is not the problem - will be xml - (an extra one actually because otherwise I have a problem with compatibility and update ...).

Main problem is the sources of the tags - entering them online ist one issure - but I want to support tags in images as well.

If you like you can make a small list which kind of "embedded" tags are most common and which php libraries are available to read it :)

/Michael


Top
 Profile  
 
 Post subject: XMP for PHP
PostPosted: 27. Oct 2006, 14:45 
Offline

Joined: 3. May 2006, 09:43
Posts: 8
For reading and writing with PHP you can use
http://www.ozhiker.com/electronics/pjmt/
or
http://creativecommons.org/weblog/entry/6074

I would start with Keywords - like tags in Flickr. You could also read Author, Description, Categories etc but then it gets complicated and really all this can be embedded in the Keywords field.

see MS article for Vista
http://blogs.msdn.com/pix/archive/2006/ ... 02780.aspx

This what Flickr imports
PixVue can be used to add or edit IPTC/XMP metadata in pictures before uploading them to Flickr. Flickr will import description (tab 1), keywords (tab 2) and title (tab 4).

Hope this helps.
My normal workflow is to use Pixvue to bulk tag my photos from Explorer, then load them into Picasa, edit and resize, then export to ftp to be uploaded to TWG.

PS Which template do I edit to get a photo border like this in TWG
http://www.betterphoto.com/gallery/dyno ... r=2&camID=

PPS Is the lightbox still for registered users only?
Stu...


Top
 Profile  
 
 Post subject:
PostPosted: 27. Oct 2006, 14:54 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Hi,

thanks, I'll take a look at it when I come to tags - Still some todo's on my list until I get there :).

such a border can be done in the style.css.
I had something like that already in twg - but I removed it because it looks really bad on not white backgrounds :).

It's still in the css. look at line 92 ff.
uncomment the next 2 styles. then you get a different border already - then simply adopt this style.

About lightbox - yes. I have to have some small bonus features because before I didn't even had enough donation's to cover my servers (which is quite cheap actually - Thanks to Marco) - I spend 2-3 hours every day for the gallery and now I can buy my girl friend at least some flowers once in a while.

/Michael


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 21 posts ]  Go to page 1, 2  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
powered by phpbb | Datenschutz/ Privacy policy