Search…

X3 Photo Gallery Support Forums

Search…
  • 1
  • 2
  • 3
  • 4
  • 5
  • 17
 
User avatar
voyezvousca
Experienced
Posts: 83
Joined: 27 Mar 2011, 11:21

Re: My Site (in progress)

21 Oct 2011, 11:52

yes of course, I had not found the time to change the footer lol :lol:
i will try this for my database!

edit : its ok, and EVERYTHINGS is ok ^^
My website using x3 : https://bit.ly/2EMEmNq
« La photographie est une brève complicité entre la prévoyance et le hasard. »
 
User avatar
Artur
Imagevue PowerPack
Topic Author
Posts: 510
Joined: 20 May 2011, 03:17

Re: My Site (in progress)

21 Oct 2011, 12:49

voyezvousca wrote:edit : its ok, and EVERYTHINGS is ok ^^
I'm happy with you :wink:
 
User avatar
voyezvousca
Experienced
Posts: 83
Joined: 27 Mar 2011, 11:21

Re: My Site (in progress)

22 Oct 2011, 11:31

i found (i think) a little bug^^

I have multiple picture named like this : vagues-mer-1.jpg ; vagues-mer-2.jpg ; vagues-mer-3.jpg
If i comment one of this pictures, the comment is displayed on the pictures of the same named. But, for other name in the same album is ok...
example :
i post a comment here :
http://www.voyezvousca.fr/#/content/pay ... -mer-9.jpg

And for the next picture its the same comment :
http://www.voyezvousca.fr/#/content/pay ... -mer-3.jpg

But for other picture is ok :
http://www.voyezvousca.fr/#/content/pay ... ge2011.jpg

If you have an idea I'm interested! ^^ :D
My website using x3 : https://bit.ly/2EMEmNq
« La photographie est une brève complicité entre la prévoyance et le hasard. »
 
User avatar
Artur
Imagevue PowerPack
Topic Author
Posts: 510
Joined: 20 May 2011, 03:17

Re: My Site (in progress)

22 Oct 2011, 12:14

I have no idea why it's happen :| . I think it have something to do with "-" symbols in images names. (I've never get this bug because I use simply image names, without "-", dots, spaces and other not typical characters).
I'll try look into this.
In the future I want move comment system to SQL instead of storing data in xml, it will work better, faster and hopefully without bugs like this.
 
User avatar
voyezvousca
Experienced
Posts: 83
Joined: 27 Mar 2011, 11:21

Re: My Site (in progress)

23 Oct 2011, 06:09

Ok thx you!
I'm not very good at programming but I will also look at some stuff ...
If I don't find anything, I'll wait for the next release^^
My website using x3 : https://bit.ly/2EMEmNq
« La photographie est une brève complicité entre la prévoyance et le hasard. »
 
User avatar
Artur
Imagevue PowerPack
Topic Author
Posts: 510
Joined: 20 May 2011, 03:17

Re: My Site (in progress)

27 Oct 2011, 13:20

POWERPACK - update v1.1

1. Added live-admin panel for Comment-Module - sensitive on imagevue Admin panel login;
2. Added live-admin panel for News-Module - sensitive on imagevue Admin panel login;
3. Fixed small issues.
4. Improved stability


In general - news module and comment module have now live-admin panels. Access to admin panels only when user is currently loged in imagevue admin panel.


FILES:

replace comment_system folder in extras/ (don't forget - keep your "comments" folder with all your comments);
replace config.xml file in iv-includes/include/;
replace extras_module.swf file in iv-includes/themes/your_theme/;
replace news_module.swf file in extras/news_module/;
add adminCheck.php file to extras/;
add news_admin.php file in extras/news_module/;


LIVE-ADMIN PANELS EXAMPLES:

News module when you are currently logged in imagevue admin panel.
Click on thumbnail open admin panel window.
Click "Save" button to save edited data.
Click "Remove" button to delete selected image from news (this not delete image from your gallery, only from news module).
news_example.jpg
news_example.jpg (195.06 KiB) Viewed 6843 times
Comment module when you are currently logged in imagevue admin panel:
Click "Edit" button to edit Comments data (sender name text and comment text);
Click "delete" button to delete selected comment.
comment_example.jpg
comment_example.jpg (87.68 KiB) Viewed 6843 times
PowerPack update v1.1.zip
(106.76 KiB) Downloaded 491 times
 
User avatar
voyezvousca
Experienced
Posts: 83
Joined: 27 Mar 2011, 11:21

Re: My Site (in progress)

27 Oct 2011, 14:37

Thx for this update, i will test!^^
My website using x3 : https://bit.ly/2EMEmNq
« La photographie est une brève complicité entre la prévoyance et le hasard. »
 
User avatar
Artur
Imagevue PowerPack
Topic Author
Posts: 510
Joined: 20 May 2011, 03:17

Re: My Site (in progress)

30 Oct 2011, 16:27

voyezvousca wrote:i found (i think) a little bug^^

I have multiple picture named like this : vagues-mer-1.jpg ; vagues-mer-2.jpg ; vagues-mer-3.jpg
If i comment one of this pictures, the comment is displayed on the pictures of the same named. But, for other name in the same album is ok...
example :
i post a comment here :
http://www.voyezvousca.fr/#/content/pay ... -mer-9.jpg

And for the next picture its the same comment :
http://www.voyezvousca.fr/#/content/pay ... -mer-3.jpg
Explained by email, but I also answer there if anyone else get this bug.

Normaly, when an requested file can't be found on server, host return code 404 (error: Not Found). But some of the web hostings return code 301 (Moved Permanently) instead of 404...

So, what then?

It's mean that when an web application request an file and this file is missing - host providing similar file to missing one and application use it as requested one (don't care about the file name).
Situation is more complicated if in requested directory is more than 1 similar file, host give application choice which file want (300 error: Multiple Choices). This makes many complications when coding web scripts...

