Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Free Ringtones Plugin Details »»
Free Ringtones Plugin
Version: 1.00, by emin3m emin3m is offline
Developer Last Online: Oct 2018 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 04-13-2006 Last Update: 04-14-2006 Installs: 19
Uses Plugins
 
No support by the author.

Free Ringtones Plugin Powered by Tones9.com

Adding this plugin you can download 1000s of free ringtones directly from a single thread.

Installation is simple.

install the non_thread version and ringtones will be here http://www.yourforums.com/misc.php?do=ringtones
OR
to install navbar version or thread version read ahead
i. install the any one product given,
ii. Make a new free ringtones thread (thread from where ull download the ringtones)
iii. now follow the 2 steps given in the images,, (required)

navbar version places the ringtones under navigation bar in thread.
thread version places the ringtones in 2nd post in thread.
try navbar version if thread version dosent works
try template change version if both navbar and thread version dun work.

How to find threadid
after making new thread, goto main page and see the category where you made new thread..
open thread from there
now the url will be much like http://www.domain.com/showthread.php?t=<thread-id>
now thats your thread id

Screenshot of the thread's final look is also provided.
sorry but no live demo yet
works for vb 3.5.x
thanks for installing
thanks to Freezerator too

Supporters / CoAuthors

Show Your Support

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

Comments
  #62  
Old 04-14-2006, 07:13 PM
gedsta gedsta is offline
 
Join Date: Feb 2006
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gizmo5h1t3
got it working using the navbar plugin....nice work mate.

same here .... clicks install
Reply With Quote
  #63  
Old 04-14-2006, 07:16 PM
emin3m's Avatar
emin3m emin3m is offline
 
Join Date: Oct 2005
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bashy ur using very customized skin..
keep the template changes as you did now and download this the latest thread or navbar version and install them now
hope this time it will work
Reply With Quote
  #64  
Old 04-14-2006, 07:37 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi m8...

I will try it just as soon as my host gets off there @ss and sorts my server out
Frigging thing has gone down
Reply With Quote
  #65  
Old 04-14-2006, 07:46 PM
Blackbeard Blackbeard is offline
 
Join Date: Mar 2003
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Navbar worked for me, pitty as thread would have been best, but great and thanks
Reply With Quote
  #66  
Old 04-14-2006, 09:27 PM
Jon_Simmonds Jon_Simmonds is offline
 
Join Date: Nov 2005
Location: UK
Posts: 103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I used the template version since the thread version didnt want to work (i use posbit legacy as opposed to the new posbit)

I added this code to the bottom of my postbit legacy template
Code:
<if condition="$post[postcount] % $vboptions[maxposts] == 1">
REST OF CODE FROM THE TEXT FILE
</if>
And i replaced the conditional that checks the thread id with this
Code:
<if condition="$post[postid] == 123456">
And its working fine for me, going to change the way its displayed a bit since my theme is quite graphical based, but thats more for me, hopefully you guys can use what i did if you cant get the thread version to work

(I still have the thread version product/plugin installed)
Reply With Quote
  #67  
Old 04-15-2006, 07:53 AM
Freezerator Freezerator is offline
 
Join Date: Nov 2001
Location: Den Haag
Posts: 197
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice hack.

I have an addition for your hack, maybe you can provide also this way:
For the people who want to on a seperate page, like:

http://vbulletinforum/misc.php?do=pa...=free_ringtone

They can do the following steps:

First add the template custom_free_ringtone to your templates.
Then insert this code:

Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
    <!-- no cache headers -->
    <meta http-equiv="Pragma" content="no-cache" />
    <meta http-equiv="Expires" content="-1" />
    <meta http-equiv="Cache-Control" content="no-cache" />
    <!-- end no cache headers -->
    $headinclude
    <title>$vboptions[bbtitle]</title>
</head>
<body>
$header
$navbar

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="thead" $scrolltothis style="font-weight:normal">
Download Ringtones - Powered by <a href="http://www.tones9.com" target="_blank">Tones9.com</a></td>
</tr>
<tr>
	<td class="alt1" style="padding:0px">
	<div class="smallfont" align="center">
<IFRAME style='WIDTH: 100%; HEIGHT: 560px' src='http://www.fkn1337.com/ringtones/chillin.php?from=$vboptions[bburl]' frameBorder=0 

width='100%' scrolling=no height=560>Get a browser which supports iframe.</IFRAME>
	</div>
	</td>
</tr>
</table>

$footer
</body>
</html>
Here you go So you wont have it in an thread, and you can customize it anyway you want
Reply With Quote
  #68  
Old 04-15-2006, 08:50 AM
Gizmo5h1t3's Avatar
Gizmo5h1t3 Gizmo5h1t3 is offline
 
Join Date: Aug 2005
Location: ROCHDALE LANCS UK
Posts: 650
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Freezerator
Nice hack.

I have an addition for your hack, maybe you can provide also this way:
For the people who want to on a seperate page, like:

http://vbulletinforum/misc.php?do=pa...=free_ringtone

They can do the following steps:

First add the template custom_free_ringtone to your templates.
Then insert this code:

Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
    <!-- no cache headers -->
    <meta http-equiv="Pragma" content="no-cache" />
    <meta http-equiv="Expires" content="-1" />
    <meta http-equiv="Cache-Control" content="no-cache" />
    <!-- end no cache headers -->
    $headinclude
    <title>$vboptions[bbtitle]</title>
</head>
<body>
$header
$navbar

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="thead" $scrolltothis style="font-weight:normal">
Download Ringtones - Powered by <a href="http://www.tones9.com" target="_blank">Tones9.com</a></td>
</tr>
<tr>
	<td class="alt1" style="padding:0px">
	<div class="smallfont" align="center">
<IFRAME style='WIDTH: 100%; HEIGHT: 560px' src='http://www.fkn1337.com/ringtones/chillin.php?from=$vboptions[bburl]' frameBorder=0 

width='100%' scrolling=no height=560>Get a browser which supports iframe.</IFRAME>
	</div>
	</td>
</tr>
</table>

$footer
</body>
</html>
Here you go So you wont have it in an thread, and you can customize it anyway you want

hows that template activated mate, as the link you provided gives a page cannot be displayed error
Reply With Quote
  #69  
Old 04-15-2006, 02:55 PM
emin3m's Avatar
emin3m emin3m is offline
 
Join Date: Oct 2005
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks Freezerator, your version is also added
ads are back on due to my tones9.com owner
Reply With Quote
  #70  
Old 04-15-2006, 04:31 PM
Stangsta's Avatar
Stangsta Stangsta is offline
 
Join Date: Aug 2004
Location: Virginia
Posts: 440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by emin3m
thanks Freezerator, your version is also added
ads are back on due to my tones9.com owner
I was just about to download the ad free version and install it. Sorry to hear that. Guess I was 2 hours too late
Reply With Quote
  #71  
Old 04-15-2006, 05:31 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Whoa this is hot!
Reply With Quote
Reply


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 11:20 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.05200 seconds
  • Memory Usage 2,315KB
  • Queries Executed 26 (?)
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
  • (4)bbcode_code
  • (3)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
  • (4)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
  • (11)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