It is currently April 24th, 2024, 5:56 am

New forum style

Discussions about the documentation, main Rainmeter site and forums.
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: New forum style

Post by jsmorley »

Changed the overall width from 1024px to 960px to follow current web standards.
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: New forum style

Post by Seahorse »

Can we get Mark All forums read up the top with view all posts etc, it's a bugger to find at the bottom... :twisted:
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: New forum style

Post by jsmorley »

Seahorse wrote:Can we get Mark All forums read up the top with view all posts etc, it's a bugger to find at the bottom... :twisted:
Done.

My only concern is that logically this only belongs on the "index" page, so it isn't confused with "Mark topics read" when you are viewing an individual forum. There is no easy way to get it to only show up when you are on the index page and not inside a forum when I move it up top with the other "view" links, as it is one common template "header" file that is used in both cases.

I think it will be ok, and I also missed having it up at the top like it is with other styles, so I made the change. Let's give it a go and see if it works out up there.

Edit: I changed the text to "Mark all forums read" instead of "Mark forums read" to address any possible confusion.
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: New forum style

Post by Seahorse »

I doesn't work if you are on a page other than the main page, e.g. I skim through "View unread Posts" then hit "Mark all forums read" then go to the main page they are still unread. Works fine on the main page though.
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: New forum style

Post by jsmorley »

Seahorse wrote:I doesn't work if you are on a page other than the main page, e.g. I skim through "View unread Posts" then hit "Mark all forums read" then go to the main page they are still unread. Works fine on the main page though.
Ah, yeah. It is a function that is designed to be run from the main "index" page, which is why it originally was on a chunk of that html template instead of the overall "header" page I have moved it to. I'd rather not change the underlying PHP that is a part of the core PHPbb and not just this style, so we will have to live with it as is, or move it back to the footer of the index page if this is too confusing.
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: New forum style

Post by jsmorley »

Fixed the code /code tag so select all works correctly in Serenity.

Code: Select all

[Rainmeter]
Author=JSMorley
Update=500

[Metadata]
Name=Weather
Information=Description:|Yahoo Weather Current Conditions | The three displays are Current / Today / Tomorrow||Instructions:|Edit UserVariables.inc to change weather code and colors.  Instructions for gettin Yahoo weather code in UserVariables.inc.
Version=Sep 30, 2011
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0

[Variables]
@Include="#ROOTCONFIGPATH#UserVariables.inc"
MeterDiv=2
MeasureDiv=1200
IconTint=255,255,255,170

[MeterAllBackground]
Meter=IMAGE
W=130
H=268
SolidColor=0,0,0,1
UpdateDivider=-1

;[GATHER WEATHER INFO FROM YahooWeather]===================

[MeasureYahooWeather]
Measure=Plugin
Plugin=WebParser.dll
URL=http://weather.yahooapis.com/forecastrss?w=#Location#&u=#Unit#
RegExp="(?siU)<title>.*- (.*)</title>.*<link>(.*)/\*(.*)</link>.*<description>(.*)</description>.*<language>(.*)</language>.*<lastBuildDate>(.*)</lastBuildDate>.*<yweather:location city="(.*)".*region="(.*)".*country="(.*)".*<yweather:units temperature="(.*)".*distance="(.*)".* pressure="(.*)".*speed="(.*)".*<yweather:wind chill="(.*)".*direction="(.*)".*speed="(.*)".*<yweather:atmosphere humidity="(.*)".* visibility="(.*)".*pressure="(.*)".* rising="(.*)".*<yweather:astronomy sunrise="(.*)".*sunset="(.*)".*<title>(.*)</title>.*<width>(.*)</width>.*<height>(.*)</height>.*<link>(.*)</link>.*<url>(.*)</url>.*<title>(.*)</title>.*<geo:lat>(.*)</geo:lat>.*<geo:long>(.*)</geo:long>.*<link>(.*)/\*(.*)</link>.*<pubDate>(.*)</pubDate>.*<yweather:condition  text="(.*)".*code="(.*)".*temp="(.*)".*date="(.*)".*<img src="(.*)".*Current Conditions:</b><br />(.*)<BR />.*Forecast:</b><BR />(.*)<br />.*(.*)<br />.*<a href="(.*)/\*(.*)">.*provided by <a href="(.*)" >(.*)</a>.*<yweather:forecast day="(.*)".*date="(.*)".*low="(.*)".*high="(.*)".*text="(.*)".*code="(.*)".*<yweather:forecast day="(.*)".*date="(.*)".*low="(.*)".*high="(.*)".*text="(.*)".*code="(.*)".*"
FinishAction=!EnableMeasure MeasureScriptTemp #CURRENTCONFIG#
UpdateRate=#MeasureDiv#

;[Measures]===============================================

[MeasureLink]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureYahooWeather]
StringIndex=3
UpdateRate=#MeasureDiv#

[MeasureNowIcon]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureYahooWeather]
StringIndex=35
UpdateRate=#MeasureDiv#

[MeasureNowWeatherConditions]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureYahooWeather]
StringIndex=34
UpdateRate=#MeasureDiv#

Code: Select all

Second box.             White space.
User avatar
Mordasius
Posts: 1173
Joined: January 22nd, 2011, 4:23 pm
Location: GMT +8

Re: New forum style

Post by Mordasius »

I've just started getting a whole load of Developer Developer Developer stuff across the top of the page with the 'Serenity' forum style. Is this normal?

What's more is I can't seem to add a screenshot/image to this thread.
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: New forum style

Post by jsmorley »

Mordasius wrote:I've just started getting a whole load of Developer Developer Developer stuff across the top of the page with the 'Serenity' forum style. Is this normal?

What's more is I can't seem to add a screenshot/image to this thread.
I'm not getting that. You might want to clear your cache and see if that fixes it.
User avatar
Mordasius
Posts: 1173
Joined: January 22nd, 2011, 4:23 pm
Location: GMT +8

Re: New forum style

Post by Mordasius »

jsmorley wrote:You might want to clear your cache and see if that fixes it.
That cleared the Developer Developer Developer stuff but I still can't add a screenshot to show you what it looked before clearing the Firefox cache even after a windows re-start.

I get the option to add an image on other threads.
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: New forum style

Post by jsmorley »

Mordasius wrote: That cleared the Developer Developer Developer stuff but I still can't add a screenshot to show you what it looked before clearing the Firefox cache even after a windows re-start.

I get the option to add an image on other threads.
So you are not getting the "attach" dialog(s) when you create a post in this thread?
9-9-2012 12-16-30 PM.jpg
You do not have the required permissions to view the files attached to this post.