Search…

X3 Photo Gallery Support Forums

Search…
 
george
Topic Author
Posts: 10
Joined: 21 Dec 2007, 17:24

Gallery index and Counter

15 Jan 2009, 15:04

can i add some counter to index page?

i just try, but counter dsnt appear


counters like http://flagcounter.com/ and etc..



thanks for answer :?:
 
tomrock
Experienced
Posts: 51
Joined: 13 Mar 2007, 09:11

15 Jan 2009, 18:24

Search this forum for "statistics". There are several threads. Google Analytics works well.
 
george
Topic Author
Posts: 10
Joined: 21 Dec 2007, 17:24

16 Jan 2009, 08:31

 
tomrock
Experienced
Posts: 51
Joined: 13 Mar 2007, 09:11

16 Jan 2009, 18:18

Search all available forums. I don't know how to paste the link, but there are a lot of threads.
 
george
Topic Author
Posts: 10
Joined: 21 Dec 2007, 17:24

17 Jan 2009, 08:36

i need to add counter to my page
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

18 Jan 2009, 03:40

There is a response here in my reply, point #5:
viewtopic.php?t=4487

Another possibly interesting posts:
viewtopic.php?t=4074
 
george
Topic Author
Posts: 10
Joined: 21 Dec 2007, 17:24

22 Jan 2009, 14:30

mjau-mjau

thanks for answer
counter code is ok, but i can`t view counter at my index page
+
how can i add some keywords to index page (for google or other search engines)
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

22 Jan 2009, 16:31

You added counter but you don't see it? Modern counters like google-analytics are invisible actually, but i feel we're speaking about something else. Like image counter maybe? I believe you can't see it because flash takes up whole screen height.

To add counter and keywords you can edit imagevue/templates/index.gallery.html. Also you can check demo /standard.html file in your root dir to see how to embed gallery in your own design.

To make flash smaller change height:100% in index.gallery.html to something else.
firedev.com
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

09 May 2009, 17:43

In the last update something changed in the code. Now my statcounter is visible: http://fotos.globetrotternet.nl/ (scroll down).

Where should I paste the code for the now?
Rene
http://www.globetrotternet.nl/
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

10 May 2009, 02:15

globetrotter wrote:In the last update something changed in the code. Now my statcounter is visible: http://fotos.globetrotternet.nl/ (scroll down).

Where should I paste the code for the now?
Most likely, before, your counter was also visible but outside of the browsers visible area. Now there are scrollbars ...

If you want to hide the counter, then easiest way is to just hide that javascript inside a div tag:
Code
<div style="display: none;"> ... javascript here ... </div>
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

10 May 2009, 05:24

Solved!

Thank you!
Rene
http://www.globetrotternet.nl/
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

11 May 2009, 10:14

I wouldnt recommend display:none, it might interfere with the counter itself, better use margin-left: -9999px or something
firedev.com
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

19 May 2009, 03:44

Is it not possible to make something in admin menu, where you can fill in your counter script code. So the code is always in the right place.

And then the users don't have to paste this code again into the index.gallery.phtml after each update of Imagevue.
Rene
http://www.globetrotternet.nl/
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

19 May 2009, 13:34

hmm, yea ... not a bad idea. Would have to create some large input field though, and users would be acting their own responsibility. Would have been easier if we just had a field for google-analytics for instance, so they just filled in their ID.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

19 May 2009, 15:35

Even for Google analytics some paste textarea might be better, google offers 2 counters ATM and they come in form of code to paste anyway.
firedev.com