vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   [HTL] Now Playing Hack v.1.3 (https://vborg.vbsupport.ru/showthread.php?t=59538)

Goober 06-09-2004 10:26 PM

Quote:

Originally Posted by Dan
That would require coding of the software they use and I'm unable to code that. It allows for the user to specify what they are listening to if they choose to say so.

Thanks Dan, I was confused over it because it sounded like a nice hack that allowed someone to actually hear a song being played.



I take it there is nothing like this out there then....




Goober

Dan 06-09-2004 10:29 PM

Quote:

Originally Posted by Goober
Thanks Dan, I was confused over it because it sounded like a nice hack that allowed someone to actually hear a song being played.



I take it there is nothing like this out there then....




Goober

No there isn't anything like that available that I know of.

msimplay 06-09-2004 10:48 PM

Quote:

Originally Posted by moley
i've managed to make it appear but if you edit a post it doesnt show up so i'm looking for whatever i have to add/ edit now:ninja:

i realised theres no point to have it on editpost coz it could interfear with the now playing thats already in the post

and it makes sense that u actually have a now playing at the time u made the post

the only way it could work is if the now playing only appeared in editpost if the post didn't have a now playing already

PalmNut 06-15-2004 11:23 PM

Nice piece of work.

I'd also modify the quick reply HTML and JavaScript so that the input field is disabled if threading messages until a message is selected. Like so:

Edit the showthread_quickreply template by adding a new attribute to the text input field.

Find:
HTML Code:

<td><input type="text" class="bginput" style="width:600px;" name="nowplaying" value="$post[nowplaying]" size="50" maxlength="85" tabindex="1" /></td>
Replace with:
HTML Code:

<td><input type="text" class="bginput" style="width:600px;" name="nowplaying" id="qr_nowplaying" value="$post[nowplaying]" size="50" maxlength="85" tabindex="1" /></td>
Edit clientscript/vbulletin_quickreply.js as follows:

Find:
Code:

if (WYSIWYG != 2)
  {
    fetch_object("qr_message").disabled = true; // message textarea
    fetch_object("qr_message").value = must_click_message; // message textbox

Below that, add:
Code:

fetch_object("qr_nowplaying").disabled = true; // nowplaying text
Find:
Code:

fetch_object("qr_message").value = "";
Below that, add:
Code:

fetch_object("qr_nowplaying").disabled = false;

PET 06-24-2004 02:01 AM

:( i hoped that this will be a hack ho will automaticly take your winamp song. There are some programs ho can do this.

Dan 06-24-2004 02:27 AM

Quote:

Originally Posted by PET
:( i hoped that this will be a hack ho will automaticly take your winamp song. There are some programs ho can do this.

Programs? this isn't a program sorry its a php hack which has no actual tie in to the actual software of the user besides IE.

turbidblue 07-04-2004 03:15 AM

Wow! This hack is sooo cool! Thanks to all of you who help bring this one about!!


*trys to click install more than once! :)

nando415 08-22-2004 10:19 PM

How can i change the maximum limit of characters that can be entered???

Noiz Pollution 08-24-2004 11:11 PM

Quote:

Originally Posted by yabba
A little Add-on for Dans Now Playing Hack.

This little bit of Code display the last 10 Songs at your Forumhome.

Somebody on your board likes their EBM ;) [/approval]


Cheers,
Robert

y2krazy 08-30-2004 01:12 AM

/me clicks install!


All times are GMT. The time now is 02:50 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.01235 seconds
  • Memory Usage 1,744KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete