Page 1 of 1

problem with configuration

Posted: 22 Dec 2007, 17:10
by daovat72
hello,

I have some problem with the configuration of the menu : I would like to modify the text "about me" , modify informations about me, I try to make the modifications in the file sitemenu.ini, but it doesn't work: in my site I don't see the modifications even if I 've effectively change the informations in the sitemenu.ini....why ?
In the file sitemenu.ini , I find the following text :
ink2 = About Me
link2rollover = tooltip
link2rolloverdata = For more details about me, please click here
link2click = popup,457,330
link2clickdata = html/popuptemplate.html
but where can I write some more informations about me ?
Also I want to delete the frame of the enlarged image but how can I do
that ?

Thanks

Posted: 22 Dec 2007, 18:30
by nz-photo
Hey !!

For the frame :
globetrotter wrote:To remove the image border, set in slideshowimagevueconfig.ini:
Code
framewidth = 9
innerframewidth = 9
About the menu "about me", it depends onwhat you want to do :
1- add your infos in the popup when mouse rollover the "about me" menu
2- forwrd a click on "about me" to your information page. In this case you need to create the new page.

In case n °1, just replace the text by yours in the link2rolloverdata field as i did on my site : www.nz-photo.com
And leave link2click & link2clickdata empty to disable the redirection.

Dont forget to use the .ini files in the template folder you chose for your gallery.
Hope it helps.

Posted: 24 Dec 2007, 14:22
by daovat72
Hey..... :(

It 's really hard to find the solution to my problem...I thank you very much for your response but I still have the same problem : I 've made the change as you tell me : in slideshowimagevueconfig.ini I set : framewidth = 9
innerframewidth = 9 (I delete 12 and 11 ), but there is no change in the site : the frame is still there...

and about the "about me ", I 'm not sure to understand : you mean I just write my text ( the infos about me ) in the linkrolloverdata field,( in the file sitemenu.ini ) , but I 'm not very sure of what I 'm doing : is it a problem if my text is long and should I write with specific protocole ?
Also I forget to tell you that I 've always made modifications for the window "contact" and I can't see the change on my site...I only see the infos by default :

link3 = Contact
link3rollover = tooltip
link3rolloverdata = <b>Hélène G.</b><br>Personal Portofolio<br><br>56, rue de Meaux<br>75019 Paris<br>France<br><br><b>tél.:</b> +111 00 11 22 33<br><b>fax.:</b> +111 00 11 22 44<br><br><b>helene.guyot@orange.fr</b><br>Click to send me an e-mail
link3click = _self
link3clickdata = mailto:helene.guyot@wanadoo.fr

at link3rolloverdata I specified my new infos but I can't see the change on the site in the pop up window when I click on "contact"...

I 'm a bit lost.

thanks for your help.

Posted: 25 Dec 2007, 07:53
by globetrotter
To remove the border, edit in slideshowimagevueconfig.ini:
Code
framewidth = false
innerframewidth = false
For the sitemenu: do you have a link to you gallery (with sitemenu) so we can see what the problem is?
Maybe something is going wrong, when you use special characters, like: é and è.

Posted: 26 Dec 2007, 15:41
by daovat72
Hello,

I modified the code in the file slideshowimagevueconfig.ini as you told me :
innerframe : false framewidth : false but there's no change....the border is still there... I don't know why ....
about my problem with the sitemenu, what do you mean with "a link to my gallery...I have a link with the code of the gallery in the file configini-desk.


thanks

Posted: 28 Dec 2007, 03:05
by mjau-mjau
Perhaps you have a link to your gallery? Are you using a template? If so, you need to make sure you edit the configuration files in your specific template folder.

As for the sitemenu, you can add the information in the "link2rolloverdata" parameter which will display in the tooltip. If you want to display further information on click, you can create your own html page which displays in a popup window. In your first example, you see:
Code
link2clickdata = html/popuptemplate.html
Just change that to point to any html file you have (or create one).