vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   'Now Playing' Hack (https://vborg.vbsupport.ru/showthread.php?t=32587)

Crazy Pete 12-12-2002 02:18 AM

I installed this hack, but I can't get it to show up in the postbit anywhere. Also, by default the text field for Now Playing? has "Array" in it, that doesn't seem right to me. What's going on?

Oblivion Knight 02-05-2003 08:47 PM

Nice one Mark.
Working with no problems on 2.2.9 whatsoever :)

[high]* Oblivion Knight clicks install.[/high]

Harken 02-11-2003 01:47 AM

how do i edit it to show a little cd instead of NP

Harken 02-11-2003 02:08 AM

nm im a dumbass

L-Mane 03-05-2003 12:42 AM

I cannot find

$DB_site->query("INSERT INTO post (postid,threadid,title,username,userid,dateline,at tachmentid,pagetext,allowsmili e,showsignature,ipaddress,iconid,visible) VALUES (NULL,'$threadid','".addslashes(htmlspecialchars($ title))."','".addslashes($post username)."','$bbuserinfo[userid]','".time()."','$attachmentid','".addslashes($mess age)."','$allowsmilie','$signa ture','$ipaddress','$iconid','$visible')");

Anywhere in edit post

Austin Dea 05-11-2003 12:42 AM

For you guys who couldn't get it to display, I did by doing this.

Chang:
Code:

if ($post[NP]!="") {
eval("\$post[nowplaying] = \"".gettemplate("postbit_nowplaying")."\";");
               
        } else {
                $post[NP]="";
        }

to:
Code:

        if ($post[NP]!="") {
                eval("\$post[nowplaying] = \"".gettemplate("postbit_nowplaying")."\";");
        } else {
                $post[NP]="";
        }

I have no idea why that fixes it, but it did for me =P.

reismarktq2 06-02-2003 08:36 PM

Never mind... fixed it myself.

/me clicks install

Xelation 06-09-2003 06:59 PM

Is it possible for someone to make an addon for the getinfo page? with the last 5 songs played?

MarkB 07-06-2003 08:12 AM

I've managed to hack this for vB3 now, so once that is released as Gold, and vB.org is accepting vB3 hacks, I'll release it :)

midnightz 07-25-2003 03:40 PM

Hi - Great hack

Is it possible to have it show in thier profile as well

Thanks,

midz


All times are GMT. The time now is 01:36 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.01040 seconds
  • Memory Usage 1,726KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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