Quote:
Originally Posted by nineball
I have it working on my site.
You need to set up a new module
module - weather.php
template - blank
template used - world_weather
You need to have the forumhome stuff installed and it should work.
|
I forgot to mention that you need to change the field numbers in the module weather.php to match your field numbers.
I already had a custom field, so I am using 6,10. If you didn't then you would use 5,9
// special tags you need to change ( 2 -> field_start, field_end )
$w_fields = array ( '6', '10' );