westpointer
Forum Replies Created
-
Forum: Plugins
In reply to: Excluding categories from RSSFYI – I wanted to exclude a certain category (51) from being in the RSS feed for any user. Modifying wp-rss.php to
$blog=1;
$doing_rss = 1;
$cat=-51;did the trick!
Forum: Fixing WordPress
In reply to: Permalinks won’t workCorrecting the path did the trick. Thanks!
Forum: Fixing WordPress
In reply to: Permalinks won’t workoh … crap … the silly simple things are what get you. Of course it is not in /wordpress except relative to the docroot. I’ll make that change and see if it helps. thanks!
Forum: Fixing WordPress
In reply to: Index.php not in URLAlso, the dashboard does not display properly (at all) which makes me think there is also some sort of xml issue.
Forum: Fixing WordPress
In reply to: Index.php not in URLJinsan – thanks for the reply but it’s not a permalink issue. The issues seems to be with IIS. With Apache, if it sees a link like /?cat=1 it runs that as /index.php?cat=1. But IIS trys to actually run /?cat=1 which fails.
Forum: Fixing WordPress
In reply to: Index.php not in URLThanks for the reply. The answer seems to be … it won’t work with this configuration!
Forum: Plugins
In reply to: Wp-Polls 1.5 updatedBack again … my problem is a little different. The site I’m working on uses WP on the backend but most of the displayed articles use custom code, ie we don’t run a theme.
Here is our testing URL: http://www.warfarehq.com/template1.php.
I don’t run wp_head(), instead I call wp-blog-header.php at the top of my php page. Given that scenario, where should I place vote_poll() to get the cookie to set and not get the header error?
Thanks!
Forum: Plugins
In reply to: Wp-Polls 1.5 updatedGamerZ – can you post some example code of where to place <?php vote_polls(); ?>
I can’t seem to get the cookie to set or get rid of the error message:
Warning: Cannot modify header information – headers already sent
Thanks!
Forum: Fixing WordPress
In reply to: Category-based templates/stylesThat’ll work. You can also have per category templates.
How would you handle this if the permalinks are turning the cat into the friendly name?
Forum: Fixing WordPress
In reply to: Category-based templates/stylesI understand how this code could by used to get a different style sheet. Could it be modified to get an entirely different theme?
Forum: Fixing WordPress
In reply to: Default theme looks great in FireFox, aligned left in IEI downloaded the mallow them. It’s sized wide enough to accomodate my55opx images.
Forum: Fixing WordPress
In reply to: Wp 1.5 “page” as homepageI think you could do this by adding another PHP page (say user-page.php) that is called by the index.php page. user-page.php would set which “Page” to display based on the user who is logged in.
Forum: Fixing WordPress
In reply to: Default theme looks great in FireFox, aligned left in IEI seem to be down to 2 choices to get the default theme to work right for me in IE. 1) resize my pics to be under 450 px 2) increase the size of the post content area to 550 px.
Option 2 seems simple enough but darn if I can get it working right. Can someone hold my hand and show me what I’ll I need to change?
Forum: Fixing WordPress
In reply to: Default theme looks great in FireFox, aligned left in IEI edited the header.php file but that didn’t do the trick. What should it do when the second margin statement is removed? Does that resize the images or is it suppose to let the content area become wider? Page still looks fine in FireFox.
Forum: Fixing WordPress
In reply to: Default theme looks great in FireFox, aligned left in IEAh … I see. FireFox is resizing the images to fit within the width specified by the stylesheet. Is there a way to code the image so IE does that too?