Page 2 of 2

Re: This is for Steve: Issue with humidity units on records

Posted: Tue 09 Dec 2014 12:44 am
by beteljuice
RH can only be % so it would be 'safe' to do:

Code: Select all

<tr class="td_data">
<td><?php echo $Tr_humH; ?></td>
<td class="right_align"><span id="HumH"><?php echo $humH; ?></span> %</td>
<td id="HumHT"><?php echo $ThumHF; ?></td>
</tr>
<tr class="td_data">
<td><?php echo $Tr_humL; ?></td>
<td class="right_align"><span id="HumL"><?php echo $humL; ?></span> %</td>

Re: This is for Steve: Issue with humidity units on records

Posted: Tue 09 Dec 2014 1:33 am
by Freezeville
beteljuice wrote:RH can only be % so it would be 'safe' to do:

Code: Select all

<tr class="td_data">
<td><?php echo $Tr_humH; ?></td>
<td class="right_align"><span id="HumH"><?php echo $humH; ?></span> %</td>
<td id="HumHT"><?php echo $ThumHF; ?></td>
</tr>
<tr class="td_data">
<td><?php echo $Tr_humL; ?></td>
<td class="right_align"><span id="HumL"><?php echo $humL; ?></span> %</td>
Well, I was sure this would work. I replaced the code in the file with what you gave me, and it made no change in my site whatsoever... Yes, I did clear the browser cache, and even forced a web update in Cumulus twice. It still shows the humidity in degrees F on my Records page. I also did a search to make sure there was only one multirecords_txt.php file in the entire Cumulus folder and there is only one. I have to assume that everyone using that template has that error, but I wonder why no one has noticed it.

SOLVED! Issue with humidity units on records page

Posted: Wed 10 Dec 2014 12:49 am
by Freezeville
It's fixed! Jacques fixed the problem and I used the management utility to update the file. Now it shows humidity in percent as it should. Thanks everyone for your help.

Re: This is for Steve: Issue with humidity units on records

Posted: Wed 10 Dec 2014 6:30 pm
by duke
May I suggest a change of title to the thread?