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)

MindTrix 01-03-2004 05:49 PM

Everyone starts somewhere mate ;)

A query is basically a piece of code that needs to be run on your MYSQL database, Usualy in PHPMYADMIN that your host should have linked you too, or you will find in your hosts Control Panel.

mmw 01-03-2004 05:52 PM

In phpMyAdmin select the database then click on query and just past the code from above and click submit query. If you don't have access to phpmyadmin or something similar just email your webhosts asking them to do it for you :)

flamingpeach 01-03-2004 05:54 PM

Thanks guys, I appreciate it :D

Dan 01-03-2004 05:54 PM

Quote:

Originally Posted by MindTrix
Everyone starts somewhere mate ;)

A query is basically a piece of code that needs to be run on your MYSQL database, Usualy in PHPMYADMIN that your host should have linked you too, or you will find in your hosts Control Panel.

thanks mindtrix for reply i was mid-typing when I recieved a message saying you replied with the answer.

Thanks everyone so far that has installed this hack!

MindTrix 01-03-2004 05:57 PM

I know the feeling Dan, your half way writting a response then someoen else posts it :)

TheAnt 01-03-2004 06:04 PM

I may actually use this mod. It'll be easier than having it done via Profile Field.

yabba 01-03-2004 10:17 PM

A little Add-on for Dans Now Playing Hack.

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

Dan 01-03-2004 10:29 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.

thanks for the add-on yabba I'll add a link to the first post.

SiXXGuNNZ 01-04-2004 02:45 AM

here is the way I modded the postbits, regular and legacy, this puts the nowplaying box under the attachments in a box like the attachments use

HTML Code:

---------
|postbit|
---------
&
----------------
|postbit_legacy|
----------------
Find:
<!-- / attachments -->
Below add:
</if>
 
<if condition="$post['nowplaying']">
<!-- nowplaying -->
<div style="padding:6px">
        <fieldset class="fieldset">
        <legend>Now Playing</legend>
        <div style="padding:3px" align="center">
<img src="/images/smilies/091.gif" alt="This song kicks ass!"
border="0" />
<smallfont><b>$post[nowplaying]</b></smallfont></div>
        </fieldset>
</div>
<!-- / nowplaying -->

attached are examples :)

Dan 01-04-2004 02:59 AM

thanks for doing that I just put it in a place i could easily find a spot to put it. If you wouldn't mind I would like to add this to the install file.


All times are GMT. The time now is 07:57 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.01205 seconds
  • Memory Usage 1,740KB
  • 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_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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