Forum Features
MarkersMake
Posts: 392 Mover and Shaker
Hey everyone,
I thought I would take a break from PvE and took a quick look into some of the issues people have been having with the new forum. Some people may already know most of this, but for the rest, here's a list of what I found:
Recent Discussions
Mark Forum Read
Font Colors
Custom Icons
Hopefully people find this useful.
@Brigby, maybe this might get your web dev person pointed in the right direction on some of the requested forum features. I know there's always a to-do list, and a production environment is never as simple as a local test server, but this might cut down some of the time it takes to get a few of these things implemented. I can post the code changes I made if it helps - it's mostly just editing an array to include references to all of the custom icons.
I thought I would take a break from PvE and took a quick look into some of the issues people have been having with the new forum. Some people may already know most of this, but for the rest, here's a list of what I found:
Recent Discussions
Some
people only want to see the most recent discussions, rather than go
through each forum. This is an actual feature of Vanilla - you just
need to bookmark this link:
https://forums.d3go.com/index.php?p=/discussions
It would be nice if that link were accessible by clicking the gear icon beside your profile name as it is in the default installation, but it may have been removed because MPQ shares the forum installation with other games, and all the other sub-forums show up in the list as well.
Fortunately, there is an easy workaround. You just have to go to the main forum page (https://forums.d3go.com/) and "mute" (see link to screenshot below) each of the other subforums; then they won't show up in the Recent discussions page . It'll probably take you about 2 minutes to mute all the ones you don't care about.
NOTE that the recent discussions page will show you the most recent posts, regardless of whether or not you have read them. Posts that you have not read will have the orange "New" flag on them, though.
https://forums.d3go.com/index.php?p=/discussions
It would be nice if that link were accessible by clicking the gear icon beside your profile name as it is in the default installation, but it may have been removed because MPQ shares the forum installation with other games, and all the other sub-forums show up in the list as well.
Fortunately, there is an easy workaround. You just have to go to the main forum page (https://forums.d3go.com/) and "mute" (see link to screenshot below) each of the other subforums; then they won't show up in the Recent discussions page . It'll probably take you about 2 minutes to mute all the ones you don't care about.
NOTE that the recent discussions page will show you the most recent posts, regardless of whether or not you have read them. Posts that you have not read will have the orange "New" flag on them, though.
Mark Forum Read
You may have noticed in the above screenshot that there is also a "Mark Read" option for each forum listed on the main page. It's also there when you are actually in a forum too "Mark Category Viewed". The "Mark All Viewed" option will mark posts in all forums as read, not just the one you are viewing.
Font Colors
Font colors are handy for a lot of guides and references, but they don't seem to be an option in the new forum. Fortunately, they are indeed built into the editor - they just have to be enabled.
I installed Vanilla Forums (2.3) on my local webserver (XAMPP on OSX), and installed the Advanced Editor Config plugin (https://open.vanillaforums.com/addon/aeconfig-plugin), which allows you to enable some of the additional features on the editor, including colors. Yay!
Naturally, since I had gone to the trouble of installing it anyway, I thought I would check into...
I installed Vanilla Forums (2.3) on my local webserver (XAMPP on OSX), and installed the Advanced Editor Config plugin (https://open.vanillaforums.com/addon/aeconfig-plugin), which allows you to enable some of the additional features on the editor, including colors. Yay!
Naturally, since I had gone to the trouble of installing it anyway, I thought I would check into...
Custom Icons
Yep, they can be set up too.
There are two options:
1) Create your own custom set of emojis and use the Emoji Extender (Emoji Sets) plugin to set it as active, or
2) Just modify the current default one (Apple Emoji) and add the icons to that emoji set
Either option requires putting the custom icons in the appropriate emoji folder (/vanilla/plugins/EmojiExtender/emoji/<emoji set folder name>), and modifying the manifest.php file in that folder.
There are two options:
1) Create your own custom set of emojis and use the Emoji Extender (Emoji Sets) plugin to set it as active, or
2) Just modify the current default one (Apple Emoji) and add the icons to that emoji set
Either option requires putting the custom icons in the appropriate emoji folder (/vanilla/plugins/EmojiExtender/emoji/<emoji set folder name>), and modifying the manifest.php file in that folder.
Hopefully people find this useful.
@Brigby, maybe this might get your web dev person pointed in the right direction on some of the requested forum features. I know there's always a to-do list, and a production environment is never as simple as a local test server, but this might cut down some of the time it takes to get a few of these things implemented. I can post the code changes I made if it helps - it's mostly just editing an array to include references to all of the custom icons.
12
Comments
-
Is a custom Emoji Extender the only way to get the character, gem, color flag icons? I see a ton of people using them, especially in the character discussion section.
There is no BBCode Guide, the links that refer to one don't go to an active page.0 -
@MarkersMake
Thanks for this compiled list! It will definitely help us in identifying ways to implement those sought after features. While I'm not sure if they are 100% translatable to a production environment, I'll be sure to pass it along to the team for reference.0 -
ajfahre said:Is a custom Emoji Extender the only way to get the character, gem, color flag icons? I see a ton of people using them, especially in the character discussion section.
There is no BBCode Guide, the links that refer to one don't go to an active page.
It would be way easier if they were actually in the current forum as custom icons, as pointed out by the OP.
See this thread for all the icons: http://forums.d3go.com/discussion/63526/forum-formatting-question#latest
0 -
Don't forget an ignore feature. For a forum so concerned with not hurting anyone's feelings, you would think a feature that let us block those people that could potentially "set off" a user would have been priority number one in the redesign.
It would be extra sweet if that feature not only blocks what they post, but totally erased their presence on the forum if we choose to ignore them.0 -
ajfahre said:Is a custom Emoji Extender the only way to get the character, gem, color flag icons? I see a ton of people using them, especially in the character discussion section.
The Emoji Extender is a core function of Vanilla, so it's just making a custom Emoji set (i.e. copying the icons into a folder and editing one file to list them all) and enabling it. Nothing too "hacky". :-)
0 -
I'd like the indicator that you've commented in a thread to return.0
-
I want a colour change option for the whole forum.
I accidentally stumbled upon a loading glitch of some kind that made the forum black with light grey text and it was a lot easier on the eyes. I'm annoyed I didn't take a screenshot of it.
It does sometimes blink into existence for a half second when loading a thread, but I've been unable to replicate whatever I did to make it happen before.
2 -
Here's my vote/demand/request/supplication for font colours and icons to be added to the forum. They are almost a must in making organised, easy to understand guides and analysis.0
-
DaveR4470 said:I'd like the indicator that you've commented in a thread to return.
That *should* be pretty straightforward to add. There's a class called "Participated" for each thread that you've already posted in, so it's just a matter of adding a style rule for it.
For example, adding:
.Participated {
font-style:italic;
background-color:#EEEEEE;
}
produces:
(The one shaded gray is the one that I've posted in already)
0 -
In the old forum, I would use my posting history to catch up on threads that I've commented on. Now it's just a list of my previous entries, without linking to the actual threads.
0 -
vinsensual said:In the old forum, I would use my posting history to catch up on threads that I've commented on. Now it's just a list of my previous entries, without linking to the actual threads.
1 -
Stupid question:
How do I delete a comment I haven't yet posted? Occasionally I'll start typing a comment and either somebody will make the same point or I'll think better of it. But, when I go back to the same topic, my partial comment still shows up... Leaving the page doesn't delete it, and neither does removing the text.
So, how do I do this. If it matters, I'm using Chrome.
0 -
@abominatrix In the right hand column at the top of the page when reading a thread, there is a link to "My Drafts". Go to that page and click the "X" to delete the drafts you don't want.
2 -
Thanks!
See, I knew it was a stupid question0 -
Just a quick update here:
I found an open-source plugin for Chrome (and Firefox) called Stylus that lets you alter the appearance of the websites you view. You just specify your own style sheet rules that override the site's stylesheets. Anyway, I made a few changes (removed some UI elements that I always have to scroll past, made the Recent Discussions link visible, tightened up the line spacing, highlighted threads that are unread (light background, bold text), and threads that I have participated in (italics, indented title).
Here's what the forum looks like for me now:
If anyone is interested, the plugin is here:
Firefox: https://addons.mozilla.org/en-US/firefox/addon/styl-us/
Chrome: https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=en
Just click create a new style, give it a name, and apply it to URLs on the domain "forums.d3go.com" (see pic below)
and this is the CSS code I used:<br>/*<br>Remove page background<br>*/<br>body {<br> background-image:none;<br> background-color:#CCC;<br>}<br><br>/*<br>Remove Top Nav<br>*/<br>.navbar-static-top {<br> display:none; <br>}<br>.navbar-header {<br> display:none; <br>}<br>.menu-main-menu-container {<br> display:none; <br>}<br><br>/*<br>Remove Promoted Content<br>*/<br>.promoted-content {<br> display:none; <br>}<br><br>/*<br>Remove Page Description<br>*/<br>.PageDescription {<br> display:none; <br>}<br><br>/*<br>Remove MPQ Header Image<br>*/<br>.d3go-game__header {<br> display:none; <br>}<br><br>/*<br>Remove Guest Box ("Howdy Stranger")<br>*/<br>.GuestBox {<br> display:none; <br>}<br><br>/*<br>Remove Footer<br>*/<br>footer {<br> display:none; <br>}<br><br>/*<br>Tighten up the spacing<br>*/<br>.navbar {<br> margin-bottom:0px <br>}<br>.PageControls {<br> margin:10px 10px ; <br>}<br>table > tbody > tr > td {<br> padding:7px; <br>}<br>.Message {<br> line-height:1.5em; <br>}<br><br><br>/*<br>Highlight Participated Threads (Indented)<br>*/<br>.Participated div {<br> padding: 0px 0px 0px 15px;<br> font-weight:bold;<br> font-style:italic;<br>}<br><br>/*<br>Highlight Unread Threads<br>*/<br><br>.Item {<br> background-color:#DDDDDD;<br>}<br><br>.Unread {<br> background-color:#EEEEEE;<br>}<br><br>/*<br>Show Discussions Link<br>*/<br>#vanilla_categories_index .page-sidebar {<br> display: block;<br> position: absolute;<br> left: 772px;<br> top: 48px;<br>}<br>.page-content {<br> width: 100%;<br>}<br>.page-sidebar li.Discussions {<br> font-size: 12px;<br>}<br>.AllCategories, .Activities, .MyBookmarks, .MyDiscussions {<br> display:none; <br>}<br>.BoxNewDiscussion, .BoxCategories, .Tags, #WhosOnline {<br> display:none; <br>}<br>.page-sidebar li.Discussions {<br> display:block; <br>}<br>
1
Categories
- All Categories
- 44.9K Marvel Puzzle Quest
- 1.5K MPQ News and Announcements
- 20.3K MPQ General Discussion
- 3K MPQ Tips and Guides
- 2K MPQ Character Discussion
- 171 MPQ Supports Discussion
- 2.5K MPQ Events, Tournaments, and Missions
- 2.8K MPQ Alliances
- 6.3K MPQ Suggestions and Feedback
- 6.2K MPQ Bugs and Technical Issues
- 13.7K Magic: The Gathering - Puzzle Quest
- 508 MtGPQ News & Announcements
- 5.4K MtGPQ General Discussion
- 99 MtGPQ Tips & Guides
- 424 MtGPQ Deck Strategy & Planeswalker Discussion
- 300 MtGPQ Events
- 60 MtGPQ Coalitions
- 1.2K MtGPQ Suggestions & Feedback
- 5.7K MtGPQ Bugs & Technical Issues
- 548 Other 505 Go Inc. Games
- 21 Puzzle Quest: The Legend Returns
- 5 Adventure Gnome
- 6 Word Designer: Country Home
- 381 Other Games
- 142 General Discussion
- 239 Off Topic
- 7 505 Go Inc. Forum Rules
- 7 Forum Rules and Site Announcements