Forum Replies Created

Viewing 15 posts - 256 through 270 (of 1,034 total)
  • Author
    Posts
  • #9454
    Profile photo of Leo
    Leo
    Participant
    #9470
    Profile photo of Leo
    Leo
    Participant

    Nobody can find the cowbell video? What about google?

    #9477
    Profile photo of Leo
    Leo
    Participant

    Edit: Some trending topics might be relative to who is logged in (that must be new). Nonetheless, its a fairly high topic right now with quite a few entries per second.

    #9468
    Profile photo of Leo
    Leo
    Participant

    I was afraid of that! Second time that happened today! Its a really funny video.

    #9354
    Profile photo of Leo
    Leo
    Participant

    “You people…?” 😯

    http://www.youtube.com/watch?v=DzUc3Eqzzos

    ( Please watch that youtube video its funny )

    #9438
    Profile photo of Leo
    Leo
    Participant

    Plugins can do some really wierd things — it could be anything really that messes up a seemingly unrelated function. I have no idea how RSS could get involved, unless its attempting to tranlsate the RSS and is messing it up.

    #9347
    Profile photo of Leo
    Leo
    Participant

    Ok guys — this will be filtering through the twitter feed and also through the main site (because the main site aggregates the twitter feed)

    See original post for some tips. This is one of those “little things” that make a big difference.

    #9346
    Profile photo of Leo
    Leo
    Participant

    Thanks for all of the submissions guys. I’m going to be adding these to TWITTER without prejudice, so feel free to update your blogs knowing it will be shown on twitter. If it is successful and seems useful, I’ll have a place for the network to aggregate the twitter feed as well, and quite a few sites will show the updates.

    #9436
    Profile photo of Leo
    Leo
    Participant

    I did some research (you should have a feed there) and sometimes plugins can get in the way.

    Have you tried disabling all plugins and seeing if it comes back? If it does, simply reactivate each one, one by one, until it re-appears.

    http://wordpress.org/plugins/custom-post-type-rss-feed/ <– may be a helpful fallback plan.

    This is the first time I’ve seen this.

    #9366
    Profile photo of Leo
    Leo
    Participant

    Hello, and welcome! Its nice to see Symbiostock has been finding it’s way around outside of the microstocker crowd, but generally the users are not happy and there is much trouble lately due to the development lagging the expotentially increasing expectations.

    A woman named Cathy ( http://cathyslifestockphotos.com/ ) switched over to photocrati ( http://www.photocrati.com/ ) and seems quite happy.

    This project will only be loosely supported for years to come, so you may wish to avoid getting heavily invested in it.

    #9287
    Profile photo of Leo
    Leo
    Participant

    I almost forgot! Here you go:
    http://www.symbiostock.com/change-posts-per-page-symbiostock-genetics-lab-snippet/

    And taken from that page:

    <?php
    function gl_setposts_infusion(){
    function gl_mod_search( $query ) {
    global $network_search;
    //$network_search = get_query_var('symbiostock_network_search');
    if($network_search != true && !is_admin()){
    $per_page = get_option('gl_posts_per_page', 24);
    $query->set('posts_per_page', $per_page);
    return;
    }
    }
    add_action( 'pre_get_posts', 'gl_mod_search', 10);
    }
    add_action( 'after_setup_theme', 'gl_setposts_infusion' );

    function gl_set_post_results(){
    wp_verify_nonce('gl_setposts_action');
    if(isset($_POST)){
    if(is_numeric($_POST))
    update_option('gl_posts_per_page', trim($_POST));
    }
    ?>





    <?php
    }
    add_action( 'gl_custom_actions_after', 'gl_set_post_results' );
    ?>

    That will allow you to change results-per-page to whatever you wish.

    This plugin can be used to do LOTS of things — I had made it so instead of building hoards of features, I could just custom-write snippets, post them on the main site, and let people add them at will.

    #9336
    Profile photo of Leo
    Leo
    Participant

    Hey guys! List them all if you can, after a few days I’m going to put them into one funnel on the main site.

    The cool thing is if you get pissed off at Symbio I’ll have so many blog feeds coming in I’ll probably never notice when some unflattering stuff leaks through!! 😛

    #9332
    Profile photo of Leo
    Leo
    Participant

    Your RSS for instance would be here:
    http://thpstockphotos.com/feed/

    Most wordpress sites have RSS located at example.com /feed/

    #3937
    Profile photo of Leo
    Leo
    Participant

    @thp wrote:

    Just noticed my site has its own thread supposedly created by me! Thats news to me!!

    Was wondering what on earth was going on, until I stumbled upon this thread.

    Relief… 😕

    You had probably posted it in the Wiki — I simply transferred all that content and applied the original content to it.

    #9147
    Profile photo of Leo
    Leo
    Participant

    That shouldn’t prevent anything.

Viewing 15 posts - 256 through 270 (of 1,034 total)