Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
VB World Weather Details »»
VB World Weather
Version: 1.00, by why-not why-not is offline
Developer Last Online: Jun 2007 Show Printable Version Email this Page

Version: 3.0.3 Rating:
Released: 07-11-2004 Last Update: Never Installs: 82
 
No support by the author.

This is VB World Weather...

It allow your users to look up and display local weather for 39,722 locations around the world! It is template based with multi language support built in!


The zip file contains...

1. Step by step install files
2. All images, language files, templates, weather database file and scripts

Demo

http://forum.ya-right.com/

user: test
pass: test

when you login go to the usercp to try the demo, also look at the bottom of the forum home for the other display...

The one on the forum home can be placed where ever you want to place it!

If you have any questions or need install help post your questions here...

UPDATES (7/15/2004 9:47 PM EDT)

Go here for the FORUMHOME template update install info

https://vborg.vbsupport.ru/showthrea...d=1#post533325

UPDATES (7/18/2004 9:04 AM EDT)

Add a database install table script, for people who can not run
the single sql file (FOUND IN STEP 7). It is very easy to use!


Have a great day....

Sonia


_______________________________
Next mod -> translate this topic or post!

Show Your Support

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

Comments
  #362  
Old 01-08-2005, 01:22 AM
ambrosious ambrosious is offline
 
Join Date: Jun 2004
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

WTG and I figured out that if you are an "Undeletable, unalterable user" in config.php this will not save your location.

Open config.php look for:

// ****** UNDELETABLE / UNALTERABLE USERS ******

and blank out your user number that will be there. (Probably the ONLY user number there.)

Reload config.php to your server and BLAMMO! it works.
Reply With Quote
  #363  
Old 01-08-2005, 08:10 AM
The eyes lover The eyes lover is offline
 
Join Date: Apr 2003
Location: Vancouver
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The eyes lover
please,
how can i get the ID i don't from were ( 'IS_VALID', '998877' ) how i get to my self new ID like this ( 'WEATHER_ID', 'my_new_id' )

thank you .



.......................
Reply With Quote
  #364  
Old 01-10-2005, 07:40 PM
n_wattam n_wattam is offline
 
Join Date: Nov 2004
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have installed quite a few hacks now, and made mods my self to my forums. but this has got to be the most pain in the arse mod/hack to install... its taken me 2 hours so far of reading not very clean instructions.

I think its time to give up... shame as i really wanted this..
Reply With Quote
  #365  
Old 01-10-2005, 11:06 PM
PixelFx PixelFx is offline
 
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone test this on vb3.0.5?
Reply With Quote
  #366  
Old 01-21-2005, 12:46 AM
taffy056 taffy056 is offline
 
Join Date: Sep 2004
Location: In a house in Wales ;)
Posts: 254
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,


I get the following each time I try to input a city, I think the problem is that my field numbers are different, for the weather hack they are between 11 & 15, anyone got an idea what edits contain the field information?

thanks

-- NO FORECAST SELECTED --

Use the Forecast Options below to configure your weather display

-- NO FORECAST SELECTED --


Quote:
Originally Posted by Natch
OK Ntenze (and anyone else who's having troubles with this hack):

It loks like you have missed out some edits, in one of trhe following steps:
  • profile.php
  • Phrases
  • Template insertions
  • Field numbers
This last is the most likely - did you check to see that your field#'s matched the ones in the file modifications you made ?

This is a complex hack but well worth it - please do any modifications carefully and according to the instructions - they are clear and easy to follow if you take it step by step.
Reply With Quote
  #367  
Old 01-23-2005, 10:49 PM
taffy056 taffy056 is offline
 
Join Date: Sep 2004
Location: In a house in Wales ;)
Posts: 254
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

The fix for the problem I had above was changing the field numbers below to the ones I wanted, and I also changed the QUERY to the last number of the field, it worked for me, and I am very happy with the installed hack

taffy

In profile.php
Code:
if ( $_REQUEST['do'] == 'weather' )
{
$new_forecast = forecast_valid ( $bbuserinfo[field5], $bbuserinfo[field6], $bbuserinfo[field7], $bbuserinfo[field8], $bbuserinfo[field9] );
$new_forecast = fetch_forecast ( $new_forecast, 1 );
$customfields = array ();
fetch_profilefields(1);
$navbits[''] = $vbphrase['weather_title'];
}
if ( $_REQUEST['do'] == 'places' )
{
if ( !empty ( $_POST['location'] ) )
{
$DB_site->query ( "UPDATE " . TABLE_PREFIX . "userfield SET field9=" . addslashes
Reply With Quote
  #368  
Old 01-29-2005, 02:26 PM
Basit Basit is offline
 
Join Date: Apr 2004
Location: London
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by taffy056
Hi,

The fix for the problem I had above was changing the field numbers below to the ones I wanted, and I also changed the QUERY to the last number of the field, it worked for me, and I am very happy with the installed hack

taffy

In profile.php
Code:
if ( $_REQUEST['do'] == 'weather' )
{
$new_forecast = forecast_valid ( $bbuserinfo[field5], $bbuserinfo[field6], $bbuserinfo[field7], $bbuserinfo[field8], $bbuserinfo[field9] );
$new_forecast = fetch_forecast ( $new_forecast, 1 );
$customfields = array ();
fetch_profilefields(1);
$navbits[''] = $vbphrase['weather_title'];
}
if ( $_REQUEST['do'] == 'places' )
{
if ( !empty ( $_POST['location'] ) )
{
$DB_site->query ( "UPDATE " . TABLE_PREFIX . "userfield SET field9=" . addslashes
Thanks, I spent all night yesterday and almost given up, but this little hint helped a lot. Now Facing only one problems. It is not showing in UserCP Profile Menu bar for some reasons. I have to figure out where I made mistake or what is missing. Any quick help is highly appreciated.


Overall a great hack and now working for me. Wondering, does this hack require Cronjobs or does it work automatically and fetch weather information we refresh a page. Anyone have information on what changes need to be done on weather_db.php for cron ?


Thanks & Regards,
MBH
Reply With Quote
  #369  
Old 01-29-2005, 07:53 PM
tteal tteal is offline
 
Join Date: May 2004
Location: Pasadena, Maryland
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by n_wattam
i have installed quite a few hacks now, and made mods my self to my forums. but this has got to be the most pain in the arse mod/hack to install... its taken me 2 hours so far of reading not very clean instructions.

I think its time to give up... shame as i really wanted this..
I ended up with the same solution you have............................................. you're right, this would be an incredible hack if the instructions were more clear and if it worked like the other hacks, however, it doesn't.
Reply With Quote
  #370  
Old 02-07-2005, 11:33 PM
ambrosious ambrosious is offline
 
Join Date: Jun 2004
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Alright, I did everything right again, I think, but cannot get it to display on forumhome. Any ideas?
Reply With Quote
  #371  
Old 02-11-2005, 04:17 AM
DavidatMPA DavidatMPA is offline
 
Join Date: Oct 2004
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The eyes lover
.......................
I think they hate us.

I have this question as well. Didn't know waht to put there so I just freestyled it.

Everyone ignores this question though. Any ideas?
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 07:05 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05177 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (5)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
  • (1)pagenav_pagelinkrel
  • (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