greggo
Forum Replies Created
-
Forum: Plugins
In reply to: CDN sync tool seems to ignore CSSMe too. Anyone have any answers to this issue?
Forum: Plugins
In reply to: [Network Latest Posts] [Plugin: Network Latest Posts] Display Blog TitleSet the Full Meta setting to YES.
Forum: Plugins
In reply to: [Network Latest Posts] [Plugin: Network Latest Posts] Display Blog TitleThanks…but it wasn’t working in the NLP widget so I had to take the changes you made elsewhere in the code (e.g. lines 491 and 502) and copy them to two other spots in the code where the blog name wasn’t included in the meta data: specifically around line 682 and again around 733.
Good to here Jose. Any sense of when it will be released and what new features it will have? I’m considering doing some custom development on this area unless this is being released in the near future.
thanks.
Forum: Plugins
In reply to: [Social] Social for custom postsMy bad…it turns out I just needed to uncheck and recheck the “Allow people to post comments on new articles” setting to get it rolling for the custom post types.
Forum: Plugins
In reply to: [Social] Social for custom postsThis filter seems to have been updated recently. It now reads:
public static function broadcasting_enabled_post_types() { return apply_filters('social_broadcasting_enabled_post_types', get_post_types(array( 'public' => true, 'hierarchical' => false ))); }This includes my custom post types, but I’m still not getting any comments shown on them. I also tried to just change it to the code listed above without any luck.
The same issue happens to me, even when i set thumbnail=false…I get a broken image…the reason is that it duplicates the site directory. In @elin ‘s case, “food” is written 2x: http://tasteofslow.com/food/food/wp-content/blogs.dir/3/files/2012/06/carrot-with-yoghurt-sauce-150×150.jpg, whereas the image is actually in http://tasteofslow.com/food/wp-content/blogs.dir/3/files/2012/06/carrot-with-yoghurt-sauce-150×150.jpg
Anyone else have this issue?
I can’t seem to get rid of this error? Even when I revert back to the original template, it’s still there. Any ideas?
http://fthebanks.org/bank-actions/share-your-action/
Note, the error doesn’t appear when you’re logged in…only when you’re a guest.
What I’ve found thus far is that I need set the filter user_can_richedit via the functions.php. I’ve tried that to no avail.
Also, I’ve been getting this error, any correlation to the issue?
Warning: Invalid argument supplied for foreach() in /srv/htdocs/site/wp-includes/class-wp-editor.php on line 414Another question is regarding video embed codes…they get lopped out without the richedit mode.
I found where I can edit the template “form/event-editor.php” but the code that should allow for guest access to image uploader isn’t working. Any ideas? This is what I’ve tried:
<?php $settings = array('wpautop' => true, 'media_buttons' => true, 'quicktags' => true, 'textarea_rows' => '25'); ?> <?php wp_editor($EM_Event->post_content, 'em-editor-content', array('textarea_name'=>'content', $settings) ); ?>Forum: Alpha/Beta/RC
In reply to: wp_editor() 'almost' working rightI’m trying to get the media buttons to appear for guests and not having any luck with what you’ve posted above. The code I’m using is:
<?php $settings = array('wpautop' => true, 'media_buttons' => true, 'quicktags' => true, 'textarea_rows' => '25'); ?> <?php wp_editor($EM_Event->post_content, 'em-editor-content', array('textarea_name'=>'content', $settings) ); ?>The uploader is there when logged in, there must be somewhere where I can just take off the conditional logic that requires someone to be logged in to upload, no? Any clues as to which files to look for would be appreciated.
thanks.
Okay…so it appears it was a conflict with Shortcodes Ultimate. I’ve fixed it.
I don’t think its my theme either since when I try the site using twentyeleven, I get the same error message.
Error: JSON.parse: expected property name or ‘}’
Source File: http://fthebanks.org/site/wp-includes/js/jquery/jquery.js?ver=1.7.1
Line: 2Forum: Plugins
In reply to: Product Catalog (without e-commerce)Me too! Just looking for the same thing. Starting to build out something with custom post types, but would love an alternative that incorporates catalog functionality like search returns, product pages, etc. CataBlog isn’t cutting it thus far but is the closest I’ve found: http://catablog.illproductions.com/