Lopo Lencastre de Almeida
Forum Replies Created
-
Forum: Plugins
In reply to: [Author Box Reloaded] [Plugin: Author Box Reloaded] Activation errorsYou must install WordPress Plugin Framework Reloaded. In the new version you cannot activate it without WPFR being installed so I would also advise you to upgrade. it.
Sorry for delay. Please send me a link for the page so I can check it.
Check it at my own blog
Forum: Plugins
In reply to: [Export OPML] [Plugin: Export OPML] Doesn't workWhen it was created wasn’t useless 😉
Forum: Plugins
In reply to: [Author Box Reloaded Pack] [Plugin: Author Box Reloaded Pack] CustomisationNot for the time being. But patches are always welcomed.
It is not possible to do that with Author Box Reloaded at the present stage but I’m thinking of it.
Meanwhile, you may find this plugin useful: User meta shortcodes
Note: I didn’t test it.
Forum: Plugins
In reply to: [Author Box Reloaded] Adding an option for GoogleI forgot to thank you for that 🙂
Sorry for the delay. I was not getting any warning messages from the system.
Another solution would be to copy any of the plugin “packs” to a new one called authorposts.php. Change the portion Section to modify to:
function authorposts_authorbox_add_sites( $known_sites ) { $author_posts_url = get_author_posts_url(get_the_author_meta( 'ID' )); $known_sites['Author Posts'] = array( 'favicon' => plugin_dir_url( __FILE__ ) . 'images/authorposts.png', 'url' => $author_posts_url, 'plugin' => array ( 'author' => 'Lopo Lencastre de Almeida <dev@ipublicis.com>', 'url' => 'http://ipublicis.com/', 'donate' => 'http://smsh.me/7kit', ), ); return $known_sites; } add_filter('authorbox_known_sites','authorposts_authorbox_add_sites',10,1);Upload the files (php and png) to the proper directory and activate it. That’s it. Ah! Don’t forget to create the image 😉
NOTE #1: On the user’s profile page at
Contact Infoyou’ll have a place asking for “Author Posts” and a text box in front of it. You don’t need to put there nothing at all because we will not use theUSERNAMEstring replacement on this one, but if you want to you can put your username there 🙂NOTE #2: This is not the prettiest solution but… maybe in a few days I’ll have the time to add the code using the photo as a clickable link to it.
Forum: Plugins
In reply to: [Author Box Reloaded] Custom integration and skypeSorry for the delay. I was not getting any warning messages from the system.
As per version 2.x adding new social/websites is done via Author Box Reloaded Pack. It is rather easy to add new pieces without modding the code.
For Skype just copy any of the plugin “packs” to a new one called skype.php. Change the portion Section to modify to:
function skype_authorbox_add_sites( $known_sites ) { $known_sites['Skype'] = array( 'favicon' => plugin_dir_url( __FILE__ ) . 'images/skype.png', 'url' => 'callto://USERNAME', // USERNAME is your Skype username 'plugin' => array ( 'author' => 'Lopo Lencastre de Almeida <dev@ipublicis.com>', 'url' => 'http://ipublicis.com/', 'donate' => 'http://smsh.me/7kit', ), ); return $known_sites; } add_filter('authorbox_known_sites','skype_authorbox_add_sites',10,1);Upload the file to the proper directory and activate it. That’s it.
Can you send me your stuff. Thanks!
Sorry for the delay. I was not getting any warning messages from the system.
Go to Author Box R3 in the Users menu.
Go to the “Personal Settings” pane.
Follow the instructions there on how to add your own CSS.Forum: Plugins
In reply to: [Author Box Reloaded] [Plugin: Author Box Reloaded] Doesn't work :-(Remove it all. Install first the WPFR and only after ABR.
Forum: Plugins
In reply to: [Author Box Reloaded] [Plugin: Author Box Reloaded] Error – won't activateSorry for the delay. I was not getting any warning messages from the system.
You need to install previously the WordPress Plugin Framework Reloaded and activate it.
You also need to install the Author Box Reloaded Pack and activate the extra sites you wish to add to your Author Box.
Hi there. I only saw this to
You could add it yourself. It is really easy to add new channels to it. Just follow the instructions that you can find in the source code or at
Neverthless, tomorrow I’ll upload a new version with Vimeo, BranchOut, Youtube and Google+ support and everyone will be warned that new stuff was added 🙂
Hi there 🙂
Sorry for the delay in replying.
I don’t use it on my plugin but you can check more info and samples of its use at http://hitchhackerguide.com/2011/02/12/the_author_posts_link/
If you are going to fiddle with the code I would strongly advise on buying a book on WordPress. Check at https://wordpress.org/about/books/
Hope it helps.
1
Lopo