Page 1 of 1

Cant get sitemenu to work

Posted: 08 Nov 2006, 03:41
by SreepYeldarb
Edited the correct line in config file to display the sitemenu but still doesn't work. help?

Config file:
http://www.joslinmconline.com/BPeers/My ... config.ini

Sitemenu file:
http://www.joslinmconline.com/BPeers/My ... -sreep.ini

Gallery:
http://www.joslinmconline.com/BPeers/My ... ePictures/

Any help would be appreciated.
-Bradley

Posted: 08 Nov 2006, 05:42
by globetrotter
All your settings in sitemenu-sreep.ini are between quotation marks (""). Remove them and try again. 8)

Example: change color = "FFFFFF" into color = FFFFFF

Good luck!

Posted: 08 Nov 2006, 15:29
by SreepYeldarb
I've tried everything from changing the name of the sitemenu to putting quotes in it, which was my last attempt.

I am lost on how to get it to work.
:(
-Bradley

Posted: 09 Nov 2006, 12:38
by globetrotter
It has something to do with the questions marks (?) you are using in the linkxclickdata. If you don't use them, then the sitemenu is working fine.

Maybe someone else has a solution for this problem?

Posted: 09 Nov 2006, 18:17
by SreepYeldarb
Ok, I got the sitemenu to work. However, only 2 of the 4 buttons that I want, show up. And the background color for the sitemenu doesn't show up either.
The opacity for the sitemenu background color is set to a low number but its not completely invisible. Plus its a color that you'd be able to see even if it was very faint. (Its white on black)

One of my buttons that shows up, has a question mark in it in the linkXclickdata. And surprisingly, it works. The third button has one to, but neither the 3rd or 4th button show up in my sitemenu.

Why?

New sitemenu file:
http://www.joslinmconline.com/BPeers/My ... temenu.ini

Gallery with the working sitemenu:
http://www.joslinmconline.com/BPeers/My ... ePictures/

Hopefully, somebody will be able to help me out with this.
-Bradley

Posted: 09 Nov 2006, 20:24
by SreepYeldarb
Nevermind. I dont need anymore help.
I figured it out.

When URL's have symbols like that in the sitemenu.ini file, put quotes around it.

Example:
linkclickXdata = "http://www.website.com/useaction.cfm?sendlink=34353"

Because of the question mark in the link above, it might make the button not show, so just put quotes around it and the button will show up and work.

Hope that helps.

-Bradley

Posted: 09 Nov 2006, 21:10
by SreepYeldarb
Does anybody know how to get a URL to work in the sitemenu if there is an (&) symbol and a question mark (?) in the linkclickXdata URL?

Example:
http://www.website.com/useaction.cfm?sendlink=34353&formaction=getheader

I've tried double quotes but it didn't work.
I dont know what I should do.

-Bradley

Posted: 13 Nov 2006, 05:38
by Nick
SreepYeldarb wrote: Example:
http://www.website.com/useaction.cfm?sendlink=34353&formaction=getheader

I've tried double quotes but it didn't work.
I dont know what I should do.
There are some limitations, but this will fix it:

1. Use quotes
2. Question mark is okay
3. Use HTML Hex code %26 instead of &

Example link:
PS: Also check this post https://forum.photo.gallery/viewtopic.php?p=927#927