| RCCars | Crack Roll | Flying Giants | RC Power | The E Zone | Lift Zone | Our Sponsors | |||||||||
|
|
||||||||||||||
|
|
#16 |
|
Registered User
Join Date: Jan 2007
Location: @Home
Posts: 909
|
I've given up on "learning to love" this new feature (I hate having to click around for basic functionality), so I've decided to create a workaround. This will only work for Windows users who use their beloved Internet Explorer
, however I'm sure it can be ported over to other platforms, such as Firefox, Safari (OS X) or whatever.So if you're using Internet Explorer in Windows (tested with IE7 on XP), create a new "Text Document" on your desktop (right-click on your desktop, select "New", followed by "Text Document"), rename it to "RCG - Mark All Read.vbs" (or any other name you like, as long it has a .vbs for file extension), right click on the newly created document, select "Edit", and your newly created VB script should open in Notepad. Proceed by copying the following code into the newly created script file: Code:
Dim aForums, I
' Fill in your own forum ID tags
aForums = Array(16, 226, 259)
Set oIE = CreateObject("InternetExplorer.Application")
oIE.Visible = False
oIE.FullScreen = False
For I = 0 To UBound(aForums)
oIE.Navigate "http://www.rcgroups.com/forums/forumdisplay.php?do=markread&f=" & aForums(I)
WScript.Sleep(100)
Next
oIE.Quit
Set oIE = Nothing
The 100 millisecond sleep function should work in most cases, although slower Internet connections may require larger value. Keep in mind that if you make the value too big, your browser could download the complete sub-forum list (up to 100kB per hit), or if you make it too small, the request will not have sufficient time to register, therefore this method will not work. One could drop the array and create a for..loop, however please don't do it. It will generate unnecessary hits to rcgroups.com and goes against Internet etiquette. Enjoy, Vas |
|
|
|
|
#17 | |
|
Bee stung AMA37826
|
Quote:
Thanks Mike |
|
|
|
|
|
#18 | |||
|
RCGroups tech support
|
Quote:
Quote:
Quote:
David: you are welcome! |
|||
|
|
|
|
#19 |
|
Rsetiegerd Uesr
|
|
|
|
|
|
#20 | |
|
Join Date: Jan 2000
Location: Dayton Intl, Ohio, United States
Posts: 3,533
|
Quote:
Azarr |
|
|
|
|
|
#21 |
|
characters welcome
Join Date: Feb 2000
Location: San Diego, Calif.
Posts: 18,164
|
I'm getting to like it due to the way that if I DON'T mark forums read it doesn't do it for me. The times Ive had to walk away, the system goes to sleep and I wind up checking dates for the latest posts makes it worth it. A user-selective option would be nice though.
mw |
|
|
|
|
#22 | |
|
Registered User
Join Date: Jan 2007
Location: @Home
Posts: 909
|
Quote:
![]() Either way, I understand the site needs to upgrade due to security reasons, features, world moving on, etc., and that you (as site admins) are stuck with what you get. My workaround works for me and I'm fine with that. So I wouldn't be completely selfish , I'm sharing it with others in case someone else finds a use for it.Vas |
|
|
|
|
|
#23 | |
|
Registered User
Join Date: Nov 2003
Location: Staffs, UK
Posts: 5,299
|
Quote:
.Options are good because we really aren't all the same (which I'd guess is a relief to both of us ).Steve |
|
|
|
|
|
#24 |
|
Tony Rogers
Join Date: Sep 2003
Location: Bath, UK
Posts: 2,134
|
I have bookmarked the "mark forums read" link at the bottom of the Home page. When I have finished browsing, I just hit the link from my favorites/bookmarks menu.
As long as I remember to do it, I get the best of both worlds. If I can't browse everything all at one time, I can come back later. Then, when I'm done, hit the link. |
|
|
|
|
#25 | ||
|
characters welcome
Join Date: Feb 2000
Location: San Diego, Calif.
Posts: 18,164
|
Quote:
Quote:
mw |
||
|
|
|
|
#26 | |
|
Registered User
Join Date: Jan 2007
Location: @Home
Posts: 909
|
Quote:
Vas |
|
|
|
|
|
#27 |
|
characters welcome
Join Date: Feb 2000
Location: San Diego, Calif.
Posts: 18,164
|
It would be handy I would think. I can't help there though.
mw (with no key to the Executive Washroom) |
|
|
|
|
#28 |
|
a little kid at heart
Join Date: Sep 2004
Location: Poulsbo, Wa
Posts: 829
|
"mark forums read"
Thanks guys!!!! Bill |
|
|
|
|
#29 |
|
AMA #874520
Join Date: May 2004
Location: Victor Idaho
Posts: 2,297
|
Love the new system.
I used to check a few forums, have to leave, and then when I come back find forums I didn't even visit show as "read". It was the single biggest cause of missing a post, sometimes on my own threads. Some of the more obscure forums I only visit once a month or so. Now, I will see what I have not read yet without even thinking about it. thumbs up, -Steve |
|
|
|
|
#30 |
|
Stress Be Gone
|
I think the new system of it not automatically marking the old stuff as read sucks. I find it a pain in the butt to constantly have to click the Mark Forum as read button. This isn't a better feature as it now exists. I've been using it now as others have and just don't like it. Flying Giants uses the same crappy feature and I don't like it their either.
|
|
|
|
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Suggestion Thanks for the way you now mark threads as read, | Rodney | Site Suggestions / Complaints | 0 | Aug 21, 2008 01:01 PM |
| I've read all the threads on the PKZ P51 launch techniques, but............... | Ron D | Parkflyers | 15 | Apr 04, 2006 04:29 AM |
| Mark all threads in a single forum read | ivanc | Site Suggestions / Complaints | 2 | Jan 05, 2006 12:22 PM |
| 'Mark All Subscribed Forums read' link request | ElectriFan | Site Chat | 10 | May 06, 2003 11:32 PM |
| Mark all forums read not working! | boomerace | Site Chat | 5 | Mar 29, 2002 12:49 PM |