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
  #227  
Old 08-14-2004, 03:54 PM
Lostnode Lostnode is offline
 
Join Date: Nov 2003
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, last little problem, and I dunno if it can be fixed in any way.

I just singed onto anohter forum that has the weather mod on it, and mine does this as well... attacked are the registration image, and the config image from the UserCP

When you register, you get a number, which I know is very confusing, in the UserCP you get the actual menu, is there any way to either 1. Remove it from the registration page, or 2 make it a selection like it is in the usercp?
Reply With Quote
  #228  
Old 08-15-2004, 06:55 PM
Mickie D Mickie D is offline
 
Join Date: Jun 2002
Posts: 430
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will this be possible to work with https sites ?

my apache error log tells me this:
Code:
[Sun Aug 15 20:33:43 2004] [error] mod_ssl: SSL handshake failed: HTTP spoken on HTTPS port; trying to send HTML error page (OpenSSL library error follows)
[Sun Aug 15 20:33:43 2004] [error] OpenSSL: error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request [Hint: speaking HTTP to HTTPS port!?]
[Sun Aug 15 20:39:56 2004] [error] mod_ssl: SSL handshake failed: HTTP spoken on HTTPS port; trying to send HTML error page (OpenSSL library error follows)
[Sun Aug 15 20:39:56 2004] [error] OpenSSL: error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request [Hint: speaking HTTP to HTTPS port!?]
i have edited the url section in the functions_weather with no luck (near the top of file)

thanks very much for the help
Reply With Quote
  #229  
Old 08-17-2004, 06:15 PM
Overseer Overseer is offline
 
Join Date: May 2003
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have been plugging away with this hack, and am getting closer. 2 things. I cannot see the options in the user CP unless I move them to a different display page, such as 'options'. When I can see them, I can choose all options, but I get a 'no forecast selected' when I choose the city I would like to view. Any help is appriciated. Thank you in advance. :ermm:
Reply With Quote
  #230  
Old 08-17-2004, 07:37 PM
Zelda-King's Avatar
Zelda-King Zelda-King is offline
 
