Not quite a theme issue, but could we get back to having the email notifications about posts include the actual post content? That would be swell.
I dont have control over this, I'm not sure if it was ever in the first version of the site - I remember wanting this too. I wonder if there's a Vanilla plugin for it...
I dont have control over this, I'm not sure if it was ever in the first version of the site - I remember wanting this too. I wonder if there's a Vanilla plugin for it...
The one thing I'd love to fix is when you get a notification, to CLEAR that notification if you've already visited the thread it's notifying you about. Pretty silly.
Something I'll try to fix in the code :P When you get a little (1) next to your notifications, that (1) isnt cleared even if you've visited the thread and read the new reply. It only clears if you click on it.
here are a couple of mostly css/image niggles I've found (apologies if there are duplicates)
The category index thing freaks out on a narrower browser view.
-
the category blurb feels orphaned or misplaced, and it super freaks out at narrow, but only a crazy person would use it that narrow
-
Line height/ margin above post has an odd hierarchy, my suggestion is to just push the balance a little the other way, unless we make the attribution bolder.
-
this gap feels awkward to me
-
I would really love the post <3 to be harmonious to the theme colours, it's a super tiny thing
-
I feel like the selected page in the pagination strip is hogging contrast/focus, it's more apparent on discussion pages where it's not being balanced by the column of avatars. similarly, the 'preview' and ' save draft' buttons feel a little harsh, maybe we should use a slightly lighter swatch for this set?
Post Preview should now look better and be scrollable
You can now view discussions by a certain user - the page no longer crashes
Toolbar icons should be spaced better now when there is no gear icon present.
The menu bar profile icon now shows a Gravatar for people without their own avatars.
Spoliers now work. Useful for hiding sensitive information
Since this is a developer forum, I figured we needed some Code Highlighting:
You must specify a language in order for the highlighting to work. For example: [code language="c#"][/code]
Results in
using UnityEngine;
using System.Collections;
public class CheckState : MonoBehaviour
{
public GameObject myObject;
void Start ()
{
Debug.Log("Active Self: " + myObject.activeSelf);
Debug.Log("Active in Hierarchy" + myObject.activeInHierarchy);
}
}
Supported languages are c, c++, c#, csharp, java, html, css, php, javascript
Known Issues
Previewing isnt 100% accurate, some tags dont work in preview mode.
Dark theme syntax highlighting colours still a WIP
Clicking on All Categories brings you to an ugly page
User Profiles as yet untouched.
@damousey Your other colour scheme issues I feel are personal preference, I'd need more community consensus before considering changing them.
Something I'll try to fix in the code :P When you get a little (1) next to your notifications, that (1) isnt cleared even if you've visited the thread and read the new reply. It only clears if you click on it.
At some point we need to address the mobile theme because the spoiler and code formatting don't work.
Posted from iPhone
The idea is to eventually just use the desktop theme for both. It's already pretty usable on mobile devices, it's perfect in landscape, just needs some tweaking here and there in portrait.
Just want to say you've out done yourselves and that I dig that we can choose between light and dark. It really helps in the early morning when my eyes are a still waking up.
I dont have control over this, I'm not sure if it was ever in the first version of the site - I remember wanting this too. I wonder if there's a Vanilla plugin for it...
I'll look into this
What's the final say on this? I really would like to just see the post details in my email alert.
I dont have control over this, I'm not sure if it was ever in the first version of the site - I remember wanting this too. I wonder if there's a Vanilla plugin for it...
I'll look into this
What's the final say on this? I really would like to just see the post details in my email alert.
I've had a look and unfortunately, the email posting system in vanilla doesn't make this viable without modifying the core files (the updates will then be lost when vanilla next gets updated). Unfortunately vanilla is still quite young and immature and doesn't have the flexibility of older systems.
As for the staring off discussions, I'll look into it.
Loving the new look, everything seems to be working top-notch, well done! :D
Just a few more tiny things: 1. Where can you find all your own posts? There used to be that feature and it was pretty useful! 2. It says "make games South Africa" under the logo/title where it should say "discussions"
Thanks! Though the profile's a funny one, you can't get to it via top-right directly, you have to go edit profile -> back to profile, which... works, but shouldn't you be able to go directly to "your profile" top right?
so the drop down should be?
your profile edit profile <whatever else> sign out
I have a question/remark about the notifcation tab in the top right of the MGSA page; Is it really necessary to have a notifcation pop up everytime I receive a message in my inbox? I find that a bit redundant to be honest.. Also, is it possible to have a "mark as read" button because unless I physically open my inbox/notifcation page, the pop-ups won't go away... Sorry if I'm picky about this - guess Facebook spoiled me a bit :D
No the mark all as viewed button will mark all the forum threads as viewed - it shouldnt touch your Inbox?
I'm also irritated by it, and I did look into trying to fix it (Specifically I wanted to mark the notifications read when you read a forum topic), but the vanilla forums are just not built like that. Would require a large modification of the core which would then get overwritten when a new version arrives.
If it helps, just clicking on the notification button to show the pop-up is enough to clear all notifications - but for the inbox you'll still have to go into the message...
While I was looking into it, I found the hidden setting to send new post notification emails with the body copy of the post (which @dammit had been asking for for a while now). Please test it and see if you now get post content in your emails about new posts. Report back with findings!
Minor Updates:
Hopefully enabled post notification emails with contents of said post
Made light-theme background a touch darker
Made the Notifications button remove it's New notification indicator when you click it
@Mexicanopiumdog - I'll keep your request in mind and investigate further.
Does the new theme have a limit on the number of threads that can be bookmarked? The star icon is no longer showing for me.
The default layout for this theme is to hide the stars on the main discussion lists and only show them at the top of each discussion page.
If you would like to have the stars showing on the main discussion list, just edit your profile and change the "Discussion Lists" setting to "Show options bar"
It hides them on the second and later pages of the discussions themselves as well, I just switched to the fist page of this discussion and saw the star, but it's missing on this one.
If you would like to have the stars showing on the main discussion list, just edit your profile and change the "Discussion Lists" setting to "Show options bar"
It hides them on the second and later pages of the discussions themselves as well, I just switched to the fist page of this discussion and saw the star, but it's missing on this one.
Yup, the star is only attached to the first post of the discussion.
This may have been stated above (but I just didn't manage to find it), but why do the "home" and "discussions" buttons lead to the same page? Is there a home page?
This may have been stated above (but I just didn't manage to find it), but why do the "home" and "discussions" buttons lead to the same page? Is there a home page?
Comments
http://makegamessa.com/profile/discussions/32/Nitrogen
here are a couple of mostly css/image niggles I've found (apologies if there are duplicates)
The category index thing freaks out on a narrower browser view.
-
the category blurb feels orphaned or misplaced,
and it super freaks out at narrow, but only a crazy person would use it that narrow
-
Line height/ margin above post has an odd hierarchy,
my suggestion is to just push the balance a little the other way, unless we make the attribution bolder.
-
this gap feels awkward to me
-
I would really love the post <3 to be harmonious to the theme colours, it's a super tiny thing
-
I feel like the selected page in the pagination strip is hogging contrast/focus, it's more apparent on discussion pages where it's not being balanced by the column of avatars. similarly, the 'preview' and ' save draft' buttons feel a little harsh, maybe we should use a slightly lighter swatch for this set?
when someone adds several hotlinked images to a post, the first one centers (potentially obscuring text?) and the subsequent images are not.
What's New
- You can now unheart things
- You should be able to delete your own posts now
- Lists now have bullet points yay!
- Fixed < and > symbols getting stripped out of your posts (hopefully)
- Fixed images in posts wrapping around text
- Threads that are new but have no comments now show "New"
- Fixed category sidebar box wrapping on small screens
- Individual category pages look better (removed descriptions)
- Red buttons have been slightly muted
- Post Preview should now look better and be scrollable
- You can now view discussions by a certain user - the page no longer crashes
- Toolbar icons should be spaced better now when there is no gear icon present.
- The menu bar profile icon now shows a Gravatar for people without their own avatars.
- Spoliers now work. Useful for hiding sensitive information
- Since this is a developer forum, I figured we needed some Code Highlighting:
You must specify a language in order for the highlighting to work. For example:[code language="c#"][/code]
Results in
Supported languages are c, c++, c#, csharp, java, html, css, php, javascript
Known Issues
- Previewing isnt 100% accurate, some tags dont work in preview mode.
- Dark theme syntax highlighting colours still a WIP
- Clicking on All Categories brings you to an ugly page
- User Profiles as yet untouched.
@damousey Your other colour scheme issues I feel are personal preference, I'd need more community consensus before considering changing them.Posted from iPhone
Nice Work !
* We now have a mobile theme.
* Profile pages have been improved.
* added footer links.
The mobile theme should work on all devices, for both light and dark themes.
GIANT SCREENSHOT:
As for the staring off discussions, I'll look into it.
Just a few more tiny things:
1. Where can you find all your own posts? There used to be that feature and it was pretty useful!
2. It says "make games South Africa" under the logo/title where it should say "discussions"
1. Your Profile -> Discussions
2. That's coming later :P
so the drop down should be?
your profile
edit profile
<whatever else>
sign out
Is it really necessary to have a notifcation pop up everytime I receive a message in my inbox? I find that a bit redundant to be honest..
Also, is it possible to have a "mark as read" button because unless I physically open my inbox/notifcation page, the pop-ups won't go away...
Sorry if I'm picky about this - guess Facebook spoiled me a bit :D
I'm also irritated by it, and I did look into trying to fix it (Specifically I wanted to mark the notifications read when you read a forum topic), but the vanilla forums are just not built like that. Would require a large modification of the core which would then get overwritten when a new version arrives.
If it helps, just clicking on the notification button to show the pop-up is enough to clear all notifications - but for the inbox you'll still have to go into the message...
Minor Updates:
- Hopefully enabled post notification emails with contents of said post
- Made light-theme background a touch darker
- Made the Notifications button remove it's New notification indicator when you click it
@Mexicanopiumdog - I'll keep your request in mind and investigate further.In other news, looks like the notification emails are fixed! Huzzah.
If you would like to have the stars showing on the main discussion list, just edit your profile and change the "Discussion Lists" setting to "Show options bar"