The solution?

The solution is pretty simple. All you need is add folowing line to ".HTACCESS" file:
Code
CheckSpelling off
 
User avatar
voyezvousca
Experienced
Posts: 83
Joined: 27 Mar 2011, 11:21

Re: My Site (in progress)

31 Oct 2011, 13:45

Thx for your helping!! all is ok now ^^ :D
My website using x3 : https://bit.ly/2EMEmNq
« La photographie est une brève complicité entre la prévoyance et le hasard. »
 
User avatar
Lio
Experienced
Posts: 66
Joined: 05 Jun 2011, 16:47

Re: My Site (in progress)

05 Nov 2011, 10:54

Hi Artur,
as I wrote in your guestbook, I really enjoy your website: you did an incredible work and the result is amazing.
For me it would be better not to see your gallery and this post, because now I would like to be able to do such a thing and of course I cannot. :cry:
But I'll try locally .... you never know! :lol: :P
I wish you great results not only for your skill as a photographer, but for your willingness to help and share your work.
And these are rare qualities to find in people.
All the best and really a big thank.

Lio
 
User avatar
Artur
Imagevue PowerPack
Topic Author
Posts: 510
Joined: 20 May 2011, 03:17

Re: My Site (in progress)

13 Nov 2011, 12:47

Thanks Lio :)

Update:
PowerPack v1.3

(should be v1.2 but I have coded it already as v1.3, sorry :oops: )
  • New Installator
    • Now protected by password - your imagevue admin panel login and password.
      Installator v1.3 works also as PawerPack Manager. You can easy install PowerPack on diferent themes, rebuild PowerPack after upgrading imagevue. Also manage your SQL database.
      Built in PowerPack manager Update informator let you know automatically whenever a new PowerPack version is available. Then you can open Changelog and decide whether you want update your PowerPack.
      Full documentation is ready, with pictures, quick start guide and guide for manual isnstallation (if you don't want install it by installator)
  • New PowerPack folder structure
    • Now PowerPack "extras" folder include 2 main folders: powerPack and userFiles for easier upgrading. In powerPack folder are only installation files. In userFiles folder- all user files.
  • Fixed disabling footer issue
    • In v1.2 when footer was disabled, also top-bar buttons background was disabled. It's fixed in v1.3
Screenshoot:
powerPack.jpg
powerPack.jpg (159.86 KiB) Viewed 6742 times
Last edited by Artur on 13 Nov 2011, 16:33, edited 2 times in total.
 
User avatar
Lio
Experienced
Posts: 66
Joined: 05 Jun 2011, 16:47

Re: My Site (in progress)

13 Nov 2011, 16:05

Hello!!
I'm already here :)
I want to try again but your link doesn't work

404 Not Found
The request /project_powerpack/powerPack_v1_3.zip. was not found on this server.

Thanks for all
Lio
 
User avatar
Artur
Imagevue PowerPack
Topic Author
Posts: 510
Joined: 20 May 2011, 03:17

Re: My Site (in progress)

13 Nov 2011, 16:25

It's working now :wink:
 
nav786_te
Posts: 10
Joined: 08 Nov 2011, 10:02

Re: My Site (in progress)

14 Nov 2011, 03:19

Artur wrote:It's working now :wink:
Hi Artur

On my site commenting never worked. i have successfully updated to powerpack 1.3. But still commenting not working. it always keep loading..... all other think working ok. Also on Guest Book, rather than displaying a line after each entry, it displays like ?????????????????????????????????????? (question marks).

Can you tell me what would be the reasons for these two things.
 
User avatar
Artur
Imagevue PowerPack
Topic Author
Posts: 510
Joined: 20 May 2011, 03:17

Re: My Site (in progress)

14 Nov 2011, 09:15

nav786_te wrote: On my site commenting never worked. i have successfully updated to powerpack 1.3. But still commenting not working. it always keep loading.....
You have turned it off, so I can't take a look on this. Turn it on and let me know.
nav786_te wrote: Also on Guest Book, rather than displaying a line after each entry, it displays like ?????????????????????????????????????? (question marks).
It's probably because of the non utf-8 characters which I used on my site (unicode dots) and when I edit file they are changed to "?". All you have to do is open file GuestBook.php and change the "?" characters in folowing part of code:
Code
...
<font color="#232323">? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?</font>';
...
should look like this (or if you want you can use any other characters instead of "-"):
Code
...
<font color="#232323">------------------------------------------------------------------------------------</font>';
...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 17