Title: kayaker's Replies | WordPress.org

---

# kayaker

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I add anchor NAMES to my postings?](https://wordpress.org/support/topic/how-do-i-add-anchor-names-to-my-postings/)
 *  [kayaker](https://wordpress.org/support/users/kayaker/)
 * (@kayaker)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/how-do-i-add-anchor-names-to-my-postings/#post-426230)
 * I wanted this for a post that was getting too long, so I hacked the quicktag.
   js (the code that runs the non-wysiwyg markup buttons). Now I have some new buttons
   that add the:
 * `<a name=" and <a href="#`
 * code.
 * Too long to post. Blogged here:
    [http://www.clarkburbidge.com/index.php/archives/2007/03/12/worpress-quicktags-anchor-tag-button/](http://www.clarkburbidge.com/index.php/archives/2007/03/12/worpress-quicktags-anchor-tag-button/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to edit Widget Meta sidebar links in WordPress 2.1?](https://wordpress.org/support/topic/how-to-edit-widget-meta-sidebar-links-in-wordpress-21/)
 *  [kayaker](https://wordpress.org/support/users/kayaker/)
 * (@kayaker)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/how-to-edit-widget-meta-sidebar-links-in-wordpress-21/#post-520742)
 * Thanks Otto42!
 * Now here’s how I did it in detail for dummies like me…
 * I have K2 ([http://getk2.com/](http://getk2.com/)), a widget compliant theme.
   
   I have installed the plugin Sidebar Widgets ([http://svn.wp-plugins.org/widgets/trunk](http://svn.wp-plugins.org/widgets/trunk)).
   I also installed Executable PHP widget ([http://ottodestruct.com](http://ottodestruct.com)).
 * At “Admin>>Presentation>>Sidebar Widgets” I scrolled down and added a “PHP Code
   Widget”. I drug this new button thingy (I guess a widget?) to the sidebar. Clicked
   the menu bar on the right end of that widget, and in the code box entered my 
   meta code.
 *     ```
       [<] ul [>]
               <?php wp_register(); ?>
   
       <li><?php wp_loginout(); ?></li>
       <li><a href="http://www.mailinglisthowto.com/sitemap/">">Site Map</a></li>
       <li><a>" title="<?php _e('Syndicate this site using RSS 2.0'); ?>"><?php _e('Entries RSS'); ?></a></li>
       <li><a>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments RSS'); ?></a></li>
       <li><a href="http://wordpress.org/">">WordPress</a></li>
               <?php wp_meta(); ?>
       [<] /ul [>]
       ```
   
 * This code (remove the “[]” around the “<>’s” of the “ul” and “/ul” tags) I stole
   from my K2 theme in the [k2 root]/app/moddules/meta.php.
 * Voila!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Functionality Issue With Dropdown_Cats](https://wordpress.org/support/topic/functionality-issue-with-dropdown_cats/)
 *  [kayaker](https://wordpress.org/support/users/kayaker/)
 * (@kayaker)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/functionality-issue-with-dropdown_cats/#post-435407)
 * Any body know how to get this to work with Zelig’s plugin. I want the same functionality!
 * Requested on Zelig’s site (link above) and here: [http://wordpress.org/support/topic/109439?replies=1#post-529186](http://wordpress.org/support/topic/109439?replies=1#post-529186)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [ReBlog and WP 2.1](https://wordpress.org/support/topic/reblog-and-wp-21/)
 *  Thread Starter [kayaker](https://wordpress.org/support/users/kayaker/)
 * (@kayaker)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/reblog-and-wp-21/#post-533523)
 * I got reblog to work with 2.1.2! Well sort of. I sill have an issue on 2 of 2
   sites where access to the do.php page that archives all the feeds and deletes
   feeds doesn’t work. It just spits, “no ID” at you and then the rest of the screen
   is blank. Any idea?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WordPress 1.2 Wiki Integration](https://wordpress.org/support/topic/wordpress-12-wiki-integration/)
 *  [kayaker](https://wordpress.org/support/users/kayaker/)
 * (@kayaker)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/wordpress-12-wiki-integration/page/2/#post-69843)
 * I have a preview slash problem that I can’t quite remedy. Anyone have a similar
   prob with ewiki and figure it out, by using the strip_wonderful_slashes.php plugin?
   I’m the last of the thread #10 replies [here!](http://weblogtoolscollection.com/archives/2004/07/05/wordpress-12-wiki-integration/)
 * Any and all help would be apreciated.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Maual SQL Post Upload: What are the wp-postmeta and wp-post2cat tables?](https://wordpress.org/support/topic/maual-sql-post-upload-what-are-the-wp-postmeta-and-wp-post2cat-tables/)
 *  Thread Starter [kayaker](https://wordpress.org/support/users/kayaker/)
 * (@kayaker)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/maual-sql-post-upload-what-are-the-wp-postmeta-and-wp-post2cat-tables/#post-335712)
 * Thanks! I figured it out with your help. Am I satisfied? Oh no… now I want more,
   but have a meager offering.
 * I cleaned up my OpenOfficeCalc sheet, saved it into Excel also, and talked a 
   bit about what [I did in this post!](http://www.clarkburbidge.com/index.php/archives/2006/02/11/bulk-post-import-excel-to-word-press/)
 * [How to bulk import posts into WordPress with Excel and MySQL.](http://www.clarkburbidge.com/index.php/archives/2006/02/11/bulk-post-import-excel-to-word-press/)
   I converted an old PostNuke database.
 * Now for my next question:
 * “How can I get these same imported posts in to multiple categories?” I don’t 
   understand databases well, but I’m trying.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Reblog Plug in problems](https://wordpress.org/support/topic/reblog-plug-in-problems/)
 *  [kayaker](https://wordpress.org/support/users/kayaker/)
 * (@kayaker)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/reblog-plug-in-problems/#post-115047)
 * Yes! I can if you are still wanting to fix this, or for any of you after the 
   fact bennificiaries of Anonymous’ Q.
 * The plugin needs to be edited so that it grabs your feed from ReFeed. It’s looking
   for example.com, but you have a new fancy feed URL that you get when you installed
   ReFeed. So you should have installed ReFeed first. In the main ReFeed window 
   grab the URL for the one of the Output links and put that where the example.com
   link is in the plugin php.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [alphabetical posts](https://wordpress.org/support/topic/alphabetical-posts/)
 *  [kayaker](https://wordpress.org/support/users/kayaker/)
 * (@kayaker)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/alphabetical-posts/#post-142226)
 * Thanks! That works great!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [RSS Aggregator](https://wordpress.org/support/topic/rss-aggregator-1/)
 *  [kayaker](https://wordpress.org/support/users/kayaker/)
 * (@kayaker)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/rss-aggregator-1/#post-74433)
 * Anyone know who the most recent “Anonymous – Unregistered” poster is? [This post!](http://wordpress.org/support/topic.php?id=9326#post-63869)
 * I want to know how this all works for him/her. If there is any action on the 
   forum anywhere else please post. I’ve got this thread RSS’d.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [PLUGIN FOR BLOGLINES](https://wordpress.org/support/topic/plugin-for-bloglines/)
 *  [kayaker](https://wordpress.org/support/users/kayaker/)
 * (@kayaker)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/plugin-for-bloglines/#post-154256)
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [PLUGIN FOR BLOGLINES](https://wordpress.org/support/topic/plugin-for-bloglines/)
 *  [kayaker](https://wordpress.org/support/users/kayaker/)
 * (@kayaker)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/plugin-for-bloglines/#post-154254)
 * I second the motion, though…
 * One thing that bugs me about Bloglines is the your clipping links are directed
   through Bloglines. If you do an RSS feed for your Bloglines blog you can read
   the headline, but clicking it leads you to a loglines page that has an additional
   link the the actual article that you clipped. 🙁 I’ve been looking at NewsGator,
   though some of my feeds that Bloglines reads NewsGator will not. Again 🙁
 * I would love an online news reader service that allows for clippings that would
   then be tied to a dynamic page in my WP blog. Ahhh… [pining]
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Your RSS News Feeds to WP](https://wordpress.org/support/topic/your-rss-news-feeds-to-wp/)
 *  Thread Starter [kayaker](https://wordpress.org/support/users/kayaker/)
 * (@kayaker)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/your-rss-news-feeds-to-wp/#post-129868)
 * I’ve had a few successful [ventures into RSS feeds](http://wordpress.org/support/topic.php?id=20524#post-117289).
   Thanks for the additional seeds.
 * I guess that the Q I’m more interested in is the whole process. How do folks 
   read, filter/summarize, then get the summary to their blog, of their favorite
   RSS feeds..
 * I’ve looked a bit further into NewsGator Online. They seem to be able to read
   feeds, then “clip” the posts of interest. The “clips” folder can be RSS’d. I 
   think that may be my solution for now, but I’m all ears for other methods.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multiuser blog with main summary page](https://wordpress.org/support/topic/multiuser-blog-with-main-summary-page/)
 *  Thread Starter [kayaker](https://wordpress.org/support/users/kayaker/)
 * (@kayaker)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/multiuser-blog-with-main-summary-page/#post-128717)
 * On RSS:
 * I’ve seen some, and played with, [MagpieRSS](http://magpierss.sourceforge.net/).
 * I tried this one out and it worked for me: [http://soderlind.no ](http://soderlind.no/archives/2004/11/08/aggrss-an-rss-aggregator/).
   He was very helpful!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multiuser blog with main summary page](https://wordpress.org/support/topic/multiuser-blog-with-main-summary-page/)
 *  Thread Starter [kayaker](https://wordpress.org/support/users/kayaker/)
 * (@kayaker)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/multiuser-blog-with-main-summary-page/#post-128716)
 * I’ve been thinking more along these lines…
 * What if there was a WP that could access all the different DB’s of the many muti
   users WP installs, then take those as the data for the “main” summary blog? I
   still think that some sort of style should be carried from the many to the one
   sumamry page.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [bbpress](https://wordpress.org/support/topic/bbpress/)
 *  [kayaker](https://wordpress.org/support/users/kayaker/)
 * (@kayaker)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/bbpress/#post-123013)
 * I’m trying to wrap my head around the implications of the new bbpress…
 * Do WP bbP share login and registration? It seems that bbP was made out of necessity,
   but as bloggers will this be a great benefit to us? If WP was used to run a group
   web presence as it is here, I can see it’s utility.
 * I have been waiting for bb’s and mailing lists to merge for some time now. I 
   use [postnuke](http://www.postnuke.com/index.php?module=Navigation) and [pnphpbb2](http://www.pnphpbb.com/modules.php?op=modload&name=ForumNews&file=index)
   for a couple of groups I run. There is a project I have been waiting on for with
   these packages called [m2f](http://m2f.sourceforge.net/). This will link the 
   bb and mailing list so that post to the ml go to the bb as well as bb posts to
   the ml. Any plans along that line for bbP? I wonder if RSS will eclipse the need
   for this.
 * Thanks for entertaining my musings…

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

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