 Rank: Devotee
Joined: 5/31/2007 Posts: 54 Location: Kirchheim Teck, Germany
|
Great! :w00t:
What the heck is PHP? ;-)
|
Rank: Newbie
Joined: 10/10/2007 Posts: 1
|
Hi,
It works fine but I have to fit this into other design where it's not happy with the css classes in <ul class> <li class></li></ul> loop and <span> tags. For example the html from the star rating package looks like the following.
<ul class='star-rating small-star'> <li class='current-rating' style='width:60%;' id='1154'>&nbps;</li> <li><a href='javascript:updateStarRatingBar("1154",1,1,"You can only place one vote!","Thank you for your vote!")' title='1 star out of 5' class='one-star'>1</a></li> <li><a href='javascript:updateStarRatingBar("1154",2,1,"You can only place one vote!","Thank you for your vote!")' title='2 stars out of 5' class='two-stars'>2</a></li> <li><a href='javascript:updateStarRatingBar("1154",3,1,"You can only place one vote!","Thank you for your vote!")' title='3 stars out of 5'class='three-stars'>3</a></li> <li><a href='javascript:updateStarRatingBar("1154",4,1,"You can only place one vote!","Thank you for your vote!")' title='4 stars out of 5' class='four-stars'>4</a></li> <li><a href='javascript:updateStarRatingBar("1154",5,1,"You can only place one vote!","Thank you for your vote!")'title='5 stars out of 5' class='five-stars'>5</a></li> </ul>
<span id='1154ratingtext' class='ratingtext'>Rating 3 (1 votes)</span>
I assume this is coming from the dll "xtraUmbracoStarRating.dll" and we do not have any control over the code behind file. Is it possible to get the source code for the code behind file so that we will modify the css classes in <ul class> and <li class> (according to our design)?
Your comments and quick response is highly appreciated.
Best Regards
|
 Rank: Addict
Joined: 2/19/2007 Posts: 819 Location: Belgium
|
New version released, now you can have full control over the output. http://forum.umbraco.org/17484#post-17484
Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
|