2 Hopefully quick adds/fixes

2 Hopefully quick adds/fixes

in Forum and Website Bugs

Posted by: Chariot.5240

Chariot.5240

Couple of issues with the website, although overall I really love how many different forums there are.

Issue #1: Search function, does not function.

Issue #2: Would be amazing awesome to see the start date/time of an OP without having to go into the thread.

Likely to be FAQ:

Q: These issues have already been spoken about on other threads.
A: Please see issue #1

=D

2 Hopefully quick adds/fixes

in Forum and Website Bugs

Posted by: smiley.1438

smiley.1438

#1: https://forum-en.gw2archive.eu/forum/support/forum/Search-feature-not-working

#2: You can at least display the time of the last message with something like greasemonkey/tampermonkey:

div.topic > span.title > a.topic

holds a dataset value

data-last-message="2014-09-05T18:37:05Z"

see also: https://gist.github.com/codemasher/f8a367b2d202afcc201e#file-ws-forumtweak-js

(edited by smiley.1438)