-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6482497
commit 789aa14
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
789aa14
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we're going to have to add our own Tags and Groups buttons and provide the functionality for them ourselves. WP FEE offers no such functionality - it simply looks like unfinished code, and indeed the master branch of the Github repo seems to have removed the toolbar altogether.
I've hacked it such that we can actually do so with the included lib. FWIW, I use a modified version of 1.0.4 with the same class
FEE
as the one in our lib.789aa14
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See 6482497 for the action I added.
789aa14
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
789aa14
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@christianwach - Regarding the tags button, did this button work when you implemented this?
I ask because I've changed how we're working with FEE (see #10). I tried out the button before commit 5635e64 and the button didn't work when I clicked on it. Just wanted to make sure I didn't break anything prior to the latest changes.
789aa14
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@r-a-y No, the button isn't working, just visible. Committed this so that work could begin on making it functional.
789aa14
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, thanks for verifying, Christian!