Title: agentx's Replies | WordPress.org

---

# agentx

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PayPal for WooCommerce] Error 500 on activation](https://wordpress.org/support/topic/error-500-on-activation/)
 *  [agentx](https://wordpress.org/support/users/agentx/)
 * (@agentx)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/error-500-on-activation/#post-8689872)
 * It’s broken at my end too. Didn’t debug it, but sticking to the 1.2.4 for now.
 * Cheers!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Suggestion for a lightbox (Fancybox?) with login to automatically open on click](https://wordpress.org/support/topic/suggestion-for-a-lightbox-fancybox-with-login-to-automatically-open-on-click/)
 *  [agentx](https://wordpress.org/support/users/agentx/)
 * (@agentx)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/suggestion-for-a-lightbox-fancybox-with-login-to-automatically-open-on-click/#post-2621680)
 * If you only need to popup a fancy box on any instant lets say a href, it’s piece
   of cake, depending upon how fancy* is integrated. I worked with a css bases fancybox
   and this is how it was achieved.
    `<a href=".." class="fancybox">Text</a>` it’s
   a baby solution.
 * If you wanted to control redirection, use wp user control widget.
 *     ```
       <div class="fancybox"><?php wp_loginout(); ?></div>
       <div class="fancybox"><?php wp_register("",""); ?></div>
       ```
   
 * I’m throwing you a bone.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Please Help to Remove the "wp-" prefix from files and folders](https://wordpress.org/support/topic/please-help-to-remove-the-wp-prefix-from-files-and-folders/)
 *  [agentx](https://wordpress.org/support/users/agentx/)
 * (@agentx)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/please-help-to-remove-the-wp-prefix-from-files-and-folders/#post-2704057)
 * Well, it’s very hard to say, I tried and eventually crashed my installation after
   trying so many things, modding every single file. But this is something we wont
   be doing. Every single file is calling the instances of wp- prefixes, which IDK
   seems too foolish. Opensource with a branding sux. Joomla is still a very best
   and I’ve done a hell lot of modding on that.
    Coming back to the topic, you got
   only one shot, i.e. your apache mod rewrite, study it and you might be able to
   generate custom url, but don’t expect WP to do anything for you on this 😉 Cheerx
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to get latest post content and/or excerpt from specific categories](https://wordpress.org/support/topic/how-to-get-latest-post-content-andor-excerpt-from-specific-categories/)
 *  Thread Starter [agentx](https://wordpress.org/support/users/agentx/)
 * (@agentx)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/how-to-get-latest-post-content-andor-excerpt-from-specific-categories/#post-2782347)
 * I’m trying this code and will update about the resultant code here.

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