This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
4141
Features: Posts & Topics / Re: Likes
« on March 22nd, 2012, 12:27 PM »
Correct, yes, it's always on post id, never topic.Quote We'll figure it out. There's always maintenance and find/repair routines we can make ;)
Also, it may be possible that I forgot to deal with parent posts when splitting and merging topics. That, I'm 40% positive I dealt with them...
4142
Bug reports / Board order issues
« on March 22nd, 2012, 12:27 PM »
I'm really not sure why this is the case but it needs fixing. Some of these boards I'm about to mention are not public visible.
Board index lists Public Area category as:
- The Pub
FAQs
Features
Bug reports
Plugins
Off-topic
SMF
- Dev Blog
- Salvaged Topics
- Salvaged Board
Going to The Pub itself also shows its sub-boards correctly, as does the view in Boards & Categories. But if I view the Public Area category as a whole[1] I get a very different order.
- Salvaged Topics
- Salvaged Board
- The Pub
FAQs
Off-topic
Features
SMF
Plugins
Bug reports
- Dev Blog
Now, I'm not 100% sure but for each level of hierarchy, that would be consistent with MyISAM ordering rather than correct ordering (i.e. order of creation).
I'm not sure how best to fix this. Part of me says we could just fix it by using ORDER BY board_order but I have a feeling we might be better served using Mark Rose's suggestion and applying the board order to the primary key (so that we end up with id_board as a UNIQUE, but board_order, id_board as physical primary key, so that when it's reordered, regardless of whether that's MyISAM[2] or InnoDB[3] it works properly)
Board index lists Public Area category as:
- The Pub
FAQs
Features
Bug reports
Plugins
Off-topic
SMF
- Dev Blog
- Salvaged Topics
- Salvaged Board
Going to The Pub itself also shows its sub-boards correctly, as does the view in Boards & Categories. But if I view the Public Area category as a whole[1] I get a very different order.
- Salvaged Topics
- Salvaged Board
- The Pub
FAQs
Off-topic
Features
SMF
Plugins
Bug reports
- Dev Blog
Now, I'm not 100% sure but for each level of hierarchy, that would be consistent with MyISAM ordering rather than correct ordering (i.e. order of creation).
I'm not sure how best to fix this. Part of me says we could just fix it by using ORDER BY board_order but I have a feeling we might be better served using Mark Rose's suggestion and applying the board order to the primary key (so that we end up with id_board as a UNIQUE, but board_order, id_board as physical primary key, so that when it's reordered, regardless of whether that's MyISAM[2] or InnoDB[3] it works properly)
| 1. | Also, why doesn't the header on the board index link to the category itself? I think it really should. |
| 2. | MyISAM orders by creation, but there's a physical ALTER TABLE to reorder it in the manage boards code. |
| 3. | InnoDB orders by primary key, so making the board_order the first half of the primary key, it will automatically be sorted into order. |
4143
Development blog / Re: Aftermath of the Great Deployment
« on March 22nd, 2012, 12:16 PM »
I will take a look at it but right now (given 'T minus 2 days') I don't really feel I can give it my full attention, if that makes sense.
Also, I'm slightly surprised no-one's said anything about the page-index navigation having 'prev/next' arrows by the pages. I actually thought that was more of a usability improvement than a lot of things we did >_>
Also, I'm slightly surprised no-one's said anything about the page-index navigation having 'prev/next' arrows by the pages. I actually thought that was more of a usability improvement than a lot of things we did >_>
4144
Features: Posts & Topics / Re: Likes
« on March 22nd, 2012, 09:02 AM »
Did we? I don't actually remember that, but I guess the likes structure has no support for it at the present time.
4145
Archived fixes / Re : Errors when Profile menu is in sidebar
« on March 21st, 2012, 11:49 PM »But I hate that mod... :^^;: You know I'm not pro-big-icons. All I want is a functional menu really... :-/ Anyway. I'm sure you'll find a way!
4146
Archived fixes / Re : Errors when Profile menu is in sidebar
« on March 21st, 2012, 11:45 PM »
The homepage is the most agreeable part of it, but other than that, it's not actually that nice. The nicest thing I could say about it is that it's functional. It's not particularly aesthetically pleasing, it is just functional.
The goal isn't to keep it functional, it's to make it a place where users might actually want to go. Maybe some aspects of http://custom.simplemachines.org/mods/index.php?mod=698 a touch.
UP's summary is definitely an improvement on the current summary, but I'm also concerned not just with how the user sees the summary, but how they access everything.
The goal isn't to keep it functional, it's to make it a place where users might actually want to go. Maybe some aspects of http://custom.simplemachines.org/mods/index.php?mod=698 a touch.
UP's summary is definitely an improvement on the current summary, but I'm also concerned not just with how the user sees the summary, but how they access everything.
4147
Development blog / Re: Aftermath of the Great Deployment
« on March 21st, 2012, 11:42 PM »It's not that... Wedge generates a URL like shortened_url... It should be showing that exact same structure, because at that point, the shortened url is just like any proper 'string' between url tags (i.e. not a URL per se.)
IIRC you made the "first post is sticky" blog hack, and I don't think you've been using the same technique as I did..?
Do you remember what you did?
4148
Archived fixes / Re : Errors when Profile menu is in sidebar
« on March 21st, 2012, 11:32 PM »Yeah I know but apparently many people are using the sidebar menu, interestingly...
I have seen it on other accounts, and I'm hoping that's just a consequence of the buggy member options code rather than people setting them themselves...
4149
Archived fixes / Re: It's all gone horribly French!
« on March 21st, 2012, 11:30 PM »Hmm, I disagree on this one... Most of the team, you're likely to switch images per theme anyway, because your logo is just not in the right dimensions or (background) colours.
A lot of themes don't even adhere to this one anyway, especially ones that come with their own logo, because people end up being told to replace the image rather than update this setting - because it's set in the theme's CSS more often than not. Certainly this is true of a bunch of Crip's themes, most of the DzinerStudio themes and some of Bloc's themes.
I'm aboard the discard boat, myself.
Well, they're all theme-related options ... If they're not consistent throughout all themes, they have no place in $settings, if you ask me. But I gather you're planning to change all that.
4150
Archived fixes / Re : Errors when Profile menu is in sidebar
« on March 21st, 2012, 11:03 PM »
I haven't disabled the menu in profile :P I only disabled it in admin, and really we need to remove that entire code path anyway since we're not using that sidebar menu now.
4151
Development blog / Re: Aftermath of the Great Deployment
« on March 21st, 2012, 11:02 PM »Even stranger: editing this post shows me the original URL surrounded by url tags, instead of the shortened URL...
4152
Off-topic / Re: Doctor Who
« on March 21st, 2012, 10:44 PM »
Better photo, IMO: http://www.theregister.co.uk/2012/03/21/new_dr_who_companion/
I'm looking forward to it.
I'm looking forward to it.
4153
Archived fixes / Re : Errors when Profile menu is in sidebar
« on March 21st, 2012, 10:32 PM »
That's the thing, I can get it as well when viewing profiles, and I have no idea why. It's as though the menu isn't set up properly for some reason, but I never get it locally.
4154
Plugins / Re: Hooks for thoughts
« on March 21st, 2012, 10:04 PM »
So, before/after posting, before/after editing, deleting, anything else?
4155
Archived fixes / Re : Errors when Profile menu is in sidebar
« on March 21st, 2012, 10:03 PM »
I did nothing to it in the profile area >_>