vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - Radio and TV Add-on (https://vborg.vbsupport.ru/showthread.php?t=152037)

Dream 09-18-2007 09:18 AM

Quote:

Originally Posted by PoetJA-1975 (Post 1341524)
AWESOME! Congratulations MAN - You made a very nice modification!

Jacquii.

thanks :)

KURTZ 09-18-2007 12:42 PM

AWESOME MOD!!!!!!!!!!!!!!

thx for sharing ... nominated MOTM!!!!!

TERRIFIC JOB!

eghigo 09-18-2007 01:03 PM

Quote:

Originally Posted by Dream (Post 1341577)
bye :P (he didn't click install)

Ops.. sorry. ;)

There are two little error in PERMALINK (line 1473 of radioandtv.php file). If you install in subfolder (for example /forum/radioandtv.php) say ERROR and the php link is wrong (original is radiostations.php).
I've modified manually. :)

Dream 09-18-2007 02:35 PM

Nice catch, I updated radioandtv.php and the zip file.

Skavenger 09-18-2007 05:37 PM

An option to exclude usergroups would be nice (or just to exclude non registered users)

basilrath 09-18-2007 10:38 PM

this is a great mod

can we sort it for vbadvanced?

KURTZ 09-18-2007 10:49 PM

Quote:

Originally Posted by Dream (Post 1341756)
Nice catch, I updated radioandtv.php and the zip file.

only that file? or all the package? but it seems that's always 1.3 version ...

badboyz 09-19-2007 09:14 AM

i get this error after i click on the link in navabar
can some on help also i revoved the old radio iles too but still having problems ..



Code:


404 Error - Not Found
The resource you have requested could not be found on the server. There are many possible reasons for this. Either the file does not exist, there is an error in your request, or the file is not accessible in the requested directory. Please verify that:
You have used the proper case; requests ARE case-sensitive!
You have entered the URL correctly. (i.e. proper directory/filename)
You used the FULL URL. (i.e. proper file type: .html, .gif , .jpg, etc.)
You use a tilde (~) before user directories. (i.e. www.furcen.org/~jurann/ )
The user/file still exists on this server.


El Burro 09-19-2007 10:01 AM

Hi I just wondered if anyone has done a Spanish translation.

I live in Spain but my Spanish is a long way from being perfect.

My forum has both English and Spanish sections which I try to develop equally so a translation would be great.

Thanks
El Burro

yoyoyoyo 09-19-2007 10:57 AM

so - all we have to do is upload the new radioandtv.php? doesn't this call for another version number so people will know that the files are different? maybe 1.3.1?

Dream 09-19-2007 11:34 AM

Quote:

Originally Posted by basilrath (Post 1342070)
this is a great mod

can we sort it for vbadvanced?

there are info about vbadvanced somewhere in this thread, not sure where

also please click install is you use this add-on
Quote:

Originally Posted by KURTZ (Post 1342075)
only that file? or all the package? but it seems that's always 1.3 version ...

just update your radioandtv.php

Dream 09-19-2007 11:37 AM

Quote:

Originally Posted by badboyz (Post 1342332)
i get this error after i click on the link in navabar
can some on help also i revoved the old radio iles too but still having problems ..



Code:


404 Error - Not Found
The resource you have requested could not be found on the server. There are many possible reasons for this. Either the file does not exist, there is an error in your request, or the file is not accessible in the requested directory. Please verify that:
You have used the proper case; requests ARE case-sensitive!
You have entered the URL correctly. (i.e. proper directory/filename)
You used the FULL URL. (i.e. proper file type: .html, .gif , .jpg, etc.)
You use a tilde (~) before user directories. (i.e. www.furcen.org/~jurann/ )
The user/file still exists on this server.


follow the instructions in upgrade.txt, you need to redo your navbar template edits. also please mark as installed if you use this add-on.
Quote:

Originally Posted by yoyoyoyo (Post 1342370)
so - all we have to do is upload the new radioandtv.php? doesn't this call for another version number so people will know that the files are different? maybe 1.3.1?

just one line changed in radioandtv.php, I don't see why this would need a version number, in my opinion

Dream 09-19-2007 11:38 AM

Quote:

Originally Posted by El Burro (Post 1342346)
Hi I just wondered if anyone has done a Spanish translation.

I live in Spain but my Spanish is a long way from being perfect.

My forum has both English and Spanish sections which I try to develop equally so a translation would be great.

Thanks
El Burro

if people share their translations I'll put them in the second post of this thread

bob12 09-19-2007 02:15 PM

Hey dream can i play my yugioh and tbrn and technofrag shows here and if i can, how can i add them to this hack?

Dream 09-19-2007 03:20 PM

if they play on windows media player or real player yes, you just add their URL

bob12 09-19-2007 03:36 PM

Where do i add the url of my tbrn or technofrag or yugioh show on my board?

