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 |
#222
|
|||
|
|||
Quote:
Yes I did. I fixed the profile.php but I still have nothing showing on my main forum page. |
#223
|
|||
|
|||
Okay I got it to show but it doesn't match my default theme. How can I make it match?
|
#224
|
|||
|
|||
Quote:
|
#225
|
|||
|
|||
Ok, fixed my previous errors, had to do with the fact I was on a pivate lan trying to access a NetBio name (http://linserv) when I typed in the IP and acessed it that way, no more errors, however I have one problem with my tempolate, and I cannot figure out where it went wrong? Seeing how I did a direct copy and paste. Attached is an image of the offending page abd right below is the temopplate code...
cuurent_weather_one Code:
</td> </tr> <tr> <td height='20' class='shead'>$tpl[location_header]$tpl[location]</td> </tr> <tr> <td height='6'></td> </tr> <td class='ninfo'> <table border='0' cellpadding='0' cellspacing='0' width='100%'> <tr> <td width='32%' height='20' class='ihead'>$tpl[rsun_text]</td> <td height='20' width='2%'></td> <td width='32%' height='20' class='ihead'>$tpl[time_text]</td> <td height='20' width='2%'></td> <td width='32%' height='20' class='ihead'>$tpl[ssun_text]</td> </tr> <tr> <td colspan='5' height='6'></td> </tr> <tr> <td width='32%' height='20' class='pinfo'> <table width='100%'> <tr> <td width='30%' class='pinfo'><img src='$tpl[rsun_icon]' title='$tpl[rsun_text]' alt='' /></td> <td width='70%' class='pinfo'>$tpl[sun_rise]</td> </tr> </table> </td> <td height='20' width='2%'></td> <td width='32%' height='20' class='pinfo'>$tpl[local_time]</td> <td height='20' width='2%'></td> <td width='32%' height='20' class='pinfo'> <table width='100%'> <tr> <td width='30%' class='pinfo'><img src='$tpl[ssun_icon]' title='$tpl[ssun_text]' alt='' /></td> <td width='70%' class='pinfo'>$tpl[sun_set]</td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td height='6'></td> </tr> <tr> <td class='ninfo'> <table border='0' cellpadding='0' cellspacing='0' width='100%'> <tr> <td width='34%' class='atc'> <table border='0' cellpadding='0' cellspacing='0' width='98%'> <tr> <td height='20' class='ihead'>$tpl[cuurent_header]</td> </tr> <tr> <td height='16'></td> </tr> <tr> <td height='20' class='pinfo'>$tpl[current_text]</td> </tr> <tr> <td height=20 class='pinfo'><img src='$tpl[current_icon]' title='$tpl[current_text]' alt='' /></td> </tr> <tr> <td height='20' class='pinfo'><b>$tpl[current_temp]</b></td> </tr> </table> </td> <td width='66%'> <table border='0' cellpadding='0' cellspacing='0' width='98%'> <tr> <td height='20' class='pinfo'>$tpl[current_time]</td> </tr> <tr> <td height='4'></td> </tr> <tr> <td> <table border='0' cellpadding='0' cellspacing='0' width='98%'> <tr> <td height='20' width='47%' class='ihead'>$tpl[humd_header]</td> <td height='20' width='3%'></td> <td height='20' width='50%' class='pinfo'>$tpl[current_humd]</td> </tr> </table> </td> </tr> <tr> <td height='4'></td> </tr> <tr> <td> <table border='0' cellpadding='0' cellspacing='0' width='98%'> <tr> <td height='20' width='47%' class='ihead'>$tpl[vis_header]</td> <td height='20' width='3%'></td> <td height='20' width='50%' class='pinfo'>$tpl[current_vis]</td> </tr> </table> </td> </tr> <tr> <td height='4'></td> </tr> <tr> <td> <table border='0' cellpadding='0' cellspacing='0' width='98%'> <tr> <td height='20' width='47%' class='ihead'>$tpl[ultra_header]</td> <td height='20' width='3%'></td> <td height='20' width='50%' class='pinfo'>$tpl[current_ultra]</td> </tr> </table> </td> </tr> <tr> <td height='4'></td> </tr> <tr> <td> <table border='0' cellpadding='0' cellspacing='0' width='98%'> <tr> <td height='20' width='47%' class='ihead'>$tpl[baro_header]</td> <td height='20' width='3%'></td> <td height='20' width='50%' class='pinfo'>$tpl[current_baro] <span><img border='0' src='$tpl[icon_baro]' alt='' /></span></td> </tr> </table> </td> </tr> <tr> <td height='4'></td> </tr> <tr> <td> <table border='0' cellpadding='0' cellspacing='0' width='98%'> <tr> <td height='20' width='47%' class='ihead'>$tpl[direct_header] ($tpl[direct_type])</td> <td height='20' width='3%'></td> <td height='20' width='50%' class='pinfo'>$tpl[current_direct]</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> |
#226
|
|||
|
|||
A little more info
Here are the rest of the images, like I said, everything works create (btw, I implemented the css file, which was wrong cuz it was only pointing to the foler /forcast and not /forums/forcast, still didn;t fix the problem though) EDIT Never mind folks, did a repast, seems I missed a <table> tag... LOL all works GREAT and I clicked the Install button. Awsome script.... |
#227
|
|||
|
|||
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? |
#228
|
|||
|
|||
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!?] thanks very much for the help |
#229
|
|||
|
|||
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:
|
#230
|
||||
|
||||
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:
The code below is the other code... which leaves uncached weather templates anyway; PHP Code:
PHP Code:
|
#231
|
||||
|
||||
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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|