Quote:
Originally Posted by speedracer68
Thanks for working on this.
How safe would it be to try this? If for some reason does not work as well as the version I have can I revert without losing anything?
|
It would be pretty safe to try, but reverting would be a bit of a pain, as there's no easy way to revert to a previous version of a plugin. You might be able to just reload the old xml file and have it overwrite the changes from this plugin, but you'd likely need to take a back of the three awards tables, uninstall the 4.0.3 version, reinstall the 4.0.2PL1 version and then restore the backups to your db. The changes I've made do not alter the db in any way so there's no loss of anything if you upgrade.
Quote:
Also, has anyone found a way to auto approve awards? I use them for people to show off what events they have participated in and it would be great if it would run without me having to approve each one.
|
I don't think so, but this would allow for easy abuse as then a member could give themselves any award even if they didn't actually meet whatever requirements you have for granting the award.
Quote:
Originally Posted by Thunderbird8
What plugins were changed? I've implemented a customization on my board that allows members to determine how their awards are sorted, and I'd prefer to avoid having to reimplement that if possible.
|
One plugin was changed, the
YAAS in Member Profile - Profile plugin, and one plugin was removed, the
YAAS - Profile Tab plugin. Both these changes were to fix the tab display issue on the member profile pages. I don't think any other plugins were changed. Various templates were also changed, but the merge utility should be able to merge all the changes. There were also some changes made to the php pages.
Quote:
You can fix the issue with the 4.2 navbar by changing $template_hook['navtab_middle'] to $template_hook['navtab_end'] in YAAS - Add Tab to Navbar. The former was deleted in 4.2, but the latter remains, and will work with 4.2 and previous versions.
|
Thanks, I'll look into that once I upgrade to 4.2. Not being on 4.2 was the main reason I didn't make sure it was compatible with the navigation menu changes.