Dream 09-19-2007 03:43 PM

on the "add station" fields...

vnairp11 09-19-2007 03:47 PM

the navbar won't display i tired adding the $navbar in the radiostations template http://thetechlife.org/radioandtv.php

there was some code about editing it to view these bars in a pdf file in the older post radiostations.. can't find it now.

vnairp11 09-19-2007 04:20 PM

nm i found it here you go just add this to the radioandtv.php right after $rp_sizes = explode("\r\n", $vbulletin->options['radiostations_rp_sizes']);

Quote:

$navbits = array();
$navbits[$parent] = 'RADIOSTATIONS';
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
$navbar = process_replacement_vars($navbar);
eval('$headinclude = "' . fetch_template('headinclude') . '";');
$headinclude = process_replacement_vars($headinclude);
eval('$footer = "' . fetch_template('footer') . '";');
$footer = process_replacement_vars($footer);

yoyoyoyo 09-19-2007 04:23 PM

Quote:

Originally Posted by Dream (Post 1342385)
just one line changed in radioandtv.php, I don't see why this would need a version number, in my opinion

suit yourself, but it is a change nonetheless, so it should be documented and indicated, especially if you have version checking implemented in your hacks.

vnairp11 09-19-2007 04:24 PM

is there way to change this https://vborg.vbsupport.ru/external/2007/09/13.gif

to Radio and TV instead of radiostations.

Dream 09-19-2007 04:25 PM

change this in your code you posted

$navbits[$parent] = 'RADIOSTATIONS';

Dream 09-19-2007 04:26 PM

Quote:

Originally Posted by yoyoyoyo (Post 1342535)
suit yourself, but it is a change nonetheless, so it should be documented and indicated, especially if you have version checking implemented in your hacks.

its too much for too little. Id have to change the version number of the product file, and everyone would need to re-import the product file just to change that version number. only radioandtv.php changed, you just need to overwrite it.

KURTZ 09-19-2007 05:42 PM

thx Dream :)

vnairp11 09-19-2007 09:10 PM

Quote:

Originally Posted by Dream (Post 1342538)
change this in your code you posted

$navbits[$parent] = 'RADIOSTATIONS';


thanks dream :) :up:

can we separate tv from radio two diff categories for tv and Radio for the next version.

Dream 09-19-2007 10:53 PM

you can create different categories for TV and radio. other than that is not planned.

badboyz 09-20-2007 02:05 AM

Quote:

Originally Posted by Dream (Post 1342385)
follow the instructions in upgrade.txt, you need to redo your navbar template edits. also please mark as installed if you use this add-on.


just one line changed in radioandtv.php, I don't see why this would need a version number, in my opinion


bro i did follow the upgrade and thatsthe problem i had in the upgrade u don't tell which old edits i haveto remove... if u tell me that it will help

vnairp11 09-20-2007 02:23 AM

no need to remove any template edits! you can manually add $header and $navbar to the radiostations template. and see this post to display navbar https://vborg.vbsupport.ru/showpost....&postcount=579 to your radioandtv.php

Dream 09-20-2007 02:54 AM

Quote:

Originally Posted by badboyz (Post 1342834)
bro i did follow the upgrade and thatsthe problem i had in the upgrade u don't tell which old edits i haveto remove... if u tell me that it will help

its just two navbar edits, very similar to the new ones, you just need to replace them, Im sure you are able to handle it

yoyoyoyo 09-20-2007 04:07 AM

Quote:

Originally Posted by Dream (Post 1342539)
its too much for too little. Id have to change the version number of the product file, and everyone would need to re-import the product file just to change that version number. only radioandtv.php changed, you just need to overwrite it.

then why update at all?

Dream 09-20-2007 04:22 AM

dude... jelsoft does updates without changing version number, why can't I? :P

vnairp11 09-20-2007 05:04 AM

Thanks Dream develop this mod further and release a commercial version it can get big :)

towermatt 09-20-2007 01:26 PM

Still reading...still need to do this.

yoyoyoyo 09-20-2007 02:54 PM

Quote:

Originally Posted by Dream (Post 1342882)
dude... jelsoft does updates without changing version number, why can't I? :P

obviously you can :D It was just a friendly suggestion.

TheJekyll 09-20-2007 04:39 PM

Thanks alot this is very kool

realsumon 09-20-2007 06:13 PM

Thanks Dream for TV

stephen2007 09-20-2007 06:19 PM

I voted with my mouse and also with my wallet. It's not much but I want to recognize your outstanding contribution :)

Dream 09-21-2007 05:15 PM

Thank you :) I appreciate that

towermatt 09-21-2007 08:54 PM

Loaded up the new version, worked like a charm. Thanks again Dream

Binoy 09-21-2007 11:51 PM

does this work on vb 3.5.x


All times are GMT. The time now is 06:07 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.02202 seconds
  • Memory Usage 1,823KB
  • 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
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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