Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4018) - 28 March 2024

Legacy Cumulus 1 release v1.9.4 (build 1099) - 28 November 2014 (a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Open Forum in New Tab.

From build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since. He has made the code available on GitHub. It is Mark's hope that others will join in this development, but at the very least he welcomes your ideas for future developments (see Cumulus MX Development suggestions).

Moderator: mcrossley

Post Reply
Phil23
Posts: 884
Joined: Sat 16 Jul 2016 11:59 pm
Weather Station: Davis VP2+ & GW1000 (Standalone)
Operating System: Win10 Pro / rPi Buster
Location: Australia

Open Forum in New Tab.

Post by Phil23 »

Hi All,

Sort of know the answer to this but not quite.
Just want the Forum link to open in a new tab, but not sure if I can do it with the tag in place or whether I just need to hard code it.

Have successfully edited the htm file as a test, but obviously I know it's the template that should be changed.
(Added target="_blank")

Code: Select all

 <td class="td_navigation_bar">

          :<a href="index.htm">now</a>: :<a href="gauges.htm">gauges</a>: :<a href="today.htm">today</a>: :<a href="yesterday.htm">yesterday</a>: 
          :<a href="thismonth.htm">this&nbsp;month</a>: :<a href="thisyear.htm">this&nbsp;year</a>: :<a href="record.htm">records</a>: 
          :<a href="graphs.htm">graphs</a>: :<a href="https://cumulus.hosiene.co.uk/" target="_blank">forum</a>: 
          :<a href="http://weather.inverellit.com/webcams.htm">webcam</a>:

 </td>
So can I fit it in with this with the <#forum> tag?

Code: Select all

:<a href="graphs.htm">graphs</a>: <#forum> <#webcam>
:Now: :Today/Yesterday:

Image

Main Station Davis VP2+ Running Via Win10 Pro.
Secondary Stations, Ecowitt HP2551/GW1000 Via rPi 3 & 4 Running Buster GUI.
:Local Inverell Ecowitt Station: :Remote Ashford Ecowitt Station:
User avatar
mcrossley
Posts: 12697
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Open Forum in New Tab.

Post by mcrossley »

I'd hard code it.
Post Reply