View all posts

General feedback and discussion of the game.

Moderator: Forum Moderators

Post Reply
datnt2509
Posts: 1
Joined: August 21st, 2019, 3:06 am

View all posts

Post by datnt2509 »

Is there a "view all posts after last visit" option at the forums? If not there should be one. TIA for reading this.
User avatar
Ravana
Forum Moderator
Posts: 3009
Joined: January 29th, 2012, 12:49 am
Location: Estonia
Contact:

Re: View all posts

Post by Ravana »

It is search.php?search_id=newposts

I use

Code: Select all

// ==UserScript==
// @name         View New Posts
// @version      0.2
// @description
// @author       Ravana
// @match        ://forums.wesnoth.org/*
// @require http://code.jquery.com/jquery-latest.js
// ==/UserScript==

$("#nav-main").append('<li data-last-responsive="true"><a href="/search.php?search_id=newposts" rel="newposts" title="New Posts" role="menuitem"><i class="icon fa-question-circle fa-fw" aria-hidden="true"></i><span>New Posts</span></a></li>');
to add it to main row. Otherwise it is available from quick links.
Post Reply