Forum Replies Created
-
AuthorPosts
-
February 9, 2014 at 6:03 am #9454
Try this out:
http://www.symbiostock.com/symbiostock-premium-1-5-0/February 8, 2014 at 11:54 pm #9470Nobody can find the cowbell video? What about google?
February 8, 2014 at 11:16 pm #9477Edit: 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.
February 8, 2014 at 10:53 pm #9468I was afraid of that! Second time that happened today! Its a really funny video.
February 8, 2014 at 8:26 pm #9354“You people…?” 😯
http://www.youtube.com/watch?v=DzUc3Eqzzos
( Please watch that youtube video its funny )
February 8, 2014 at 8:57 am #9438Plugins 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.
February 8, 2014 at 2:18 am #9347Ok 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.
February 8, 2014 at 2:03 am #9346Thanks 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.
February 8, 2014 at 2:00 am #9436I 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.
February 6, 2014 at 4:58 am #9366Hello, 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.
February 5, 2014 at 9:14 am #9287I 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.
February 5, 2014 at 7:13 am #9336Hey 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!! 😛
February 5, 2014 at 6:00 am #9332Your RSS for instance would be here:
http://thpstockphotos.com/feed/Most wordpress sites have RSS located at example.com /feed/
February 5, 2014 at 5:58 am #3937@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.
February 5, 2014 at 4:03 am #9147That shouldn’t prevent anything.
-
AuthorPosts