You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Playlist Plugin: Manual HTML Syntax Created Feb 10, 2010

This thread is solved

Views: 1570     Replies: 1     Last reply Mar 2, 2010  
You must login first before you can use this feature

tomgallagher

Posts: 1

Registered:
Feb 10, 2010

Playlist Plugin: Manual HTML Syntax

Posted: Feb 10, 2010

Hey Guys,

Is it possible to configure the playlist plugin to use the following kind of markup:

<ul id="playlist">
  • Item

  • Instead of the current based structure?

    Kind regards, Tom.

    andreyks

    Posts: 3

    Registered:
    Oct 7, 2009

    » Playlist Plugin: Manual HTML Syntax

    Posted: Mar 2, 2010

    Reply to: Playlist Plugin: Manual HTML Syntax, from tomgallagher
    Its actual for me too
    
    <ul id="playlist">
     <li>
      <div>
       <a href="1.flv"><img src="1.png"></a>
      </div>
      <div>
       <span>Description</span>
      </div>
     </li>
    ...
    </ul>
    
    and each div and span have own class