Title: nikz's Replies | WordPress.org

---

# nikz

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

 *   [Profile](https://wordpress.org/support/users/nikz/)
 *   [Topics Started](https://wordpress.org/support/users/nikz/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nikz/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nikz/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nikz/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nikz/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nikz/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: [[Panorama - 360 degree Virtual Tour, Panoramic Image viewer and More] Flat images?](https://wordpress.org/support/topic/flat-images/)
 *  [nikz](https://wordpress.org/support/users/nikz/)
 * (@nikz)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/flat-images/#post-14951600)
 * I have this same question. My 180° images are wrapped 360° and thus appear misshapen/
   distorted.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced WP Columns] Can’t see the plugin on version 4.7.5](https://wordpress.org/support/topic/cant-see-the-plugin-on-version-4-7-5/)
 *  [nikz](https://wordpress.org/support/users/nikz/)
 * (@nikz)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/cant-see-the-plugin-on-version-4-7-5/#post-9307302)
 * I’m not seeing it either running 4.8… any ideas?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Parent Child Member Access](https://wordpress.org/support/topic/parent-child-member-access/)
 *  Thread Starter [nikz](https://wordpress.org/support/users/nikz/)
 * (@nikz)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/parent-child-member-access/#post-7647558)
 * Thanks for the reply Dan! I should have also mentioned that this is a contract
   job, I am just the developer and are tasked with building the site. Eventually
   it will go into the hands of others.
 * The scenario is Ice Skating Rinks and the management of a training schedule/scenario
   for children from ages 6-ish to mid-teens, with badges and awards upon completion
   of a particular module.
 * Parents will only be the ones paying the associates fees, kids will attend the
   training sessions and the website itself will be managed by Ice Rink staff (managers,
   trainers etc.). Ideally, the parents will have access to the child accounts but
   the kids can use it as their own little portal to show off the badges etc.
 * It sounds like a simple scenario, but it has evidently become a little more complicated,
   considering the somewhat sensitive nature of giving kids an online portal and
   a pseudo social networking environment. There is a reason that Facebook has age
   restrictions (you must be 13 and older to have a Facebook account).
 *  Thanks for the suggestions Dan. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom User Avatars](https://wordpress.org/support/topic/custom-user-avatars/)
 *  Thread Starter [nikz](https://wordpress.org/support/users/nikz/)
 * (@nikz)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/custom-user-avatars/#post-7570846)
 * Nice, thank you. I’ll have a play and see if they will suit the needs! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Calling Subpage Content](https://wordpress.org/support/topic/calling-subpage-content/)
 *  [nikz](https://wordpress.org/support/users/nikz/)
 * (@nikz)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/calling-subpage-content/#post-998082)
 * I had a similar requirement, just figured it out.
 * You can put your subpages into an array thusly…
    `$subpages = get_pages("child_of
   =".$post->ID);`
 * Then echo the subpage and column you need like so…
    `_e($subpages[0]->post_content);`
 * Add this to your page template and just substitute ‘post_content’ with the required
   column. Wrap the echo in a **for** or **while** loop to give the client a way
   to add/remove employees by simply creating/deleting subpages.
 * I used this technique to provide a client a way of giving pages different sidebar
   content for each page.

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