Join Date: Nov 2002
Location: London, England
Posts: 674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have an incompatibility issue with the upgrade from 3.0.1 to 3.0.3. If I use the file you made me specially to my own specifications (which works perfectly on 3.0.1) there are no profile field clashes but on the weather page, the Weather Location shows up as the numeric value in a text window instead of saying that actual location (and there's no button to select one). Now if I apply the file edits freshly to vB 3.0.3 files, that DOES show properly but I get a clash with one of my profile fields in 'edit profile'. The problem seems (as before when I installed the hack) to be with functions_user.php.

As far as I can make out, this is the key bit of code:

The original code that worked on 3.0.1 was;
PHP Code:
if ($profilefield['type'] == 'input' AND $profilefield['hidden'] == '1' AND $fomtype == '6' )
                        {
                                eval(
'$tempcustom = "' fetch_template('userfield_weather') . '";');
                        }
                        else if (
$profilefield['type'] == 'input')
                        {
                        eval(
'$tempcustom = "' fetch_template('userfield_textbox') . '";');
                        }
                        else if (
$profilefield['type'] == 'textarea')
                        {
                                eval(
'$tempcustom = "' fetch_template('userfield_textarea') . '";');
                        } 
That's the code that now shows the Weather Location as a text input box with the numeric value.

The code below is the other code... which leaves uncached weather templates anyway;
PHP Code:
if ($profilefield['type'] == 'input' AND $profilefield['hidden'] == '1')
                {
                        eval(
'$tempcustom = "' fetch_template('userfield_weather') . '";');
                }
                else if (
$profilefield['type'] == 'input')
                {
                        eval(
'$tempcustom = "' fetch_template('userfield_textbox') . '";');
                }
                else if (
$profilefield['type'] == 'textarea')
                {
                        eval(
'$tempcustom = "' fetch_template('userfield_textarea') . '";');
                } 
They appear to be the same except for this bit;
PHP Code:
AND $fomtype == '6' 
Reply With Quote
  #231  
Old 08-19-2004, 08:06 AM
Moya's Avatar
Moya Moya is offline
 
Join Date: May 2004
Posts: 356
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello All,

I follow the instruction to the last bit. However, my system fail to update the Forecast Location. I went thru to the process of selecting the country, states etc. without error. At the end it fails to update the location.

My userfields are kinda wacky they are 7,9,10,11,12

Any help would be greatly appreciated.

Thanks
Reply With Quote
  #232  
Old 08-19-2004, 11:15 AM
Zelda-King's Avatar
Zelda-King Zelda-King is offline
 
Join Date: Nov 2002
Location: London, England
Posts: 674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's ok, I fixed my problem. 'fomtype' should be 'formtype'. This had been addressed before and I'd partially forgotten about it. Yeah, so it works fine on 3.0.3.
Reply With Quote
  #233  
Old 08-20-2004, 05:52 AM
HC. HC. is offline
 
Join Date: Mar 2004
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do you unistall this since we can not get any support
I have reloaded my back up but still have local weather in the usercp under misc........
This has to go on my board since there is no support with problems we have

any help would be great
Reply With Quote
  #234  
Old 08-20-2004, 10:31 AM
Overseer Overseer is offline
 
Join Date: May 2003
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You have to remove the templates from the admincp, put back the original files that you altered. Basically just work backwards from the end of the install and revert the files back to the originals with backups. The user profile manager has to be altered as well. You could also use PHPAdmin to drop the tables that were created as well.
Reply With Quote
  #235  
Old 08-20-2004, 03:57 PM
HC. HC. is offline
 
Join Date: Mar 2004
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have uploaded all backup files but still when someone new registers it has the forecast options still in there
How can I get rid of this
Reply With Quote
  #236  
Old 08-20-2004, 05:31 PM
Overseer Overseer is offline
 
Join Date: May 2003
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You have to have missed something. I have uninstalled this hack and nothign appears for anyone. The screens that the new users are seeing is part if the user profile manager area in the admincp. If you have removed all the new template changes, you can't see the new screens. If you can create me a test account I can log into your forum and try to help you. Let me know. Good luck.
Reply With Quote
  #237  
Old 08-21-2004, 02:34 PM
HC. HC. is offline
 
Join Date: Mar 2004
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

here are the files that I can remember that were edited
profile.php
admincp/profilefield.php
includes/fuctions_user.php
Did I miss any?
Reply With Quote
  #238  
Old 08-21-2004, 10:42 PM
mrboz's Avatar
mrboz mrboz is offline
 
Join Date: Feb 2003
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anybody know how i can make this use my forum's style and not the one in the css file that comes with it? :ermm:
Reply With Quote
  #239  
Old 08-21-2004, 11:26 PM
Zelda-King's Avatar
Zelda-King Zelda-King is offline
 
Join Date: Nov 2002
Location: London, England
Posts: 674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you're referring to the index page add-on you can just change the .css URL in your FORUMHOME template to that of your forum's style sheet... but that doesn't look very good.

That is an issue really... especially for darker styles or those that use certain flourescent colour combinations.

You could also consider taking the code from the .css file (for this hack) and adding that code to the CSS in your admin cp style options, and then just editing the colours. The way this hack currently works, I think that's the easiest option. The only thing I don't like about that is you have to use hexidecimal values. You can't just put "alt1", etc... so if you were to alter your style you'd need to manually chnage those colour settings.
Reply With Quote
  #240  
Old 08-22-2004, 08:13 AM
Coyote75 Coyote75 is offline
 
Join Date: Aug 2004
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I get a 404 not found in my user profile field when using my admin cp.
Reply With Quote
  #241  
Old 08-23-2004, 04:12 AM
Wential Wential is offline
 
Join Date: Aug 2004
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was considering installing this. Based on the posts I've been reading, is it more trouble than it's worth?
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 12:59 PM.


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.05324 seconds
  • Memory Usage 2,378KB
  • 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
  • (1)bbcode_code
  • (3)bbcode_php
  • (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
  • (2)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