nalco
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem: Front page goes to URL of specific pageHopefully that will fix it.
You dont have some weird redirection plugin running do ya?I was expecting you have a 301 redirect in your .htaccess, but you do not.
Forum: Fixing WordPress
In reply to: Problem: Front page goes to URL of specific pageYes, you can access it through FTP. Look in your Public HTML folder. Then open it notepad.
Forum: Fixing WordPress
In reply to: Security Problem, Unauthorized Administrator RightsDumb question, are you sure you are logged out before performing this search?
Do you have a cookie set to allow auto login to your site??
Forum: Fixing WordPress
In reply to: Problem: Front page goes to URL of specific pageCan you post the contents of your .htaccess file??
Forum: Fixing WordPress
In reply to: Multiple Bloggers posting to individual pages?All you have to do is create the categories.
When they post, they can choose the category to post under, which would be their name. It is really easy, just use the pull down box and pick their name.
When you go to the main index of your blog, it will show posts from all authors.
In the sidebar, will be links to each category (Authors Name). By clicking their name, it will show only posts by that author.
If for some reason the author forgets to choose the correct category, an Admin can go in assign the post the correct category after the fact.
Hope that helps. Kinda sounds like what your shooting for.
Forum: Fixing WordPress
In reply to: Multiple Bloggers posting to individual pages?Couldn’t that be done just by using categories?? Just set up categories that are named after each poster:
Bob
Jill
Stacey
Etc.Then, they could just post under their named category, and all their posts would be there.
Maybe I am misunderstanding.
Forum: Themes and Templates
In reply to: sidebar not following CSSWell if it changed when you installed the plugin, then you need to look in the plugin files for the offending CSS.
If you use Firefox, install the firebug extension and inspect the sidebar. It will tell you what file the CSS is being pulled from.
What plugin did you install??
Forum: Your WordPress
In reply to: Insect Macro Photography BlogIn all my years of browsing this forum, yours is the first site I have ever bookmarked. Interesting!
Forum: Alpha/Beta/RC
In reply to: WP 2.5 RC1.1 03-26-2008 Ignoring Header Style in CSSWe need a way to turn off the “Custom Header” option in the admin panel. The entire header is hijacked. I did some experimenting and tried to name my header.jpg to banner.jpg in my stylesheet. The result was a big blank of white space.
The admin panel requires that you configure the header there, which results in loss of control. I am stuck with a header BG color I don’t want, and cant figure out how to change.
Thanks!!
Forum: Alpha/Beta/RC
In reply to: WP 2.5 RC1.1 03-26-2008 Ignoring Header Style in CSSJust upgraded to 2.5 RC2, and still have the same problem. Anyone know what file this injected code is located in??
Thanks!
Forum: Themes and Templates
In reply to: Prev | Next links are reversedHA! Good! I was posting those links as you posted. Glad you figured it out.
Forum: Themes and Templates
In reply to: Prev | Next links are reversedI haven’t seen the prev/next link code written like that before. Most themes use something along the lines of:
<div class="navigation"> <div class="alignleft"><?php next_posts_link('« Older Entries') ?> </div> <div class="alignright"><?php previous_posts_link('Newer Entries »') ?> </div> </div>
That being said, if you write it like this:
<?php posts_nav_link(' - ','? Newer','Older ?') ?>
and it is backwards, have you tried writing it like this?:
<?php posts_nav_link(' - ','? Older','Newer ?') ?>
Does that work to switch it???
Forum: Fixing WordPress
In reply to: Digg not working with wordpressThis is weird. A link is a link, so it shouldn’t matter where the link is posted. I clicked the link in your post, and it worked fine.
Could you post the digg link that you say isn’t working??
Forum: Fixing WordPress
In reply to: Convert wordpress to a traditional websiteThanks very much for the info!
In the address bar of my browser, it doesn’t show the extension of the page.
It looks like this:
https://www.url.com/2008/02/14/title-of-post/
When I look at page info, it shows the type as text/html, but so do .php pages.
So how do I know if my permalinks end in .html??
The reason I am toying with this idea, is mainly for resource reasons. I love how convenient WP is, but its not that much harder to post to a traditional website if you are using templates. RSS can be added as well.
Right now I am just exploring the option of converting to a totally static site.
Thanks!
Forum: Plugins
In reply to: WP SuperCache Not CacheingFunny, I have never had problems figuring things out when it comes to wordpress. I would scoff at the endless posts I read about people not getting this to work when the instructions are so plain and easy to follow.
I couldn’t get this thing to serve cached paged either. I messed with it for about an hour, and gave up.
The rewrite rules are in my htaccess, I edited my wp-config file, WordPress is not in a subdomain and everything was enabled. At one point I threw security to the wind, and chmoded to 777, and nothing. WP-cache would cache files fine, supercache cached 2, but everytime it would load a dynamic page, though right below the Dynamic page served in .0075 seconds, it would have a supercache gz line.
I tried this on both Firefox and IE both completely logged out and all cookies deleted, no cache page served.
The only way I could get a cache page served message, was when I disabled the plugin and left the “define” rule in my wp-config file.
I might try later, but I am thoroughly disgusted with myself right now. I know it works, I just cant figure out how.
Version I tried was 0.5.4