I don’t see much support for this plugin, so wanted to share the fix for this error you see when debug is on:
Deprecated: Function create_function() is deprecated in .../wp-content/plugins/wp-trello/wp-trello.php on line 88
Delete (or comment line by starting with //
)line 88 and replace with:
add_action( 'widgets_init', 'wp_trello_register_widget');
function wp_trello_register_widget(){
return register_widget("wpt_widget" );
}
]]>
During plugin activation we got error: Fatal error: Cannot declare class trello_oauth, because the name is already in use /wp-content/plugins/wp-trello/includes/trello.php on line 8
We use another plugin, that may use class with the same name. How can we fix that?
]]>Hey there,
I really like the simplicity of your plugin so far.
Is it possible to show checklists on frontend, so you can track the current state of a card/task?
Best regards
]]>I’m trying to show a roadmap of our product on the website (still in testing), and I’ve created a public trello board: https://trello.com/b/wUJwoAKT/bitcoin-sv-roadmap
Using the API Helper tool, I’ve found the organization id, which is 5bae09d7ea3563245bb42bf2.
I created a page and added the following code:
[wp-trello type=”boards” id=”5bae09d7ea3563245bb42bf2″ link=”yes”]
I tried all different combinations, and this one is the only one that shows at least something useful. The problem is it shows the URL to the board, which I would have achieved with a simple HREF.
I was expecting the plugin to actually embed by board into WordPress page.
What am I doing wrong?
Thanks,
Natalija
I’m assuming you can embed a board in a page? Can I get a shortcode example?
]]>add create date in to listing.
wp-trello.php find line 277
replace with
$createdDate = date('Y-m-d H:i:s', hexdec( substr( $item->id , 0, 8 ) ) );
$html .= make_clickable( $item->name ). " - " .$createdDate;
ref : https://help.trello.com/article/759-getting-the-time-a-card-or-board-was-created
]]>Too sad this 3 month ago updated Plugin don’t work better, so many Trello user and so less love for this Plugin . Here a short bug log for the dev .
-API Helper broken : So you can gues the id of your board and cards
-Linking of the board broken it links nowhere
What works ,
+ Trello account Login ,
+ import of your Board IDs in the wp option Table
+ Rendering of the Boards Name on the frontend .
The plugin installs fine and throws no errors, but neither the shortcode on a page or the widget will display anything. I’ve tried different boards, lists, and cards (using IDs acquired using the API helper).
Looking at what is on the page in terms of html, there is a div with the class wpt-list-wrapper, a div with the class wpt-list, and an anchor with wpt-list-link. The href, however, is #. So the plugin is interacting with WP, but it’s not pulling data to display. It is properly connected to my Trello account because it is grabbing IDs.
I’ve tried this with several themes, including Twenty Five, and get the same results.
]]>Hi,
the plug in has uploaded but the API links are not saving and so although the Trellobar appears as a widget, once info is entered, this is what appears on the page:
Milestones
gprolloutandintegration
4309dfb22ac14101b463bf3ae426eb11
rippleos
Any ideas?
]]>is it possible to set a max number of characters displayed? thanks.
]]>When I click on settings none appear
]]>If you are looking for support for this plugin please visit
https://www.polevaultweb.com/support/forum/wp-trello-plugin/
]]>