Return page after marking forums read

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • attroll
    Senior Member
    • Jan 2003
    • 1093
    • 4.2.X

    Return page after marking forums read

    I don't know if this is considered a hack and should be posted on vB.org or not. But I have edited my navbar so that when I am within a certain forum it uses a custom style. Within that custom style I have edited the navbar so that it will only mark that forum as read. There are two spots in the navbar where I had to edit the code to the forum ID to mark that forum as read. Here is the code I changed it to:

    Before
    Code:
    do=markread
    After
    Code:
    do=markread&f=75
    I have this working the way I want. But after I mark the forum as read with the new code I changed it takes me back the the main forum directory/listing.

    My question is.

    How do I make it so it takes me back to where I was when I marked that particular forums as read?

Related Topics

Collapse

Working...