Title: shopefowler's Replies | WordPress.org

---

# shopefowler

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

 *   [Profile](https://wordpress.org/support/users/shopefowler/)
 *   [Topics Started](https://wordpress.org/support/users/shopefowler/topics/)
 *   [Replies Created](https://wordpress.org/support/users/shopefowler/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/shopefowler/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/shopefowler/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/shopefowler/engagements/)
 *   [Favorites](https://wordpress.org/support/users/shopefowler/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: [Events Calendar – more than 1 calendar in 1 WP-installation](https://wordpress.org/support/topic/events-calendar-more-than-1-calendar-in-1-wp-installation/)
 *  [shopefowler](https://wordpress.org/support/users/shopefowler/)
 * (@shopefowler)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/events-calendar-more-than-1-calendar-in-1-wp-installation/#post-970764)
 * I’d love this too if anybody’s got a way to make it work.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: NextGEN Gallery] I now am displaying pic’s from a tag cloud!](https://wordpress.org/support/topic/plugin-nextgen-gallery-i-now-am-displaying-pics-from-a-tag-cloud/)
 *  [shopefowler](https://wordpress.org/support/users/shopefowler/)
 * (@shopefowler)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-i-now-am-displaying-pics-from-a-tag-cloud/page/2/#post-880138)
 * I used part of yyeric’s code to output the tag list in the sidebar of my page.
   I’m not really a programmer, so I have no idea if this is the best way to do 
   it, but it’s working for what I need it for.
 * I created a new page called “tags” (id=46) with the content:
    `[albumtags=]`
 * Then put this code in my gallery page sidebar to output the tags as links:
 *     ```
       Show photos of:<br /><ul class="galtags">
       <?
       global $wpdb;
       $results = $wpdb->get_results('SELECT name, slug FROM wp_ngg_tags');
       foreach ($results as $row) {
   
       echo "<li><a href=http://www.fathernaturelandscapes.com/nggallery/page-46/tags/";
       echo $row->slug;
       echo ">";
       echo $row->name;
       echo "</a> </li> ";
       }
       ?>
       </ul>
       ```
   
 * The link in the sidebar code uses the tags page id and slug to make it work. 
   Don’t really understand why, but there you have it.
 * [Here’s the gallery page in action.](http://fathernaturelandscapes.com/photogallery/)
   
   [Here’s a more indepth explanation of what I did.](http://www.soulrinse.com/soulblog/how-to-create-a-nextgen-gallery-tag-cloud/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [2.3 upgrade db error upon page edit](https://wordpress.org/support/topic/23-upgrade-db-error-upon-page-edit/)
 *  Thread Starter [shopefowler](https://wordpress.org/support/users/shopefowler/)
 * (@shopefowler)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/23-upgrade-db-error-upon-page-edit/#post-650095)
 * I’ve tried deleting all plugins from the server, and switching to upgraded themes
   to see if that was the problem. No luck.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Urgent!] 2.3 Upgrade Error “WordPress Database Error Duplicate Entry”](https://wordpress.org/support/topic/urgent-23-upgrade-error-wordpress-database-error-duplicate-entry/)
 *  [shopefowler](https://wordpress.org/support/users/shopefowler/)
 * (@shopefowler)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/urgent-23-upgrade-error-wordpress-database-error-duplicate-entry/page/2/#post-625365)
 * I’m having the same problem fantasycrusader was having. Can someone help me fix
   it? Or tell me how to undo the upgrade?

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