breakuppedia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: User Submitted Posts PluginThanks Deephevel!
Best Help ever!!
Forum: Fixing WordPress
In reply to: User Submitted Posts PluginIf you’re interested, I’m working on another problem here:
http://wordpress.org/support/topic/runo-lite-move-title-of-post?replies=1
Forum: Fixing WordPress
In reply to: User Submitted Posts Pluginoh the plugin comes with a “for dummies” form for us to restrict number of images.
Forum: Fixing WordPress
In reply to: User Submitted Posts PluginI will restrict it to a single image!
Forum: Fixing WordPress
In reply to: User Submitted Posts Pluginnope. the old one didn’t work with the }}!
Forum: Fixing WordPress
In reply to: User Submitted Posts PluginThis 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.
Forum: Fixing WordPress
In reply to: User Submitted Posts PluginDamn!
u’re good!!Forum: Fixing WordPress
In reply to: User Submitted Posts PluginYou mean like this?
<?php echo do_shortcode('[gallery]'); }}?>The site went blank again, with only the header left
Forum: Fixing WordPress
In reply to: User Submitted Posts PluginThanks for helping anyways deepbevel!
Forum: Fixing WordPress
In reply to: User Submitted Posts PluginDamn!
It’s working!
I think.
but its kinda turned all the images into thumbnails.Should I just add:
<img style="float: left; height: 380px;border: 2px solid #464646;" />Forum: Fixing WordPress
In reply to: User Submitted Posts PluginIs it possible to use the default code.
And then add an additional code that will null the default code if there are no attachments?
Sorry if this is a dumb statement. Im really new at this 🙂
Forum: Fixing WordPress
In reply to: User Submitted Posts Pluginhaha now the whole site’s not loading.
only the header’s left.
This is the current code i have on<?php global $wpdb; $query = "SELECT 'ID', 'guid' FROM '$wpdb->posts' WHERE 'post_type' = 'attachment' AND post_parent = '{$post->ID}'"; if ($attachments) { if (post_parent = '{$post->ID}'){ $adimages = $wpdb->get_results($wpdb->prepare($query), OBJECT); // To display the first image.. ?> <img style="float: left; height: 380px;border: 2px solid #464646;" src="<?php if(is_public_submission()){echo $adimages[0]->guid;} ?>" /> <?php } ?>Forum: Fixing WordPress
In reply to: User Submitted Posts Pluginha no. I don’t think its working.
It just stopped displaying all images.even the posts that have images aren’t displaying.
Forum: Fixing WordPress
In reply to: User Submitted Posts PluginUnfortunately, the images don’t appear at all.
hmmmForum: Fixing WordPress
In reply to: User Submitted Posts Pluginhaha, Any solutions to make the site load like it does on firefox?