The Sitemenu plugin can add a flash navigation menu to your Imagevue album (you can see the top of my album for a specific effect). This imagevue is more convenient when used in conjunction with other programs. Here is a Sitemenu plug-in installation methods and considerations.
Installation Method:
1. Download files (go to http://bbs.pjhome.net/viewthread.php?tid=9356 's 5 downstairs or search on Google "
sitemenu Module for Imagevue”)。
2. Unzip the downloaded file and upload the new
imagevue.swfAnd
Sitemenu.iniFile.
3. Open your configuration file (ie
Config.ini) and add the following line:
Sitemenu = Sitemenu.ini(or any other Sitemenu.ini file)
4. Upload your new configuration file
Sitemenu detailed Help documentation see the Sitemenu module item on the left side of http://www.imagevuex.com/documentation/
Precautions :
The main problem is to set the link Sitemenu.ini without the "
="No, because Imagevue will filter out the things behind the = number. For example, you want to link to the blog message book, then normally should add the following link: ... /.. /loadmod.asp?plugins=guestbookforpjblog, but the link is not normal because the part behind the = number is filtered.
Remedial Method:
Since adding a link with an equal sign directly does not work, we can then work around it by using an HTML file. The following method demonstrates how to create an HTML file to relay to the blog message book (my photo directory in the blog directory, the established HTML file in the photo link directory, the specific path according to their own circumstances set).
This is the code to transfer HTML, very simple
<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> <ptml xmlns=" http://www.w3.org/1999/xhtml "> <pead> <meta http-equiv=" Content-type "content=" text/html; charset=gb2312 "/> <meta http-equiv=" Refresh "content=" 0;url=. /.. /loadmod.asp?plugins=guestbookforpjblog "> <title></title> </pead> <body> </body> & Lt;/html>
[Ctrl + A All SELECT Note: If the need to introduce external JS need to refresh to perform]
Save the above code in an HTML file, such as guestbook.html, and then put the file in the Photo/link directory, and finally set the link address in Sitemenu.ini to this HTML file. If you have more than one page you need to relay to create multiple transit files.