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(
0 => $vbphrase['edit_profile'],
1 => "$vbphrase[options]: $vbphrase[log_in] / $vbphrase[privacy]",
2 => "$vbphrase[options]: $vbphrase[messaging] / $vbphrase[notification]",
3 => "$vbphrase[options]: $vbphrase[thread_viewing]",
4 => "$vbphrase[options]: $vbphrase[date] / $vbphrase[time]",
5 => "$vbphrase[options]: $vbphrase[other]",
6 => "$vbphrase[options]: $vbphrase[translate]",
7 => "$vbphrase[options]: $vbphrase[ecards]",
8 => "$vbphrase[options]: $vbphrase[webmail]",
9 => "$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