The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Now Playing Details »» | |||||||||||||||||||||||||
Installation Instructions
Step 1: Upload the .xml file to the Product Manager Step 2: Read the install.txt file for template edit instructions Step 3: Click INSTALL! What does this Plugin do? It let's you and your members display what they are listening to at the time of posting. The user will have to type in what they are listening into the now playing box at posting as there is currently no program that can see what you are listening to at this time. Screenshots? Check Below. Thanks to calorie for major help in fixing some datamanager issues The 3.5.x version is located here. Changelog: June 06 2006 - Added version checker. Show Your Support
|
Comments |
#2
|
||||
|
||||
Looks good, fast update too
|
#3
|
||||
|
||||
nice one
but I still with 3.5.4 |
#4
|
||||
|
||||
Looking good ;D
|
#5
|
|||
|
|||
Thanks for this hack,
for another look : in postbit(_legacy) REMOVE: Code:
<if condition="$post['nowplaying']"> <!-- nowplaying --> <div> <b>Now Playing:</b> <smallfont>$post[nowplaying]</smallfont> </div> <!-- / nowplaying --> </if> Code:
<!-- icon and title --> <div class="smallfont"> <if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if> <if condition="$post['title']"><strong>$post[title]</strong></if> </div> <hr size="1" style="color:$stylevar[tborder_bgcolor]" /> <!-- / icon and title --> Replace by : Code:
<!-- icon and title --> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="60%"><div class="smallfont"> <if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if> <if condition="$post['title']"><strong>$post[title]</strong></if> </div> </td> <if condition="$post['nowplaying']"> <td align="right" style="border-left:1px solid" width="40%"> <!-- nowplaying --> <marquee direction="left" scrollamount="5"><div class="smallfont" style="height:18px;"><b>Now Playing: <blink>:</blink></b> <span style="border-bottom: 1px dashed">$post[nowplaying]</span> <img src="$stylevar[imgdir_misc]/playing.gif" alt="" /></div></marquee> <!-- / nowplaying --> </td></if> </tr> </table> <hr size="1" style="color:$stylevar[tborder_bgcolor]" /> <!-- / icon and title --> Live demo : here ( look like a song playing in the iPod screen ) |
#6
|
||||
|
||||
Nice idea would there be any way of getting it to pull the information from a last.fm account to grab the song playing?
|
#7
|
|||
|
|||
I have removed this but still get this when I try any type of reply, post, new thread, anything........
Database error in vBulletin 3.6.0 Release Candidate 1: Invalid SQL: INSERT INTO post (showsignature, allowsmilie, username, userid, title, pagetext, iconid, visible, parentid, threadid, nowplaying, dateline, ipaddress, attach) VALUES (1, 1, '1yesfan', 1, 'Re: I\'m going to be very sporadic', 'dfgg', 0, 1, 881317, 29918, '', 1153441715, '24.29.17.137', 0); MySQL Error : Unknown column 'nowplaying' in 'field list' Error Number : 1054 Date : Thursday, July 20th 2006 @ 07:28:35 PM Script : http://www.yesfans.com/newreply.php?...treply&t=29918 Referrer : http://www.yesfans.com/showthread.ph...3509post883509 IP Address : 24.29.17.137 Username : 1yesfan Classname : vb_database |
#8
|
|||
|
|||
I removed the product and took out template edits, still cant post to site!
|
#9
|
|||
|
|||
I loaded the Product back to the site and I am able to post. If remove it I get the above error!
|
#10
|
|||
|
|||
Sorry a little off-topic, but how do you get the username bar on top (like in the first pic) and on the left (like in the second pic)?
Is this an option in vBulletin? |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|