Odyno
Forum Replies Created
-
Forum: Plugins
In reply to: [EndomondoWP] backend link for activitiesSorry, but I don’t understand what do you ask… could you give more explanation to me?
Forum: Plugins
In reply to: [EndomondoWP] Having a problem? Asking a question or proposal? Write Here! ;)π
Thanks! on next release I remove it
Forum: Plugins
In reply to: [Odyno GoogleGroups] Widget doesn't update with new messagesHi mbeasi,
For the update of the groups I use the normal rss/xml stream. It ensures me a standard mode to retrieve and publish the update. So, the fist step to check the issue is to compare your rss/xml with the widget info.
If the rss are the same, the other reason of delay could be the possible effect of cache on your site (have you installed some chache plugin?)Forum: Plugins
In reply to: [Follow Me Tabs] Link Error and it doesn't show anythingdone
Forum: Plugins
In reply to: [Follow Me Tabs] No link into the buttonsResolved with patch. You can see it at https://gist.github.com/Odyno/6753662/revisions
Forum: Plugins
In reply to: [Follow Me Tabs] Works not at all@jjgleim
The reason of your problem is the usage of php contract annotation (for example use <? or <?= annotation and it doesn’t use <?php or <?php echo… ) into the code.
In some systems it produce your problem.bye
Forum: Plugins
In reply to: [Follow Me Tabs] Works not at all@soapboxsites @gideon.contentninjas
I solved your problem. You can see my patch at https://gist.github.com/Odyno/6753662/revisionsForum: Plugins
In reply to: [Follow Me Tabs] Link Error and it doesn't show anythingI have resoved your problem. You can see my patch at https://gist.github.com/Odyno/6753662/revisions
I have essentially modified the link constructions and I have removed one flag on widget.
bye
Forum: Plugins
In reply to: [WP Photo Album Plus] Custom Upload pageHi,
I use this post to ask if exist some XML-RPC Support (http://codex.wordpress.org/XML-RPC_Support) into wppa+ plugin. If there isn’t I would ask to you if it exists some specific (php)-function to retrieve the user albums information or if it exists some (php)-funcion to perform the post image action.
I can build a new child-plugin to expose those function as XML-RPC into the security wordpress infrastructure.I would like to build a Mobile App (like http://android.wordpress.org/ ) for fotonicamente and add this app the feature to upload photo.
It may be a first step to expose a interface for mobile app and the XML-RPC is the wp-default protocol to interaction width wp-site.Thank you
I have the same problem but.. in my case I have resolved it with simple patch on the theme… In my case the theme don’t call the action “bp_before_header”.
So…on my wp-content/themes/current-theme-dir/header.php I have added (after body tag) the follow code:
<?php do_action( 'bp_before_header' ) ?>Now it’s Work on WordPress 3.5. + BuddyPress 1.6.2