Title: aronil's Replies | WordPress.org

---

# aronil

  [  ](https://wordpress.org/support/users/aronil/)

 *   [Profile](https://wordpress.org/support/users/aronil/)
 *   [Topics Started](https://wordpress.org/support/users/aronil/topics/)
 *   [Replies Created](https://wordpress.org/support/users/aronil/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/aronil/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/aronil/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/aronil/engagements/)
 *   [Favorites](https://wordpress.org/support/users/aronil/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Removing credit line from CFORMS allowed?](https://wordpress.org/support/topic/removing-credit-line-from-cforms-allowed/)
 *  [aronil](https://wordpress.org/support/users/aronil/)
 * (@aronil)
 * [16 years ago](https://wordpress.org/support/topic/removing-credit-line-from-cforms-allowed/#post-1362307)
 * ppearson
 * thanks for the sharing that info. However for minee i had to remove the strong
   code. so in the end it looks like this.
 * .linklove {
    width:410px; margin:0 auto 10px!important; padding:0!important; 
   text-align:center!important; visibility: hidden; }
 * Hope this helps others. But i would also encourage making a small donation to
   the author.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Showing category posts on a page](https://wordpress.org/support/topic/showing-category-posts-on-a-page/)
 *  [aronil](https://wordpress.org/support/users/aronil/)
 * (@aronil)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/showing-category-posts-on-a-page/#post-1190235)
 * Thanks alot your php code did the trick for me :). I was trying to put this up
   on a woothemes page template. and i applied it like so.
 * <?php
    /* Template Name: News Page */ ?> <?php get_header(); ?>
 *  <div id=”columns”>
    <div id=”centercol”> <div class=”box”> <div class=”top”>
   </div> <div class=”spacer”>
 *  <?php if(have_posts()) : ?><?php while(have_posts()) : the_post() ?>
 *  <div id=”post-<?php the_ID(); ?>” class=”post”>
 * </h2>
 *  <div class=”entry”>
    <?php if (is_page(‘news’)): query_posts(‘cat=25’); else:
   the_content(‘More »’);
 * endif;
    ?> </div>
 *  </div>
    <!–/post–>
 * Thanks again 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Tabbed Widgets doesn’t work with Structure Theme (1.2.1)](https://wordpress.org/support/topic/tabbed-widgets-doesnt-work-with-structure-theme-121/)
 *  [aronil](https://wordpress.org/support/users/aronil/)
 * (@aronil)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/tabbed-widgets-doesnt-work-with-structure-theme-121/#post-845333)
 * Hi there i’m using this too and i would think it’s because the theme has it’s
   own js which is causing the conflict. I tried it out with the wordpress default
   kubrick and it works fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Flexible Upload] Not compatible with WordPress 2.6?](https://wordpress.org/support/topic/plugin-flexible-upload-not-compatible-with-wordpress-26/)
 *  [aronil](https://wordpress.org/support/users/aronil/)
 * (@aronil)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/plugin-flexible-upload-not-compatible-with-wordpress-26/#post-809171)
 * I have the same problem. Thankfully i tested it out on another blog first. Actually
   with the upgraded wordpress I’m liking the new adding images a lot better. You
   can edit immediately and even adjst the sizes, plus lightbox works fine for me.
 * My only issue is that I STILL cannot do multiple images with wordpress. The keep
   saying there is a http error which crunching.
 * But I can still use Flexible upload… just that the error coding is a bit of an
   eye sore.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [multiple image upload isn’t working](https://wordpress.org/support/topic/multiple-image-upload-isnt-working/)
 *  [aronil](https://wordpress.org/support/users/aronil/)
 * (@aronil)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/multiple-image-upload-isnt-working/page/2/#post-721798)
 * hey guys,
 * I originally had that error when i upgraded using the auto upgrading plugin too.
   Whereby i only have “choose a file button”. Then later on I found out that all
   i needed to do was put the swfupload_f9.swf file in the wordpress-includes/js/
   swfupload folder.
 * This helped in giving me the choose files option instead of just the usual one
   file upload. But also like you, now i have a new problem which is the “HTTP ERROR”
   while crunching. Seems to be a number of bugs on this. it’s great on one hnad
   the new multi upload but i still prefer the flexible upload plugin which gave
   more flexibility with the images.
 * I also tried manual ftp upload, but still have issues with it the uploading of
   images. So for now I’m just forgetting it and using nextgengallery so far it 
   seems to work well with wordpress 2.5
 * Cheers ya’ll
    aronil

Viewing 5 replies - 1 through 5 (of 5 total)