BoBB
Forum Replies Created
-
Forum: Plugins
In reply to: New Plugin: Show coCommentsJust wanted to let everyone know the new version of coComment is released and they fixed all the issues, got a new version of Show coComments out with a couple new features inclduing displaying a link to your coComment RSS feed. Go grab it and leave your feedback =)
Forum: Plugins
In reply to: Flickr gallery .7 and WordPress 2.0Anybody any clue on this one?
Forum: Plugins
In reply to: Flickr gallery .7 and WordPress 2.0I tried that and it didn’t work. I also tried combining them into one IfModule section. I put it before the WP rules and after the WP rules within the same section and neither of them worked. I am completely lost on this one =/
Forum: Plugins
In reply to: Flickr gallery .7 and WordPress 2.0http://irgeek.net … the rewrite rule points to http://irgeek.net/photos/ -> http://irgeek.net/wp-gallery.php
I don’t have a link to either on the main page right now because they don’t work heh
Forum: Plugins
In reply to: Flickr gallery .7 and WordPress 2.0I moved it to the top and it now looks like this … still doesn’t work though. Gives me the 404 error.
# BEGIN FLICKR_RW
<ifmodule mod_rewrite.c>
RewriteEngine On
RewriteRule ^photos/?(album|page)?/?([_0-9a-z-]+)?/?(photo|page)?/?([_0-9a-z-]+)?/?(page)?/?([0-9]+)?/?$ /wp-gallery.php?$1=$2&$3=$4&$5=$6 [QSA]
</ifmodule>
# END FLICKR_RW<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule>Forum: Plugins
In reply to: Asides in sidebar – not homepage?I wrote a walkthrough on exactly how to have asides on the sidebar instead of on the main page. You can have them on any and every sidebar on your page, and they will never show on the front page, they will show in the archives but you can remove them from there if you want too and only have them available via the specific category archives.
Forum: Fixing WordPress
In reply to: implementing asidesFigured it out, there was syntax error in the code =/
Forum: Fixing WordPress
In reply to: implementing asidesNone of those methods use a second loop to do the asides so they dont really help =/ I don’t think it has anything to do with the asides either, it errors out like there is a syntax error, but I don’t see any problems with the syntax.
Forum: Plugins
In reply to: Photopress helpThis error doesn’t sound like it has anythig to do with the file format but with the fact that the image doesn’t actually exist. I work at a web hosting company and we have this problem with our customers quite often using the gallery software. Gallery doesn’t actually fail on uploading the image when it can’t upload the image, it fails on trying to process the image when it doesn’t exist. You will want to make sure that the web server has write permissions on %WP_ROOT%/wp-content/photos/ directory.
Forum: Plugins
In reply to: Creating a ADMIN THEME pluginSo do we get to see it? 😛
Forum: Fixing WordPress
In reply to: Include pageAh, nevermind, I had to read that a few times before I could understand it heh
Forum: Fixing WordPress
In reply to: Include pageI don’t want to use a different template for a wordpress page, I want to be able to include a different php page instead of the one that calls the posts.
Forum: Fixing WordPress
In reply to: $single and $withcommentsthe is_* functions worked awesome! Thank you 🙂
Forum: Fixing WordPress
In reply to: $single and $withcommentsThis seems like it would work great for pages, but if I just want to change the body tag if it is an archived post or the main page for now, in the future I will have things such as an archive page etc.
Forum: Fixing WordPress
In reply to: $single and $withcommentsThe code I have still doesnt work =/ Just to give more information, I am using this css for a menu and am on a permalink page thats supposed to hilite the archive tab, you can see it at http://myurotrip.org