vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Now Playing (https://vborg.vbsupport.ru/showthread.php?t=117066)

Dan 05-28-2006 10:00 PM

Now Playing
 
[high]Installation Instructions[/high]
Step 1: Upload the .xml file to the Product Manager
Step 2: Read the install.txt file for template edit instructions
Step 3: Click [high]INSTALL![/high]

[high]What does this Plugin do?[/high]
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.

[high]Screenshots?[/high]
Check Below.

Thanks to calorie for major help in fixing some datamanager issues :)

The 3.6.x Version is located here.

Tralala 05-29-2006 08:34 PM

Does the member enter this info manually, or is it read automatically from iTunes/WinAmp/WMP/etc.?

Chris M 05-29-2006 08:35 PM

w00 w00 nice one dan :D:D

Chris

Dan 05-29-2006 08:36 PM

Manual, unless you have a program that I don't know of that can automatically fill in the data ;)

Tralala 05-29-2006 08:41 PM

Quote:

Originally Posted by fewyn
Manual, unless you have a program that I don't know of that can automatically fill in the data ;)

Heh, I had this thread on my brain.

Your screenshots don't show the manual entry screen so I got my hopes up. Still, always nice to see new hacks appear. Thanks for sharing. :)

Lady Divus 05-29-2006 09:11 PM

Nice! Works like a dream...Thank you for sharing!

Lady Divus *Clicks Install*

Edit:
If you want the postbit view to look like the postbit_legacy view, where the song title goes underneath the Now Playing: text,

Go to postbit template
Find:
Quote:

<b>Now Playing:</b> <smallfont>$post[nowplaying]</smallfont>
Replace with:
Quote:

<b>Now Playing:</b><br> <smallfont>$post[nowplaying]</smallfont>
Just a little break so it doesnt push your postbit table out...Be well -

Lady Divus

OndaReal 05-29-2006 10:11 PM

Lovely hack, isit possible to change the text to red of what they are playing?

Benj 05-29-2006 10:57 PM

amazing thanks alot

Zachery 05-29-2006 11:12 PM

Quote:

Originally Posted by OndaReal
Lovely hack, isit possible to change the text to red of what they are playing?

sure just add the html./

Dan 05-29-2006 11:15 PM

Quote:

Originally Posted by OndaReal
Lovely hack, isit possible to change the text to red of what they are playing?

In the postbit replace
PHP Code:

$post[nowplaying

with
PHP Code:

<span style="color: #ff0000;">$post[nowplaying]</span


FreshFroot 05-30-2006 01:14 AM

hmmm, you should figure out what msn uses to see what your listening too? I know my Livejournal program also detects what I'm listing to when I post.

sudn3sc3d 05-30-2006 02:54 AM

wow man thats a nice hack thanks alot dude appericate it.

SMO 05-30-2006 04:14 AM

dangit..mine didnt show up on the postbit..Im somewhat sure i followed the good instructions

basilrath 05-30-2006 10:36 AM

silly question does this work with the windows media player or just the itunes / winamp etc

just curious as ive tried to install and nothing plays ...so assume its not set for windows media player ?

Dan 05-30-2006 10:58 AM

Quote:

Originally Posted by basilrath
silly question does this work with the windows media player or just the itunes / winamp etc

just curious as ive tried to install and nothing plays ...so assume its not set for windows media player ?

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.

SMO 05-30-2006 12:00 PM

nvm..ive got it working now. The product didnt install correctly the first time.

basilrath 05-30-2006 04:04 PM

ohhhhhhhhhhhhhhhhhhhhh

my apolagies indeed

it does work lol

just i have to type in !

sorry my stupid head was on lol..........................................i like the msn version but appreciate thats a different kettle of fish

maybe someone can sort it !

COBRAws 05-31-2006 01:22 AM

would be great if it was automatic.

Zachery 05-31-2006 03:03 AM

Quote:

Originally Posted by COBRAws
would be great if it was automatic.

Would require alot of extra coding, things on your computer like msn etc have direct access to this, this would require a plugin or direct system access, which means some very intrusive javascript or an activex control that could be really dangerous.

The Chief 05-31-2006 06:24 PM

Works great, installed :)

