Firstly I must say Hi, as this is my first post, and thank you for providing a place for the Actinic community and the members for filling it with great content.
I've only been using Actinic for about a week now and I only have a little experience with phpBB so forgive me if me terminology is incorrect.
Basically I require a button to a links page in my navigation bar. I saw the Info text variable was there for it, as are the buttons in my buttonset, so it must have one 'built in ' somewhere?
Anyway I created my own then tried getting the button in and could only come up with the following.
Now lets be honest, its completly the wrong way of doing it and already has issues with offline preview. Is there a 'variable' I can use such as Links Image Navigation Icon or even just a LinksPageURL 'variable'.
I have searched and played for ages, after the tenth time of going back to the previous snapshot I thought I would ask.
Cheers peeps
*edit* after playing for abit I am sure its just the LinksPageURL variable I need and I may even have to make it?
I've only been using Actinic for about a week now and I only have a little experience with phpBB so forgive me if me terminology is incorrect.
Basically I require a button to a links page in my navigation bar. I saw the Info text variable was there for it, as are the buttons in my buttonset, so it must have one 'built in ' somewhere?
Anyway I created my own then tried getting the button in and could only come up with the following.
<actinic:variable name="NavigationIcon" value="Search Image Navigation Button" />
<actinic:variable name="NavigationIcon" value="Contact Us Image Navigation Button" />
<actinic:variable name="NavigationIcon" value="Sitemap Image Navigation Button" />
<a href="links.html" target="_self" onmouseover="SwapImage('nav_links','button_links_highlight.gif')" onmouseout="RestoreImage()"><img src="button_links.gif" alt="<actinic:variable name="LinksText" />" border="0" name="nav_links" /></a>
<actinic:variable name="NavigationIcon" value="Contact Us Image Navigation Button" />
<actinic:variable name="NavigationIcon" value="Sitemap Image Navigation Button" />
<a href="links.html" target="_self" onmouseover="SwapImage('nav_links','button_links_highlight.gif')" onmouseout="RestoreImage()"><img src="button_links.gif" alt="<actinic:variable name="LinksText" />" border="0" name="nav_links" /></a>
I have searched and played for ages, after the tenth time of going back to the previous snapshot I thought I would ask.
Cheers peeps
*edit* after playing for abit I am sure its just the LinksPageURL variable I need and I may even have to make it?
Comment