Quote:
Originally Posted by angkor408
Did you remember what you have edit in MEDIADISPLAY? What I think is best in Vbulletin to do a backup when editing a template under " Save and Reload". That way you can alway go back and view the history.
Before I have lots of issue using this jukebox which can't even play the song. All I have done just reload the XML file and most function seem to work.
|
goto jukebox_mediadisplay then scroll down and find this chunk of code
Quote:
<div align="center" class="smallfont">
<a href="jukebox.php?$session[sessionurl]do=view&type=media&mid=$prem">< Previous Item</a> | <a href="jukebox.php?$session[sessionurl]do=view&type=media&mid=$nextm">Next Item ></a>
</div>
|
thats what its suppose to look like. I know at first it looks like
Quote:
? Previous Item | Next Item ?
|
change the "?" to the proper arrows "<" and ">" and make sure everything looks like how it is in that chunk of code. Lemme know what happens