I added a new css class (priorityRow) to that table row, and hightlight them with an different background color. I think they are now better visible.
I tried downloading and upgrading, but got some parse error (Parser Error Message: Could not load file or assembly 'YAF, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8b49dc47f4701f66' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040))
Previously that was something with the build script which is why I mention it.
Did you also Recompiled the Web Application? you need to change the references
However, my real question is do we have optional color for Announcement AND Sticky or is it one color for both of them?
Yes there is an css class for each of them
What I've been doing is downloading the commit
extract contents to desktop
run the BuildPackages.bat file
extract the upgrade zip from the deploy folder into two folders
bin and
forumopen the solution
change to release
rebuild solution
move DLL's from the YetAnotherForum.NET\Bin to deploy\bin
zip bin and forum
upload zip
unzip zip
I don't know why it's not working this time, but I've downloaded the commit a few times and keep getting the same error.
As for changing references ... I have not done that manually. I thought doing a solution rebuild would handle that?