Thread Tools Display Modes
02/17/19, 07:33 AM   #1
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Add "Jump to Last comments" link to "My AddOn list" list header

Hey Dolby,

could you either please add an extra entry to the main menu, where I click on "Author" and then can choose "last comments" and it will show me the page "My AddOn List" scrolled down to the "Last comments" section.

Or add a link here at the top of the "My AddOn List" page so I can directly scroll to the "Last comments".



The 2nd attempt should be easily doable with a #lastComments tag I think.
This would be a great help to read the comments as I do not want to read them from a RSS feed. Thanks!
  Reply With Quote
02/17/19, 08:14 AM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
I've adjusted the page css for myself so I see both the addons and comments at once via the firefox extension "Stylus":

Code:
.box-content {
    max-height: 400px;
    overflow-y: auto;
  }
Maybe something that ESOUI could do natively?
  Reply With Quote
02/17/19, 08:27 AM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
I'd prefer a non boxed content with easy navigation possibilities to jump between top of page and comments.
Easier to use on smartphone and tablet browser imo.
  Reply With Quote

ESOUI » Site Forums » Site help, bugs, suggestions/questions » Add "Jump to Last comments" link to "My AddOn list" list header

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off