Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Trying to make this work with tpl themes

2»

Comments

  • peregrineperegrine MVP
    edited January 2015

    V, I modified the CustCategory plugin to work with superfish js , rearranged a bunch of stuff, but left whatever code you had somewhat the same.

    it works for me in a tpl theme. probably could be styled differently.

    with this tpl setting.

     <div id="Head">
       <div class="Row">
         <div class="SiteSearch">{searchbox}</div>
           <ul class="SiteMenu sf-menu sf-js-enabled " id="example">
              <li> <a href="#">Categories</a>
               <ul>
               {custom_menu}
               </ul>
               </li>
           </ul>   
           <ul class="SiteMenu">
               {dashboard_link}
               {discussions_link}
               {activity_link}
               {inbox_link}
               {profile_link}
               {signinout_link}
              </ul>
          </div>
      <div>
    

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Ok , I guess I could offer that version too in case they use a tpl. Too bad you have to do anything to the tpl to make it work. Thanks!

  • @vrijvlinder said:
    Ok , I guess I could offer that version too in case they use a tpl. Too bad you have to do anything to the tpl to make it work. Thanks!

    you won't want to hear this, I like tpl themes much better :) cleaner and less prone to issues when vanilla version is upgraded.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.