Quantcast
Channel: Topic Tag: plugin | WordPress.org
Browsing all 26892 articles
Browse latest View live
↧

deepbevel on "User Submitted Posts Plugin"

hey wait, in the last code you posted you don't have <?php } }?> instead you have <?php } ?> fix it and try again. or keep working with the gallery code. the choice is yours

View Article


breakuppedia on "User Submitted Posts Plugin"

Thanks for helping anyways deepbevel!

View Article


deepbevel on "User Submitted Posts Plugin"

If you stay with the gallery method you can change the thumbnail size in image settings.

View Article

deepbevel on "User Submitted Posts Plugin"

also, http://codex.wordpress.org/Gallery_Shortcode

View Article

breakuppedia on "User Submitted Posts Plugin"

You mean like this? <?php echo do_shortcode('[gallery]'); }}?> The site went blank again, with only the header left

View Article


deepbevel on "User Submitted Posts Plugin"

no, I was talkiing about the original code, <?php global $wpdb; $query = "SELECT 'ID', 'guid' FROM '$wpdb->posts' WHERE 'post_type' = 'attachment' AND post_parent = '{$post->ID}'"; if...

View Article

breakuppedia on "User Submitted Posts Plugin"

Damn! u're good!!

View Article

deepbevel on "User Submitted Posts Plugin"

change <?php }?> to <?php }}?>

View Article


breakuppedia on "User Submitted Posts Plugin"

This is currently working for me <?php echo do_shortcode('[gallery size= large]'); ?> but just for us to learn. I'll try the old one with your fixes.

View Article


deepbevel on "User Submitted Posts Plugin"

I'm lucky, sometimes.

View Article

breakuppedia on "User Submitted Posts Plugin"

nope. the old one didn't work with the }}!

View Article

deepbevel on "User Submitted Posts Plugin"

oh well, like I said I'd be shocked if I could improv that kind of code. Glad you have a fix.

View Article

deepbevel on "User Submitted Posts Plugin"

keep in mind, if users can add more than one image it will appear also, not sure how that will work for your layout.

View Article


breakuppedia on "User Submitted Posts Plugin"

I will restrict it to a single image!

View Article

deepbevel on "User Submitted Posts Plugin"

you can limit the number of images with this function: function get_random_gallery_images(){ global $wpdb,$post; $ids = ""; $counter = 0; $number_of_posts = 1; $args = array( 'post_type' =>...

View Article


deepbevel on "User Submitted Posts Plugin"

but if you have another method, go with it.

View Article

breakuppedia on "User Submitted Posts Plugin"

oh the plugin comes with a "for dummies" form for us to restrict number of images.

View Article


breakuppedia on "User Submitted Posts Plugin"

If you're interested, I'm working on another problem here: http://wordpress.org/support/topic/runo-lite-move-title-of-post?replies=1

View Article

deepbevel on "User Submitted Posts Plugin"

well, guess we're resolved. carry on.

View Article

mc_nate on "[Plugin: MailChimp List Subscribe Form] How do I change color of...

Awww shucks. :) Happy to help!

View Article
Browsing all 26892 articles
Browse latest View live