Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
Now Playing Details »»
Now Playing
Version: 1.2, by Dan Dan is offline
Developer Last Online: May 2020 Show Printable Version Email this Page

Category: New Posting Features - Version: 3.6.0 Rating:
Released: 06-06-2006 Last Update: 08-21-2006 Installs: 67
Uses Plugins Template Edits
 
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 09-15-2006, 02:17 AM
Hades-1 Hades-1 is offline
 
Join Date: May 2004
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah im sorry but we really need to be able to edit the songs.
Reply With Quote
  #23  
Old 10-14-2006, 07:49 PM
Minha Minha is offline
 
Join Date: Mar 2006
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hideo Kojima
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>
Find :
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 -->
Upload playing.gif ( Attachment 50036 ) in images/misc/

Live demo : here
( look like a song playing in the iPod screen )
Thanks for this Hack and for your modification. It Look very Nice

Installed
Reply With Quote
  #24  
Old 05-06-2007, 03:41 PM
Guest210212002
Guest
 
Posts: n/a
Default

I realize that this is pretty old, hopefully you can help me sort it out.

Somewhere along the line about a year ago my mysql server died in the middle of installing the old version. Since then I've always wanted to get this sucker to work, but I have a handful of problems.

For one, I can't uninstall the old plugin. I believe it's because it's looking for DB tables that don't exist:

Code:
Database error in vBulletin 3.6.3:

Invalid SQL:
ALTER TABLE vb3_post DROP nowplaying;

MySQL Error  : Can't DROP 'nowplaying'; check that column/key exists
Error Number : 1091
If I install this version and allow overwrite, then enable it, I get this DB error:

Code:
Invalid SQL:
INSERT INTO vb3_post
	(showsignature, allowsmilie, username, userid, title, pagetext, iconid, visible, nowplaying, dateline, ipaddress, attach, threadid)
VALUES
	(1, 1, 'Chris', 23, 'Sdfasdf', 'sdfsdaf', 0, 1, '', 1178469421, '141.154.30.233', 0, 28381);

MySQL Error  : Unknown column 'nowplaying' in 'field list'
I _think_ what I might need to do is create the missing column manually, then uninstall/reinstall, but I'd love to get confirmation before that.. And the proper mysql syntax to do it.

If you could take a peek at it Dan I'd mucho appreciate it.
Reply With Quote
  #25  
Old 06-13-2007, 12:54 PM
compact123 compact123 is offline
 
Join Date: Jun 2006
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thnaks nice mod.
Reply With Quote
  #26  
Old 07-04-2007, 06:07 PM
Dimoks's Avatar
Dimoks Dimoks is offline
 
Join Date: Mar 2006
Location: Kharkiv, Ukraine
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

two question

1. realy add this string (Now Playing) in signature ?

2. this hack working in vb 3.6.7 ?

thx
Reply With Quote
  #27  
Old 07-04-2007, 08:25 PM
Dan's Avatar
Dan Dan is offline
 
Join Date: Dec 2002
Location: Titusville, Florida
Posts: 1,787
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It'll add it to the postbit, and yes this hack should still work for all new versions.
Reply With Quote
  #28  
Old 07-29-2007, 05:56 AM
huwer huwer is offline
 
Join Date: Aug 2003
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good idea, thank you!

Dear Dan, but no editing, please do editing.
Reply With Quote
  #29  
Old 08-04-2007, 07:54 AM
The Equivocate The Equivocate is offline
 
Join Date: Sep 2004
Location: Chicago
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible for users to update their songs via their UserCP edit profile area too?
Reply With Quote
  #30  
Old 09-01-2007, 12:28 AM
Free-D Free-D is offline
 
Join Date: Jul 2007
Location: Ukraine
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to edit Now playing field on post editing?
Reply With Quote
  #31  
Old 10-22-2007, 06:15 PM
lu_micr lu_micr is offline
 
Join Date: Jun 2007
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i'm pretty stupid...I can't find the part of the files to edit :/
i'm on a 6.8
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:37 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04779 seconds
  • Memory Usage 2,303KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete