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
  #92  
Old 07-14-2004, 11:28 PM
why-not why-not is offline
 
Join Date: Feb 2004
Posts: 218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChuanSE
Note to Sonia:

Maybe you should give directives to enter that cron task in de admincp scheduled tasks
Hi ChaunSe

Yes I have added that to the release tomorrow, all done!


C, Ya...

Sonia
Reply With Quote
  #93  
Old 07-15-2004, 12:18 AM
NuclioN's Avatar
NuclioN NuclioN is offline
 
Join Date: Aug 2002
Posts: 955
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The display on forumhome looks awesome Do we have to re-install or will there be an upgrade?
Reply With Quote
  #94  
Old 07-15-2004, 12:57 AM
why-not why-not is offline
 
Join Date: Feb 2004
Posts: 218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NuclioN
The display on forumhome looks awesome Do we have to re-install or will there be an upgrade?
Just a upgade, if you want, I will put (2) files out, (1) will be for people using this method.....

PHP Code:
    $new_forecast forecast_valid($bbuserinfo[field5],$bbuserinfo[field6],$bbuserinfo[field7],$bbuserinfo[field8],$bbuserinfo[field9]);
    
$new_forecast fetch_forecast($new_forecast1); 
And the other using the new faster method ( it does not use VB code to validate or fetch inputs, because VB fetches all the inputs, even if your not using them)...

PHP Code:
    $w_fields = array ( '16''20' );
    
$new_forecast fetch_w_fields $w_fields );
    
$new_forecast fetch_forecast $new_forecast); 

1. Plus fixed the sort that was messed up the locations select box!

Also have almost 4,000 more locations for Western Europe, Canada and South America. I am going through each one now many times weather.com sends me an update and many don't work! I 've tested 732 so far and 17 are no good, 12 don't work, and 5 point to the wrong location, someone was sleeping when they wrote them STWS files!


C, ya...

Sonia
Reply With Quote
  #95  
Old 07-15-2004, 03:23 AM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looking forward to the latest update.
Reply With Quote
  #96  
Old 07-15-2004, 02:02 PM
The Realist's Avatar
The Realist The Realist is offline
 
Join Date: Oct 2001
Location: UK
Posts: 842
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Managed to get the database installed and continued the install. Problem I now have is when I click weather in the userCP it goes to a blank white page.

Any udeas?
Reply With Quote
  #97  
Old 07-15-2004, 03:01 PM
why-not why-not is offline
 
Join Date: Feb 2004
Posts: 218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Realist
Managed to get the database installed and continued the install. Problem I now have is when I click weather in the userCP it goes to a blank white page.

Any udeas?
Hi


Tell me these 3 things....

Question 1. What is the options (#) for the weather system that you used in ./admincp/profilefield.php

example.... (mine is #9)

edit (1) in profilefield.php

PHP Code:
    print_select_row($vbphrase['which_page_displays_option'], 'profilefield[form]', array(
        
$vbphrase['edit_profile'],
        
"$vbphrase[options]$vbphrase[log_in] / $vbphrase[privacy]",
        
"$vbphrase[options]$vbphrase[messaging] / $vbphrase[notification]",
        
"$vbphrase[options]$vbphrase[thread_viewing]",
        
"$vbphrase[options]$vbphrase[date] / $vbphrase[time]",
        
"$vbphrase[options]$vbphrase[other]",
        
"$vbphrase[options]$vbphrase[translate]",
        
"$vbphrase[options]$vbphrase[ecards]",
        
"$vbphrase[options]$vbphrase[webmail]",
        
"$vbphrase[options]$vbphrase[weather]"
    
), $profilefield['form']); 
edit (2) in profilefield.php

PHP Code:
        $forms = array(
            
=> $vbphrase['edit_profile'],
            
=> "$vbphrase[options]$vbphrase[log_in] / $vbphrase[privacy]",
            
=> "$vbphrase[options]$vbphrase[messaging] / $vbphrase[notification]",
            
=> "$vbphrase[options]$vbphrase[thread_viewing]",
            
=> "$vbphrase[options]$vbphrase[date] / $vbphrase[time]",
            
=> "$vbphrase[options]$vbphrase[other]",
            
=> "$vbphrase[options]$vbphrase[translate]",
            
=> "$vbphrase[options]$vbphrase[ecards]",
            
=> "$vbphrase[options]$vbphrase[webmail]",
            
=> "$vbphrase[options]$vbphrase[weather]",
        ); 
Question 2. what are the field (#) numbers for the weather system?

!! Mine are field41 to field45, what are yours!

Hint: you can find the answer to question 2 in the profile fields manager AdminCP

3. give me acess to your board, so I can see the usercp or tell me the answer to questions (1 and 2) and post in a zip file (profile.php, functions_user.php and ( index.php <- to add the code for the forum disply!) so I can fix them for you!

I'll check back in a little bit for the files and your reply!


Sonia
Reply With Quote
  #98  
Old 07-15-2004, 03:20 PM
The Realist's Avatar
The Realist The Realist is offline
 
Join Date: Oct 2001
Location: UK
Posts: 842
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
Answers:

1) 9
2) 7,8,9,10 and 11
3) Zip attached with Profile.php & functions_user.php (What index do you need)

Regards
Reply With Quote
  #99  
Old 07-15-2004, 03:43 PM
why-not why-not is offline
 
Join Date: Feb 2004
Posts: 218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Realist
Hi,
Answers:

1) 9
2) 7,8,9,10 and 11
3) Zip attached with Profile.php & functions_user.php (What index do you need)


