Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Dashboard, External CSS File, Filter by Author #16

Merged
merged 3 commits into from
Aug 9, 2015
Merged

Updated Dashboard, External CSS File, Filter by Author #16

merged 3 commits into from
Aug 9, 2015

Conversation

grafxflow
Copy link
Contributor

Updated the Dashboard to show the linker post title - Incase 2 link urls (i.e. /go/same-url-V1/ and /go/same-url-V2/) goto the same url.

Now uses an external CSS file based in the folder (wp-linker/classes/linker-styles).

Can filter by Author on the listings page.

Added filter by Author
The dashboard now shows the Linker Post title above the external link.
If tracking the same external link but with different linker urls (i.e.
/go/url-V1/ - /go/url-V2/).
Changed Dashboard Widget info/layout and made CSS external file
@grafxflow
Copy link
Contributor Author

Seems to be some conflict with lines of code, but unsure where.

@KingYes
Copy link
Member

KingYes commented Jul 14, 2015

I resolve this later when I merge your code :)

@grafxflow
Copy link
Contributor Author

Cool

@grafxflow
Copy link
Contributor Author

Noticed some conflict with the external css file in the script.

Line 271 needs changing from

wp_enqueue_style( 'dashboard-widget-styles', plugins_url( '', __FILE__ ) . '/linker-styles.css' );

to

wp_enqueue_style( 'linker-dashboard-widget-styles', plugins_url( '', __FILE__ ) . '/linker-styles.css' );

@KingYes KingYes merged commit b7e37a6 into pojome:master Aug 9, 2015
KingYes added a commit that referenced this pull request Aug 9, 2015
@KingYes
Copy link
Member

KingYes commented Aug 9, 2015

Well done :)
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants