Title: Doodlebug's Replies | WordPress.org

---

# Doodlebug

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Adding RSS Icon](https://wordpress.org/support/topic/adding-rss-icon/)
 *  [Doodlebug](https://wordpress.org/support/users/doodlebug/)
 * (@doodlebug)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/adding-rss-icon/#post-871530)
 * Maybe put it within a span and use absolute positioning to set it out there. 
   The div that contains it must be relatively positioned though I believe.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Header image based on Page ID?](https://wordpress.org/support/topic/header-image-based-on-page-id/)
 *  [Doodlebug](https://wordpress.org/support/users/doodlebug/)
 * (@doodlebug)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/header-image-based-on-page-id/#post-871344)
 * From here: [http://css-tricks.com/new-screencast-current-nav-php-body-id/](http://css-tricks.com/new-screencast-current-nav-php-body-id/)
 *     ```
       </head>
   
       <?php
       	$page = $_SERVER['REQUEST_URI'];
       	$page = str_replace("/","",$page);
       	$page = str_replace(".php","",$page);
       	$page = str_replace("?s=","",$page);
       	$page = $page ? $page : 'default'
       ?>
   
       <body id="<?php echo $page ?>">
       ```
   
 * But adapt to style your header so:
    `body#about #header { background:red; }`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Register Plus] Custom Logo Not Appearing](https://wordpress.org/support/topic/plugin-register-plus-custom-logo-not-appearing-1/)
 *  [Doodlebug](https://wordpress.org/support/users/doodlebug/)
 * (@doodlebug)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/plugin-register-plus-custom-logo-not-appearing-1/#post-846261)
 * How did you solve this?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS Doesn’t Work – XML Parsing Error](https://wordpress.org/support/topic/rss-doesnt-work-xml-parsing-error/)
 *  [Doodlebug](https://wordpress.org/support/users/doodlebug/)
 * (@doodlebug)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/rss-doesnt-work-xml-parsing-error/page/2/#post-696612)
 * Hey, thanks for the suggestion.
 * I did have trailing slash, and updated my permalinks accordingly – but no luck.
   🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adding alphabetical indexing to long author list page](https://wordpress.org/support/topic/adding-alphabetical-indexing-to-long-author-list-page/)
 *  Thread Starter [Doodlebug](https://wordpress.org/support/users/doodlebug/)
 * (@doodlebug)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/adding-alphabetical-indexing-to-long-author-list-page/#post-861716)
 * BTW, this has moved here: [http://www.abletonartists.com/artists/](http://www.abletonartists.com/artists/)
 * Even just a page listing, much like how the front page of WP will only show 10
   posts (or whatever) and you have Next page, Previous page links. Although alphabetical
   would be better.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS Doesn’t Work – XML Parsing Error](https://wordpress.org/support/topic/rss-doesnt-work-xml-parsing-error/)
 *  [Doodlebug](https://wordpress.org/support/users/doodlebug/)
 * (@doodlebug)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/rss-doesnt-work-xml-parsing-error/page/2/#post-696609)
 * Trust me i’ve gone through EVERY php file (see edit above though).
 * Weird thing was though – every file had an extra line after the closing ?> – 
   why would this be? I didn’t open or edit any of these files and uploaded them
   as is from the default download.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS Doesn’t Work – XML Parsing Error](https://wordpress.org/support/topic/rss-doesnt-work-xml-parsing-error/)
 *  [Doodlebug](https://wordpress.org/support/users/doodlebug/)
 * (@doodlebug)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/rss-doesnt-work-xml-parsing-error/page/2/#post-696607)
 * I’m having the same trouble:
    Checked every php file I can find for the extra
   spaces and no luck.
 * Tried removing all plugins and switching back to default theme, but no luck.
 * EDIT: I suspect this might have something to do with Permalinks not being the
   default. The RSS link is currently going to [http://www.abletonartists.com/feed/](http://www.abletonartists.com/feed/)
   because Permalinks are set to ‘Day And Name’ (second option down in WP). My htaccess
   is writable though and I even updated it the manual way. The permalinks on posts
   etc. were fine – how can I kickstart the feed?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change comment style for Authors?](https://wordpress.org/support/topic/change-comment-style-for-authors/)
 *  [Doodlebug](https://wordpress.org/support/users/doodlebug/)
 * (@doodlebug)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/change-comment-style-for-authors/#post-803283)
 * I think the main reason why it doesn’t validate is to do with either the 1 Pixel
   Out Audio Player plugin or the SoundCloud player (which uses <embed>) – both 
   Flash entities.
 * I’ve got it up on its own site now btw: [http://www.abletonartists.com/](http://www.abletonartists.com/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change comment style for Authors?](https://wordpress.org/support/topic/change-comment-style-for-authors/)
 *  [Doodlebug](https://wordpress.org/support/users/doodlebug/)
 * (@doodlebug)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/change-comment-style-for-authors/#post-803281)
 * Thanks guys but i’m getting some weird results, because i’m getting confused 
   with adding this in with the alternative comment stuff that’s already there.
 * Here’s what I have (lines 12, 24, 47 and 48 ): [http://www.pastebin.ca/1205824](http://www.pastebin.ca/1205824)
 * What happens is a random comment poster (Dave, rather than fatrabbit – aka admin
   who happens to be the author of this post) gets the class added to the new div
   as seen in the source code here: [http://www.werebunny.com/aa/2008/09/17/1-bit-audio-player-test-for-mp3s/](http://www.werebunny.com/aa/2008/09/17/1-bit-audio-player-test-for-mp3s/)
 * I guess I don’t really want an extra div just for this as it’s harder to style
   in conjunction with alternative post styling. How can I integrate this into the
   alt comment styling on the
    < li >< /li > ?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change comment style for Authors?](https://wordpress.org/support/topic/change-comment-style-for-authors/)
 *  [Doodlebug](https://wordpress.org/support/users/doodlebug/)
 * (@doodlebug)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/change-comment-style-for-authors/#post-803278)
 * Would this work on a multi-author blog? To highlight comments from the author
   in his/her own post?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [New Plugin AZIndex Available : Create alphabetical indexes for your blog posts.](https://wordpress.org/support/topic/new-plugin-available-create-alphabetical-indexes-for-your-blog-posts/)
 *  [Doodlebug](https://wordpress.org/support/users/doodlebug/)
 * (@doodlebug)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/new-plugin-available-create-alphabetical-indexes-for-your-blog-posts/#post-773061)
 * Can this be used to generate alphabetical indexes for a list of authors?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [How to use jquery in wordpress?](https://wordpress.org/support/topic/how-to-use-jquery-in-wordpress/)
 *  [Doodlebug](https://wordpress.org/support/users/doodlebug/)
 * (@doodlebug)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/how-to-use-jquery-in-wordpress/#post-771711)
 * I’ve since done it direct like this and it works…
    `<script src="<?php bloginfo('
   stylesheet_directory'); ?>/js/jquery-1.2.6.min.js" type="text/javascript"></script
   >`
 * I know this isn’t the right way to do it – how can I use the in-built jQuery 
   properly? All the documentation/writings concentrate on the perspective of plugin
   writers, not theme authors!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [How to use jquery in wordpress?](https://wordpress.org/support/topic/how-to-use-jquery-in-wordpress/)
 *  [Doodlebug](https://wordpress.org/support/users/doodlebug/)
 * (@doodlebug)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/how-to-use-jquery-in-wordpress/#post-771708)
 * Can’t get jQuery localScroll to work (so there is an animation between local 
   anchor links on the same page):
 *     ```
       <?php wp_enqueue_script( 'scrollTo', 'wp-content/themes/abletonartists/js/jquery.scrollTo-min.js', array( 'jquery' ) ); ?>
       	<?php wp_enqueue_script( 'localScroll', 'wp-content/themes/abletonartists/js/jquery.localscroll-min.js', array( 'jquery' ) ); ?>
       	<script type="text/javascript">
       		$(document).ready(function() {
       			$.localScroll({
       				duration:1600
       			});
       		});
       	</script>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [List all registered users (authors) on a page with their info…](https://wordpress.org/support/topic/list-all-registered-users-authors-on-a-page-with-their-info/)
 *  Thread Starter [Doodlebug](https://wordpress.org/support/users/doodlebug/)
 * (@doodlebug)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/list-all-registered-users-authors-on-a-page-with-their-info/#post-859561)
 * If anyone’s interested I figured this out from here: [http://justintadlock.com/archives/2008/06/09/doing-more-with-gravatars-authors-template-page](http://justintadlock.com/archives/2008/06/09/doing-more-with-gravatars-authors-template-page)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Localhost – can’t log in to admin](https://wordpress.org/support/topic/localhost-cant-log-in-to-admin/)
 *  Thread Starter [Doodlebug](https://wordpress.org/support/users/doodlebug/)
 * (@doodlebug)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/localhost-cant-log-in-to-admin/#post-857062)
 * I tried creating a new database and installing WP again. I was then able to get
   to the dashboard. When I made any changes however (posts, edit pages etc.) it
   would work but would just go to a blank page when you click ‘Save’ or ‘Publish’.
   The original problem has appeared again now though – after shutting down MAMP
   for a break and then starting it up again.

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

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