Snake 05-31-2006 09:28 PM

Thanks for the hack! :)

arcadian_girl 06-01-2006 02:14 AM

installed and working great..i actually prefer it like this, typing it in. it only takes a few seconds :)

folkish 06-01-2006 03:30 AM

https://vborg.vbsupport.ru/external/2006/05/1.jpg

How do I get the font to be the same size as the rest of the test in the postbit?
And can the artist/song line go under the Now Playing: line?

Dan 06-07-2006 06:33 PM

This code has been tested on the latest version of vBulletin: 3.6 Beta 1 and is known to work.

efil 07-08-2006 05:20 AM

Is there a wey to edit after post?

erincon 07-09-2006 11:11 AM

Installed, and working. But when I use the preview button the text i've written before dissapears. Any suggestion?

Saskia 07-11-2006 05:50 PM

The thing I would like is an edit option to this. I tried adding it myself but I didn't succeed. When I would edit my post, it would just disappear altogether. I would love to see that feature added :).

Other than that great hack! I've slightly customized it to fit my needs (I didn't need a Now Playing hack, but I did need a field added to the post) so thank you so much! I appreciate the work put into this.

Dan 07-11-2006 07:06 PM

Hmm... I'll check into that completely forgot about the edit page.

Guest210212002 07-31-2006 05:17 PM

Getting this error:

MySQL Error : Unknown column 'nowplaying' in 'field list'

Install died on my the first time, so I assume I have some latent tables lying around. I can't uninstall it, I get this:

Invalid SQL:
ALTER TABLE vb3_post DROP nowplaying;

MySQL Error : Can't DROP 'nowplaying'; check that column/key exists
Error Number : 1091

So I tried overwriting it, but no joy. It looks like it's not creating the table. I tried adding it manually, but wasn't entirely the sure on the settings.

Edit: Want to mention that the bad install isn't the hack's fault, it's my cablemodem suffering from some really bad timing when importing.

MetalAges 09-13-2006 02:58 AM

Please delete this post, fixed my issue

The Chief 11-02-2006 03:05 PM

Does this work with 3.6?

Dan 11-11-2006 12:54 AM

<a href="https://vborg.vbsupport.ru/showthread.php?t=117934" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=117934</a> it was linked to in the original post already.

cykelmyggen 11-21-2006 03:40 PM

Hi
Thanks for a nice hack, which installed without problems on my vB 3.5.4. I've considered a vB upgrade to 3.6.3. Do I have to uninstall my current version of Now Playing before upgrading and then install the 3.6. version or is there an upgrade option?

huwer 07-29-2007 05:56 AM

Good idea, thank you!

Dear Dan, but no editing, please do editing.

Dimoks 10-20-2008 12:22 PM

Please help me uninstall

Code:

Database error in vBulletin 3.7.3:

Invalid SQL:
ALTER TABLE post DROP nowplaying;

MySQL Error  : Can't DROP 'nowplaying'; check that column/key exists
Error Number  : 1091
Request Date  : Monday, October 20th 2008 @ 04:18:49 PM
Error Date    : Monday, October 20th 2008 @ 04:18:49 PM
Script        : http://www.kharkovforum.com/*****/plugin.php?do=productkill
Referrer      : http://www.kharkovforum.com/****/plugin.php?do=productdelete&productid=nowplaying_fewyn&s=
IP Address    : ***.***.***.***
Username      : Dimoks
Classname    : vB_Database
MySQL Version : 5.1.26-rc-log

:(


All times are GMT. The time now is 06:38 AM.

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.01283 seconds
  • Memory Usage 1,785KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (35)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete