The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VB World Weather Details »» | |||||||||||||||||||||||||
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
|
Comments |
#42
|
||||
|
||||
Quote:
That's the array in profile.php , yes? It did nothing to fix the 'lack of a button to press to choose the location' problem tho. Now I am getting: Warning: file_get_contents(forecast.php?wid=4416&lid=66235) : failed to open stream: No such file or directory in /public_html/forums/includes/functions_weather.php on line 184 ... when I add a valid number manually into the text box. |
#43
|
|||
|
|||
Quote:
If your having a hard time installing the DB because it is to big, install it in parts! Download this file.... http://www.ya-right.com/sql.zip unzip it, then install every file starting at (1) to (8), make sure you install it in order 1, 2, 3, 4, 5, 6, 7, 8 this is very important! I have installed this on 7 boards today already, and I am working on 3 right now. (3) of those had the same trouble, so spliting the INSERT up seems to have worked for me, I hope it will for you! Sonia |
#44
|
||||
|
||||
great! thanx! I'll do it now
|
#45
|
||||
|
||||
Yeah, I've found also that the only mentioning of the profile field ids are in the profile.php file mod you do. I don't have the problem with the Select button not appearing, instead even after I pick and Region and Location etc. it doesn't display it in 'Current Location:' afterward. That's no doubt due to the Profile Field IDs being inconsistant, but adjusting the profile ids in the profile.php mod above still doesn't solve this. I'm sure there's something I'm missing.
|
#46
|
||||
|
||||
Quote:
Missed the 'make field private' instruction on the last field. Still getting the Warning: file_get_contents(forecast.php?wid=4416&lid=66235) : failed to open stream: No such file or directory error tho. Any thoughts on this? |
#47
|
|||
|
|||
Quote:
can you give a screen shot of your admin panel userprofile fields manager and also send me your (2) files profile.php, functions_user.php.... Send to Fataqui@ya-right.com I will look them over real quick and tell you what you must do! Also if I could access your board to see what is happening it would help me help you much better! Sonia |
#48
|
|||
|
|||
Quote:
I thought about this so many dam times, I should of wrote a simple test to see where php was placing the url, but I did not, give me a second to write a quick one liner to fix this! Sonia |
#49
|
||||
|
||||
*waits patiently*
This has the potential to be really cool. Am now trying to work out how the 'location' type info could be integrated with the much-vaunted "Display your users' locations on a world map" mod... |
#50
|
|||
|
|||
Quote:
Go to ./includes/ And open functions_weather.php Search for..... Code:
function fetch_new_weather ( $in ) Below that, does your code look like this..... Code:
global $vbphrase, $vboptions; $data = array (); $soap_server = $vboptions['homeurl'] . '/forecast.php?wid=' . $in . '&lid=' . WEATHER_ID; Sonia |
#51
|
|||
|
|||
Did you want the php file, or just the text from it?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|