vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: Trying to make this work with tpl themes
It must have escaped and got on there when I edited some things...hate cats they have a mind of their own... thanks ! (View Post)2 -
Re: Trying to make this work with tpl themes
The plugin adds a link to the menu which names all categories , Categories so the result is this withe the others in a dropdown under the first link. $Sender->Menu->AddLink('Categories', T('Cat… (View Post)1 -
Re: Trying to make this work with tpl themes
If you compare the master from BetterBitter and your's you will see. I have created a ul under Menu for the drop down to also affect the menu items as well as the categories using the same script. $t… (View Post)1 -
Re: Happy new Year!!!!!!!!!!!!!!!!!!!!!!!
I want a telescope that makes what I look at look like this (View Post)2 -
Re: Add menu item - Open in same window ?
you would use children $('#Menu li:first-child > a').attr("target", '_blank'); $('#Menu li:nth-child(2)> a').attr("target", '_blank'); $('#Menu li:nth-child(3)> a').attr(… (View Post)1