Title: rtech's Replies | WordPress.org

---

# rtech

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/users/alivemachine/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/alivemachine/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Anti-Malware Security and Brute-Force Firewall] 2 hours and scan at 0%](https://wordpress.org/support/topic/2-hours-and-scan-at-0/)
 *  Thread Starter [rtech](https://wordpress.org/support/users/alivemachine/)
 * (@alivemachine)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/2-hours-and-scan-at-0/#post-4883539)
 * Works. Thanks for the help and the cool plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Delightful Downloads] Completely Broken after latest update](https://wordpress.org/support/topic/completely-broken-after-latest-update/)
 *  Thread Starter [rtech](https://wordpress.org/support/users/alivemachine/)
 * (@alivemachine)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/completely-broken-after-latest-update/#post-4248604)
 * Maybe put a note in the file upload screen, or make it impossible to type a custom
   URL into the location box. That would make it clear where the files need to be
   and avoid confusion.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Delightful Downloads] Completely Broken after latest update](https://wordpress.org/support/topic/completely-broken-after-latest-update/)
 *  Thread Starter [rtech](https://wordpress.org/support/users/alivemachine/)
 * (@alivemachine)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/completely-broken-after-latest-update/#post-4248548)
 * No, they were in a folder in the top level directory, in the same directory as
   the “WordPress” folder is in.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Delightful Downloads] Completely Broken after latest update](https://wordpress.org/support/topic/completely-broken-after-latest-update/)
 *  Thread Starter [rtech](https://wordpress.org/support/users/alivemachine/)
 * (@alivemachine)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/completely-broken-after-latest-update/#post-4248539)
 * Update:
 * I got the downloads to start working again by using the select file location 
   function. The previous way I had the files linked was by typing in their location
   directly into the box and storing the download files in a completely different
   directory. This is no longer working in the new version of Delightful downloads.
   The only way to have a successful download is to either upload it via the upload
   button or select the file directly in folder browser inside delightful downloads.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Delightful Downloads] How Do I Modify Button Style css ?](https://wordpress.org/support/topic/how-do-i-modify-button-style-css/)
 *  [rtech](https://wordpress.org/support/users/alivemachine/)
 * (@alivemachine)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/how-do-i-modify-button-style-css/#post-4202020)
 * I would also like to know how to do this. For how to use an image as the button.
   Even a quick how to in the FAQ would help a lot.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: ["Related Posts" on last page only of multi-page post](https://wordpress.org/support/topic/related-posts-on-last-page-only-of-multi-page-post/)
 *  Thread Starter [rtech](https://wordpress.org/support/users/alivemachine/)
 * (@alivemachine)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/related-posts-on-last-page-only-of-multi-page-post/#post-2742655)
 * It works! Thanks alot for taking the time to help me out.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: ["Related Posts" on last page only of multi-page post](https://wordpress.org/support/topic/related-posts-on-last-page-only-of-multi-page-post/)
 *  Thread Starter [rtech](https://wordpress.org/support/users/alivemachine/)
 * (@alivemachine)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/related-posts-on-last-page-only-of-multi-page-post/#post-2742596)
 * Definitely using the next page tag. The code is below the page numbers and an
   <hr>. The related posts are showing up fine and in the right place on the site.
   Just the $pages doesn’t seem to be working.
 * I don’t think there are any queries in between. But not exactly sure what a query
   is.
 * Here’s code copied right from my single-loop.php. Hopefully it’s enough to show
   where I’m trying to implement the $page if statement.
 *     ```
       <div class="entry-content">
       						<?php the_content(); ?>
   
       						<div style="margin-top:15px; margin-bottom:10px;">
       						<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?>
   
       </div>
       <div style="margin-top:27px;">
       <hr>
       </div>
   
       <div style="margin-top:20px;"><h3>Related Posts:</h3>
       	<div style="margin-top:-13px; margin-left:0px;">
       <?php if( $page == $numpages ) {
       	get_related_posts_thumbnails();
       } ?>
       </div>
       </div>
   
       </div>
   
       <!-- .entry-content -->
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: ["Related Posts" on last page only of multi-page post](https://wordpress.org/support/topic/related-posts-on-last-page-only-of-multi-page-post/)
 *  Thread Starter [rtech](https://wordpress.org/support/users/alivemachine/)
 * (@alivemachine)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/related-posts-on-last-page-only-of-multi-page-post/#post-2742538)
 * Thanks for the help but not much luck with that code.
 * Now the related posts are only on the first page, not any pages after that.
 * Also, the php echo when on the first page of the post is showing nothing for 
   both page or numpages. The second page is showing “2” for page and nothing for
   numpages. The third page shows “3” for page but again nothing for numpages.
 * These correspond exactly to what I was getting earlier while testing the variables.
   Page 1 seems to have a $page value of 0 and $numpages is not working for any 
   of the pages.
 * Any thoughts?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: ["Related Posts" on last page only of multi-page post](https://wordpress.org/support/topic/related-posts-on-last-page-only-of-multi-page-post/)
 *  Thread Starter [rtech](https://wordpress.org/support/users/alivemachine/)
 * (@alivemachine)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/related-posts-on-last-page-only-of-multi-page-post/#post-2742508)
 * btw, here’s my site that I’m trying to do this for:
 * [audiostateofmind.com](http://audiostateofmind.com)
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [My new movie review website](https://wordpress.org/support/topic/my-new-movie-review-website/)
 *  [rtech](https://wordpress.org/support/users/alivemachine/)
 * (@alivemachine)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/my-new-movie-review-website/#post-1699481)
 * Great site. I just subscribed to the RSS. Was thinking about seeing Angry Driver
   or Green Hornet. Read both reviews and wouldn’t mind seeing either now. Good 
   old Nicolas Cage. Great review and subplot on that one. I got sucked into the
   site right away so I think it’s good to go. The details that need work are minor
   and unnoticeable, that is I didn’t notice them because of the content. Looking
   forward to new reviews.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[plugin: email-to-download] several serious problems here](https://wordpress.org/support/topic/plugin-email-to-download-several-serious-problems-here/)
 *  Thread Starter [rtech](https://wordpress.org/support/users/alivemachine/)
 * (@alivemachine)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-email-to-download-several-serious-problems-here/#post-2008225)
 * Below is a link to a page using this short code which is not working properly:
 * [email-download download_id=”3″ contact_form_id=”5″
 * Page is up at:
    [http://www.alivemachine.com/music](http://www.alivemachine.com/music)
 * Page should be able to be up for a day or two. Hopefully I get a reply before
   that.
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [VocalTrance.it: A blog about a genre of electronic music](https://wordpress.org/support/topic/vocaltranceit-a-blog-about-a-genre-of-electronic-music/)
 *  [rtech](https://wordpress.org/support/users/alivemachine/)
 * (@alivemachine)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/vocaltranceit-a-blog-about-a-genre-of-electronic-music/#post-1985148)
 * The “social media widget” plugin for the sidebar is a good one.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to add a social media bar below the menu](https://wordpress.org/support/topic/how-to-add-a-social-media-bar-below-the-menu/)
 *  Thread Starter [rtech](https://wordpress.org/support/users/alivemachine/)
 * (@alivemachine)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/how-to-add-a-social-media-bar-below-the-menu/#post-1988357)
 * I think it’s those letters “.php” that make everything seem more complicated 
   than it really is.
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [VocalTrance.it: A blog about a genre of electronic music](https://wordpress.org/support/topic/vocaltranceit-a-blog-about-a-genre-of-electronic-music/)
 *  [rtech](https://wordpress.org/support/users/alivemachine/)
 * (@alivemachine)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/vocaltranceit-a-blog-about-a-genre-of-electronic-music/#post-1985135)
 * Took another look at your site and based on what you said, I think it’s pretty
   cool and definitely works. The slideshow does give it some action. Makes me wish
   I knew how to read italian though. 🙂
 * For adding to your sidebar widgets, I recommend a plugin called “social media
   widget”. You can see it at the bottom right of my site. And a tag cloud would
   be great for your style of site.
 * Yeah, I’m heavily industrial influenced. The trance tracks on there are on album
   1, tracks 3 and 7 and album 2, tracks 7 and 9. Kinda old skool though… made them
   many years ago.
 * Happy to see you’re writing about music/trance. There’s not too many good blogs
   on the web talking about this kind of thing. And it looks like you’re putting
   a lot into it which is great too.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to add a social media bar below the menu](https://wordpress.org/support/topic/how-to-add-a-social-media-bar-below-the-menu/)
 *  Thread Starter [rtech](https://wordpress.org/support/users/alivemachine/)
 * (@alivemachine)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/how-to-add-a-social-media-bar-below-the-menu/#post-1988236)
 * Thanks for your help. I will experiment with this… it sounds easier than I thought
   it would be.

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/users/alivemachine/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/alivemachine/replies/page/2/?output_format=md)