Regards
Hi

delete that zip, I got the files, I need the index.php, in the main VB ./ directory...


Give a a few mins, I'll have this done!

Sonia
Reply With Quote
  #100  
Old 07-15-2004, 03:49 PM
The Realist's Avatar
The Realist The Realist is offline
 
Join Date: Oct 2001
Location: UK
Posts: 842
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1st zip deleted.

Here is the 2nd one with the index file.
Reply With Quote
  #101  
Old 07-15-2004, 04:19 PM
why-not why-not is offline
 
Join Date: Feb 2004
Posts: 218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by why-not
Hi

delete that zip, I got the files, I need the index.php, in the main VB ./ directory...


Give a a few mins, I'll have this done!

Sonia
Hi I am typing as fast as I can, almost done!

Sonia
Reply With Quote
  #102  
Old 07-15-2004, 04:21 PM
The Realist's Avatar
The Realist The Realist is offline
 
Join Date: Oct 2001
Location: UK
Posts: 842
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Im willing to wait - I deleted the index zip, I presume you have downloaded it.



Quote:
Originally Posted by why-not
Hi I am typing as fast as I can, almost done!

Sonia
Reply With Quote
  #103  
Old 07-15-2004, 04:24 PM
Bryan Ex's Avatar
Bryan Ex Bryan Ex is offline
 
Join Date: Feb 2004
Location: Canada
Posts: 233
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Commendable support Sonia. If you have the template for forum home completed that's what several of us are likely waiting on next.
Reply With Quote
  #104  
Old 07-15-2004, 04:27 PM
The Realist's Avatar
The Realist The Realist is offline
 
Join Date: Oct 2001
Location: UK
Posts: 842
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Commendable support indeed and a big thanks from me Sonia.

Quote:
Originally Posted by Bryan Ex
Commendable support Sonia. If you have the template for forum home completed that's what several of us are likely waiting on next.
Reply With Quote
  #105  
Old 07-15-2004, 04:42 PM
why-not why-not is offline
 
Join Date: Feb 2004
Posts: 218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi


Download this file.....

http://24.60.6.48/errors/files.zip


Then as soon as I login into the other server (while your waiting do the install of the files and templates, any questions I will wait!

download this file..... (ready now)

http://www.ya-right.com/temp/img_css.zip



Sonia
Reply With Quote
  #106  
Old 07-15-2004, 04:48 PM
The Realist's Avatar
The Realist The Realist is offline
 
Join Date: Oct 2001
Location: UK
Posts: 842
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Files.zip downloaded.

Installing files now.

Be back ASAP.
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 01:29 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.05689 seconds
  • Memory Usage 2,399KB
  • Queries Executed 30 (?)
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_php
  • (7)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
  • (16)post_thanks_box
  • (16)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (16)post_thanks_postbit_info
  • (15)postbit
  • (16)postbit_onlinestatus
  • (16)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