impress-org / givewp

GiveWP - The #1 Donation Plugin for WordPress. Easily accept donations and fundraise using your WordPress website.
https://givewp.com/
GNU General Public License v3.0
344 stars 191 forks source link

Unifying the addons action-links in "plugin" screen #1033

Closed ramiy closed 8 years ago

ramiy commented 8 years ago

We need to standardize the action links in all our addons.

Currently, some addons have links to the the addon site, other don't. Some have links to the settings page, other don't. Some addons link back to Give.com documentation and support, others don't.

addon-action-link

I'm currently reviewing all the addons. I can make the changes. But we need to have a standard set of links.

mathetos commented 8 years ago

Good point. @ramiy Do you think we could just create a class in Give Core that each of the Add-ons extend to make that as consistent and easy as possible?

ramiy commented 8 years ago

@mathetos, some links come from the plugin header, others use filters. Give core has those filters in a separate file. We can just copy&paste this files to each addon.

DevinWalker commented 8 years ago

Consistency is definitely a good idea. Rather than a core issue, let's add this per Add-on. Also, let's not use Docs but rather Documentation for consistency. :)

ramiy commented 8 years ago

Ok, I'm on it.

ramiy commented 8 years ago

The Author and Plugin links are controlled from the plugin header using:

 * Plugin URI:  https://givewp.com/addons/.../
 * Author URI:  https://wordimpress.com

author-and-plugin-links

DevinWalker commented 8 years ago

Looking good!

ramiy commented 8 years ago

Mission accomplished!

addon-action-and-meta-links

ramiy commented 8 years ago

I should say that each addon has a new plugins.php file with a set of unique action links and row meta links.