Title: zerovic's Replies | WordPress.org

---

# zerovic

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Horizontal List of Posts](https://wordpress.org/support/topic/horizontal-list-of-posts/)
 *  Thread Starter [zerovic](https://wordpress.org/support/users/zerovic/)
 * (@zerovic)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/horizontal-list-of-posts/#post-1785732)
 * wow, thank you so much! you guys rule!:)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Folding Categories? Category effects?](https://wordpress.org/support/topic/folding-categories-category-effects/)
 *  Thread Starter [zerovic](https://wordpress.org/support/users/zerovic/)
 * (@zerovic)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/folding-categories-category-effects/#post-1709905)
 * hey, actually I made it work i guess…there’s a plugin called WPDtree..
    you can
   download it at [http://wordpress.org/extend/plugins/wp-dtree-30/](http://wordpress.org/extend/plugins/wp-dtree-30/)
 * regards,
    zerovic
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [List Subcategories of Parent Category](https://wordpress.org/support/topic/list-subcategories-of-parent-category/)
 *  Thread Starter [zerovic](https://wordpress.org/support/users/zerovic/)
 * (@zerovic)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/list-subcategories-of-parent-category/#post-1556870)
 * ok well, i couldn’t sleep last night, so i have played around with the codes 
   😉
    here’s the solution!
 * >  <h4>Categories</h4>
   >  <ul class=’xoxo blogroll’>
   >  - <?php
   >     $parentCatList = get_category_parents($cat,false,’,’); $parentCatListArray
   >    = split(“,”,$parentCatList); $topParentName = $parentCatListArray[0]; $id
   >    = get_cat_id($topParentName); wp_list_cats(‘sort_column=id&optioncount=0&
   >    use_desc_for_title=0&child_of=’ . $id); ?>
 * kind ragards,
    zerovic
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Last 5 post titles from category 1](https://wordpress.org/support/topic/last-5-post-titles-from-category-1/)
 *  Thread Starter [zerovic](https://wordpress.org/support/users/zerovic/)
 * (@zerovic)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/last-5-post-titles-from-category-1/#post-1556137)
 * thank you 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Mingle Forum] Not compatible with certain themes…](https://wordpress.org/support/topic/plugin-mingle-forum-not-compatible-with-certain-themes/)
 *  [zerovic](https://wordpress.org/support/users/zerovic/)
 * (@zerovic)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-mingle-forum-not-compatible-with-certain-themes/#post-1536167)
 * glad you made it!
 * regards,
    zerovic
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Mingle Forum] Not compatible with certain themes…](https://wordpress.org/support/topic/plugin-mingle-forum-not-compatible-with-certain-themes/)
 *  [zerovic](https://wordpress.org/support/users/zerovic/)
 * (@zerovic)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-mingle-forum-not-compatible-with-certain-themes/#post-1536160)
 * yeah, it’s ok now ;))
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Mingle Forum] Not compatible with certain themes…](https://wordpress.org/support/topic/plugin-mingle-forum-not-compatible-with-certain-themes/)
 *  [zerovic](https://wordpress.org/support/users/zerovic/)
 * (@zerovic)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-mingle-forum-not-compatible-with-certain-themes/#post-1536147)
 * cartpauj: click FORUM then try to scroll down the area where the forum is 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Connection Information Needed – can’t get it connected](https://wordpress.org/support/topic/connection-information-needed-cant-get-it-connected/)
 *  [zerovic](https://wordpress.org/support/users/zerovic/)
 * (@zerovic)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/connection-information-needed-cant-get-it-connected/#post-1536689)
 * hey there, :21 is the port,
    take a look at [http://codex.wordpress.org/Editing_wp-config.php#FTP.2FSSH_Constants](http://codex.wordpress.org/Editing_wp-config.php#FTP.2FSSH_Constants)
 * or simply open your wp-config.php and add these lines somewhere in the file
 * >  define(‘FTP_USER’, ‘username’);
   >  define(‘FTP_PASS’, ‘password’); define(‘FTP_HOST’,‘
   > ftp.example.org:21’);
 * regards,
    zerovic
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [rss2 – not working in chrome](https://wordpress.org/support/topic/rss2-not-working-in-chrome/)
 *  [zerovic](https://wordpress.org/support/users/zerovic/)
 * (@zerovic)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/rss2-not-working-in-chrome/#post-1535496)
 * ok, take a look at this…
    after adding the rss reader extension to google chrome,
   it works like charm
 * > [https://chrome.google.com/extensions/detail/nlbjncdgjeocebhnmkbbbdekmmmcbfjd](https://chrome.google.com/extensions/detail/nlbjncdgjeocebhnmkbbbdekmmmcbfjd)
 * so i still think it’s browser related issue
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [rss2 – not working in chrome](https://wordpress.org/support/topic/rss2-not-working-in-chrome/)
 *  [zerovic](https://wordpress.org/support/users/zerovic/)
 * (@zerovic)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/rss2-not-working-in-chrome/#post-1535495)
 * to be honest, i have never tested my rss feeds with chrome..how i see, i get 
   the same thing on my sites (15 blogs) with chrome.firefox reads everything like
   charm, but chrome messes up everything….maybe a chrome issue?!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Mass Contact Form](https://wordpress.org/support/topic/mass-contact-form/)
 *  [zerovic](https://wordpress.org/support/users/zerovic/)
 * (@zerovic)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/mass-contact-form/#post-1535959)
 * so, you want your visitors to be able to send a massage to every registered members
   you have? why would you do that?!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Mingle Forum] Not compatible with certain themes…](https://wordpress.org/support/topic/plugin-mingle-forum-not-compatible-with-certain-themes/)
 *  [zerovic](https://wordpress.org/support/users/zerovic/)
 * (@zerovic)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-mingle-forum-not-compatible-with-certain-themes/#post-1535954)
 * oh, i see now…well..since the forum template is bigger then the actual div where
   it opens, i won’t load properly. try making a bigger div for the forum…what about
   making a full width page template for the forum page?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: NextGEN Gallery] In Galerie hochladen funtioniert nicht mehr](https://wordpress.org/support/topic/plugin-nextgen-gallery-in-galerie-hochladen-funtioniert-nicht-mehr/)
 *  [zerovic](https://wordpress.org/support/users/zerovic/)
 * (@zerovic)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-in-galerie-hochladen-funtioniert-nicht-mehr/#post-1535950)
 * i guess asking on german won’t lead you anywhere :S
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Mingle Forum] Not compatible with certain themes…](https://wordpress.org/support/topic/plugin-mingle-forum-not-compatible-with-certain-themes/)
 *  [zerovic](https://wordpress.org/support/users/zerovic/)
 * (@zerovic)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-mingle-forum-not-compatible-with-certain-themes/#post-1535947)
 * i don’t see any bugs…could you be more detailed please?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Get SUM and Top list of custom fields](https://wordpress.org/support/topic/get-sum-and-top-list-of-costum-fields/)
 *  Thread Starter [zerovic](https://wordpress.org/support/users/zerovic/)
 * (@zerovic)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/get-sum-and-top-list-of-costum-fields/#post-1534789)
 * please guys?
    i’m going through [http://codex.wordpress.org/Custom_Fields](http://codex.wordpress.org/Custom_Fields)
   for now..maybe I can figure something out

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

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