Page 1 of 1

Change location gallerymenu and audioplayer

Posted: 27 Dec 2011, 16:47
by mahede
hello.
Sorry I'm not fluent in English
Please help me?
I want to do the following changes
demo2x.JPG
demo2x.JPG (20.09 KiB) Viewed 8469 times
What part of the should I change the code?

Re: Change location gallerymenu and audioplayer

Posted: 28 Dec 2011, 01:26
by mjau-mjau
Unfortunately, you can't simply move the menu to right and the audio player to the left. Sorry.

Re: Change location gallerymenu and audioplayer

Posted: 28 Dec 2011, 04:49
by mahede
Is it possible in future versions will be added to the admin panel?

Re: Change location gallerymenu and audioplayer

Posted: 28 Dec 2011, 04:58
by mahede
One other question. You said you were supposed to create a plugin for WordPress. This plugin is ready? If you are not ready exactly when to be ready?
I want users to register with the username and password in WordPress to be able to enter the Gallery
Thank you also for responding

Re: Change location gallerymenu and audioplayer

Posted: 29 Dec 2011, 08:49
by mjau-mjau
mahede wrote:Is it possible in future versions will be added to the admin panel?
Sorry, but it is doubtful this much flexibility will be added to the Flash version. Unlike Html, we cannot integrate all items to flow from any position in any direction.
mahede wrote:One other question. You said you were supposed to create a plugin for WordPress. This plugin is ready? If you are not ready exactly when to be ready?
I want users to register with the username and password in WordPress to be able to enter the Gallery
Thank you also for responding
This is another story. We already had a very basic wordpress version, but this may be very different that you are thinking. It is not in fact a way to add the SWF gallery into Wordpress. Instead, it is just a simple way to add an imagevue folder-based basic gallery to your wordpress. There is no integration between Wordpress users and Imagevue admin users, and this would not the main focus either. You can see a demo of a simple integration here:
http://headstartphuket.com/school/gallery/

Re: Change location gallerymenu and audioplayer

Posted: 29 Dec 2011, 13:18
by mahede
I thank you for your quick response

Re: Change location gallerymenu and audioplayer

Posted: 06 Jan 2012, 03:31
by Johan
I'm very interrested by this integration in wordpress....
I just transfert my website under wordpress and imagevuex miss me a lot... :?

Do you have a simple tutorial for this integration like this website ? http://headstartphuket.com/school/gallery/

Thanks a lot :)

Johan

Re: Change location gallerymenu and audioplayer

Posted: 09 Jan 2012, 00:35
by mjau-mjau
I'll check with Nick if this is something we would be ready to deploy, and get back to you asap.

Re: Change location gallerymenu and audioplayer

Posted: 10 Jan 2012, 00:35
by mjau-mjau
If anyone wants to test the Wordpress plugin, it can be downloaded here:
Download

We haven't really tested or adapted it properly yet, so please have patience.

To use it:
1. Unpack the zip file into your Wordpress plugins folder
2. Go to wordpress admin, and enable the imagevue plugin
3. Add shortcode on any wordpress page or post:
Code
[imagevue path="/imagevue/content/gallery/" recursive="y"]
Set the root-relative path to the folder you want to display images from. You can set it to a folder that contains other folders, including the "content" folder. Obviously, Imagevue need to be installed on the same server ... In our example code, the gallery name is "imagevue": http://headstartphuket.com/imagevue/

Displaying subfolders: http://headstartphuket.com/school/gallery/
Displaying single folder: http://headstartphuket.com/literacy-week/

Tip
If you want to add folders/galleries to your wordpress website that should not be visible in your main imagevue gallery, just hide the folder. It can still be accessed from the wordpress site, but will not display in the main imagevue gallery menu.

Re: Change location gallerymenu and audioplayer

Posted: 01 Nov 2012, 10:15
by hardliner
Hello mjau-mjau,

i have try to implement the Plugin. I can activate the Plugin, but my question is:

The imagevuex Gallery was installed on the same Server but under different domain.
Can i use the Plugin without relative Path to linked to Gallery?

As example:
Code
[imagevue path="<mydomain.com>/#/<path_to_folder>/" recursive="y"]
Best Regards
Hardliner

Re: Change location gallerymenu and audioplayer

Posted: 03 Nov 2012, 04:08
by Nick
No, sorry, this version reads files and xml directly from a content folder. Plus the path is relative to the wordpress root folder. So if your wordpress is in the root folder of your site, imagevue (or its content folder at least) should be there as well.