Unlimits
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Snippets] example HTML shortcodei need open a shortcode, inside this shortcode, how do i can do it?
add_shortcode( ‘shortcode_name’, function () {
$.ajax({ url: ‘formulario.php’,
data: {action: ‘test’},
type: ‘post’,
success: function(result){
$(“#box_button”).html(result);
}return ;
} );in the formulario .php i need open do_shortcode(‘[ninja_forms id=1 ]’);
but the shortcode do not open…
how do i can execute a shortcode ?
Forum: Fixing WordPress
In reply to: How May I Show Only The Users Photos on WordPresshow do i select only people has photos on this code below :
<?php function contributorsbottom() { global $wpdb; $authors = $wpdb->get_results("SELECT ID, user_nicename from $wpdb->users ORDER BY RAND() LIMIT 12"); foreach($authors as $author) { ?> <a title="<?php the_author_meta('display_name', $author->ID);?>" href="<?php get_bloginfo('url')?>/members/<?php the_author_meta('user_nicename', $author->ID); ?>"><?php echo get_avatar($author->ID,50); ?></a> <? } } ?> <?php contributorsbottom(); ?>This code is very good
if u know, tell me as soon as u can.
thank you.Forum: Fixing WordPress
In reply to: How May I Show Only The Users Photos on WordPressNo, i have a theme, in my website, http://encontroenamoro.com.br , i just want to get all photos of all profiles, and do a galery, with photos of all users.
thank you.
Forum: Fixing WordPress
In reply to: How May I Show Only The Users Photos on WordPressUser profile images, show all users profile images, has some wordpress command to do this ?
Forum: Fixing WordPress
In reply to: How May I Show Only The Users Photos on WordPressi want to show only users photos , just show all users photographys , a command to show. i dont know how to do this…
Forum: Plugins
In reply to: [WP-Trader] Error TypeUpload Failed: Upload torrent must have the tracker’s announce!
Forum: Plugins
In reply to: [WP-Trader] tracker's announce!Upload Failed: Upload torrent must have the tracker’s announce!
THIS IS WHAT HAPPEND..
Forum: Plugins
In reply to: [WP-Trader] tracker's announce!Não funciona , tentei no 3.6 e no 3.8, da os mesmos erros de announce e scrape , veja em http://torrent.4wedoo.com/ , não entendo, já mexi nas configurações e nada, realmente não funciona, até pra mexer nas configurações está bugado, os botões etc…espero uma atualização…obrigado…gostaria muito de usar o wp-trader…