San Zamoyski
Forum Replies Created
-
Forum: Plugins
In reply to: Adding Custom Field at plugin activationFound good solution: https://www.smashingmagazine.com/2011/10/create-custom-post-meta-boxes-wordpress/
Forum: Plugins
In reply to: [Mooberry Book Manager] Some questionsAny update here?
Forum: Plugins
In reply to: [Mooberry Book Manager] Some questionsThank you! I hope it has been helpful for you!
It was and is.
At this time, there is not a way in the admin screens to change what displays in the book grid. There is a hook you can use, if you want to write some PHP, called mbdb_book_grid_after_link you can use to add additional text. The first parameter is the book ID (post ID) you can use to pull out the data you want.
I’m not famillar with WP’s PHP and do not want to mess up with it.
Author name is not used in Mooberry Book Manager because it’s intended to be used by a single author. But you could work around that by using Subtitle for the author name.
Well, ok. It’s good workaround, but i would be very happy if You would include this (simple?) functionality.
It’s not ideal, but for now there are filters on each piece of HTML output on the book layout. That one in particular would be mbdb_shortcode_downloadlinks and you’d have to search for and replace the “Download Now” text in it.
i’ve just hidden it with CSS – fair enought too.
Waiting for new version!
Forum: Plugins
In reply to: [Custom DataBase Tables] Can i add custom button to ALL rows?Unfotunetly i am unable to ‘import’ mysql VIEW…
Forum: Plugins
In reply to: [Custom DataBase Tables] Can i add custom button to ALL rows?Unlucky hardcoded buttons won’t work for me…
Been wondering if it is possible to add plus/minus buttons in edition-table for increase/decrease some int values.
I’ll soon test VIEWS and tell if it works.
How to show table with mysql WHERE clause?
Sorry for multiple questions, but this plugin is almost everything what i need.
Forum: Plugins
In reply to: [Custom DataBase Tables] Can i add custom button to ALL rows?Hi!
Thank You for Your fast response.
I’ve been wondering if i can use mysql VIEWs for joining tables – as a workaround.Is there any way to fast modify plugin to add some buttons? Buttons can be hardcoded. I’m just asking WHERE i should add something.
Best regards!
Forum: Plugins
In reply to: [Cartpauj PM] Hotlinking a username to send them a new messageYou need to put user_id into ‘to=’.
Regards!