TIP: Stop fussing with forums you don't want to read

TCBlack
TCBlack Member Posts: 10,980 ✭✭✭
edited November 2024 in English Forum

I don't want to read all of the forums...

...and I hate multiple steps of

  1. load page
  2. find the mark as read button and click it
  3. close the page. 
  4. NOW you can read the ones you care about.

Sure it's trivial, and to an extent much of this can be done from the forum home page.  However there are subforums that make you open a the forum, and then load the subforums.  There has to be a work around.  Besides, I like shortcuts.  That's why I use Logos instead of the TOC in all my paper books.

This one is a little off topic perhaps but it's long on help for the many of us who endeavor to keep up with the forums in general but who do not want to read all of the forums.

Case in point, I do not own a MAC and thus I really don't want to read the Logos 4 Mac forum or the Logos for Mac 1 forum  (forums #75 and #46 respectively)

Nor do I have the new video series on learning Hebrew and Greek (though I feel like the only one who didn't get it.  Too bad I didn't have the money.  sigh.)  That said I do not want to read the head forum "Learn to Use ..." or the sub forums Greek with Logos Bible Software and Hebrew with Logos Bible Software.   (forum numbers #83 ,#84 and #85 respectively.)

 

Where are you getting those numbers?

The Forum numbers are coming from the addresses of the forums.  Hover over a forum link, like one of those above and look at the task bar in your browser, (or right click and choose properties) you'll see the actual link for the Hebrew with Logos Bible Software forum is: http://community.logos.com/forums/85.aspx .

Why do the forum numbers matter?

It matters because we're going to use those numbers and links in order to create a script page which will....

  1. Load each of the forums you're not interested in and mark them read
  2. automatically refresh after a few seconds and drop you in a list of all the unread posts from the forums you do want to keep up with.

What else do I need?

Before we get started you're going to need to get a little snippet of javascript.  I'll tell you what it is, but I also want you to know how I got it.  Yes 

Click on a forum name and look at the top right hand corner and you'll see two links.

One says  "Write a New Post" , the other says "Mark all read"  It's the one which says "mark all read" that we're going to use.  hover over it as instructed above and you can see the javascript which is this:

javascript:__doPostBack('ctl00$ctl00$bcr$bcr$MarkAllReadForm1$ctl01$MarkAllRead','')

Notice at the very end of the line just before the close parenthesis that is not a double quote: "  it is two single quotes: ''.  The distinction is vital. 

The single quotes mean that some data can go in there, an additional variable if you will.  Only that additional variable is not declared because it is the current page address

The Solution!

The solution to not wanting to read a forum and just mark it read with a single click then is to call that javascript with the proper page address.

Thus to mark any given forum as read we use the javascript with the page address inserted between the double quotes.

For instance to mark all of the "Greek with Logos Bible Software" (Forum #84) as read simply use the following address in a link or shortcut.:

 javascript:__doPostBack('ctl00$ctl00$bcr$bcr$MarkAllReadForm1$ctl01$MarkAllRead','http://community.logos.com/forums/84.aspx

As you can see, if you know the forum number you can make a quick link for any forum you don't want to mess with and simply mark them as read.

Next steps.

From here you have a few options.  You could simply create a shortcut for all of the forums you don't like and click it, or automate it with a script.

Or here's a fun and workable one. 

In your web browser create a link /bookmark folder and put bookmarks for all of these forums in there.  put the bookmark folder on your taskbar and with a single center click on the folder, all of the tabs will open and mark themselves read, leaving the last one for the unread posts. 

Hope this helps!

 

Hmm Sarcasm is my love language. Obviously I love you. 

Comments

  • TCBlack
    TCBlack Member Posts: 10,980 ✭✭✭

    Argggh,

    Back to the drawing board.  It was working as I typed/pasted  in the addresses  in my address bar and hit enter, but links on a page aren't working.  I've got to figure this one out.

    Hmm Sarcasm is my love language. Obviously I love you. 

  • TCBlack
    TCBlack Member Posts: 10,980 ✭✭✭

    Hmmm, I've found some resources which indicate that in order for this to work the page has to load first because it has to be run from the serverside rather than initiated at clientside without an extant server connection.

     

    Any other guru's want to help?  I'm at a standstill.

    Hmm Sarcasm is my love language. Obviously I love you. 

  • Ken Shawver
    Ken Shawver Member Posts: 519 ✭✭

    Thomas, I really like your idea here as there are numerous forums I do not have any need to venture in (i.e. like you I don't have a MAC, nothing against them just perfer a PC). So this would be really nice to have. Sorry don't have the tech knowledge on this level to help.

    Nor do I have the new video series on learning Hebrew and Greek (though I feel like the only one who didn't get it.  Too bad I didn't have the money.  sigh.) 

    Well you weren't the only one not to get them I didn't either for a simlar reason. Original Language DVDs or brakes for my wife's van...hmmm....brakes won out and now they are financially out of reach. Bummer, but looking forward to hear how folks like them (yes I like torturing myself [:S]).

    In Christ,

    Ken

    Lenovo Yoga 7 15ITL5 Touch Screen; 11th Gen Intel i7 2.8Ghz; 12Gb RAM; 500Gb SDD;WIN 11

    http://wiki.logos.com/

  • Dan
    Dan Member Posts: 217 ✭✭

    I just subscribe to and read the RSS feeds of the forums I want. Seems much simpler.

  • TCBlack
    TCBlack Member Posts: 10,980 ✭✭✭

    DanGiese said:

    I just subscribe to and read the RSS feeds of the forums I want. Seems much simpler.

    Makes it harder to respond to as many threads though i think.  That and I no longer use an RSS reader. [:D]  Glad it works for you though.

    Hmm Sarcasm is my love language. Obviously I love you. 

  • Rosie Perera
    Rosie Perera Member Posts: 26,194 ✭✭✭✭✭


    DanGiese said:

    I just subscribe to and read the RSS feeds of the forums I want. Seems much simpler.

    Makes it harder to respond to as many threads though i think.  That and I no longer use an RSS reader. Big Smile  Glad it works for you though.


    Yeah, I use an RSS reader for reading a few blogs I follow, but as soon as I want to comment on something, I have to go to the blog itself anyway. With the Logos forum I reply to so much that an RSS feeder would just be a cumbersome interference. But I can see how it would be helpful for those who just want to read and try to learn and keep up with descriptions of new features, etc.

    EDIT: I would like to have a script to be able to easily mark as read the forums I'm not interested in, though, so Thomas hopefully someone else will help you figure that out.

  • BillS
    BillS Member Posts: 3,805 ✭✭✭

    Hi Tom,

    I'm with you on wanting to focus on just SOME forums... On the main forum page,  it'd sure be nice if we could have checkboxes beside each forum that we could check as an additional filter for what gets shown below. (Only checked forums get shown--I don't really care whether other posts get marked read or not, as long as I never have to see them).

    I'd even be happy with an interim step--if we could check them all & mark all the posts read in ALL CHECKED FORUMS AT ONCE rather than having to click each forum separately....

    Grace & Peace,
    Bill


    MSI GF63 8RD, I-7 8850H, 32GB RAM, 1TB SSD, 2TB HDD, NVIDIA GTX 1050Max
    iPhone 12 Pro Max 512Gb
    iPad 9th Gen iOS 15.6, 256GB

  • TCBlack
    TCBlack Member Posts: 10,980 ✭✭✭

    Hmm Sarcasm is my love language. Obviously I love you. 

  • JimTowler
    JimTowler Member Posts: 1,383 ✭✭✭

    BillS said:

    I'm with you on wanting to focus on just SOME forums... On the main forum page,  it'd sure be nice if we could have checkboxes beside each forum that we could check as an additional filter for what gets shown below. (Only checked forums get shown--I don't really care whether other posts get marked read or not, as long as I never have to see them).

    Same!

    Sometimes there are ways to force work-arounds or hacks, and make something kind-of work better. Much nicer if the system supports a thing officially, then it works better with less issues in general.

    There are some forums I'd rather filter from the "All Unread" etc. (This was not much of an issue before we got a few new ones, and sub-forums in the last little while. It works OK until then.)

  • Rosie Perera
    Rosie Perera Member Posts: 26,194 ✭✭✭✭✭

    BillS said:


    I'm with you on wanting to focus on just SOME forums... On the main forum page,  it'd sure be nice if we could have checkboxes beside each forum that we could check as an additional filter for what gets shown below. (Only checked forums get shown--I don't really care whether other posts get marked read or not, as long as I never have to see them).

    Yes, that would be a great idea! But only if it remembered the state of all the checkboxes between visits (assuming we're still logged on with our user account). I'd hate to have to go through each time and check all the boxes of the forums I'm not interested in. That's hardly different from clicking "Mark Forum Read" on all the forums I'm not interested in.