jwack
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: navXT – display on sub categoriesI guess I could hide it with css but thats kind of lame
Forum: Fixing WordPress
In reply to: PHP cycle values to alternate a css class?Thank you, this is just what I needed. Works great!
Forum: Fixing WordPress
In reply to: navXT – display on sub categoriesCan someone help with this?
Forum: Fixing WordPress
In reply to: Proper way to build category / site structureForum: Plugins
In reply to: List subcategories if viewing a Category, and brothers if in subcat.both of the codes above appear to do the same thing, im wondering what the difference is or which one to use?
Also, how would I get it to write out the parent category (so I could use it as a header)
Forum: Fixing WordPress
In reply to: Proper way to build category / site structureIf im on the review page or the game page and click a category it takes me to archive.php. Is there a way on archive.php I can tell which page I came FROM? That way I could display a certain sidebar depending on which page i came from?
Forum: Fixing WordPress
In reply to: Proper way to build category / site structureSorry I think im making things more complicated than they need to be. I just want a couple pages to have their own separate categories. And when your on a certain page and start clicking down into the categories you keep that same list of categories related to that page.
I think this post might help me…
I’ll give this a go as it sounds helpful.
Forum: Fixing WordPress
In reply to: Proper way to build category / site structuresuggestions?
Forum: Fixing WordPress
In reply to: Critical IE6 (and IE 5.5) Login Problemπ I had that same problem at work one day, took me forever to figure it out!
Forum: Fixing WordPress
In reply to: Proper way to build category / site structureI did the above. I have my 4 main pages set up. I ended up using custom templates for each page. In those templates I have my sidebar showing all sub-categories under a certain category.
<?php wp_list_categories('show_count=1&hide_empty=0&title_li=&child_of=9'); ?>If im on page “reviews” it only shows sub-categories that are under main category review. If im on page “games” it only shows sub-categories under the main category games. Thats works great.
Problem is, when I click on any of those sub-cats the page (archive,php) it takes me to shows all the categories again. Im trying to firgure out how to code archive.php so it keeps the correct categories depending on which page im coming from.
Any ideas?
Forum: Fixing WordPress
In reply to: Critical IE6 (and IE 5.5) Login ProblemHow are you running multiple installs of ie? Are you using multipleIEs? Ive had a problem with multipleIes before, I would go to a form and non of the inputs on the page would be selectable, if I remember correctly I couldn’t even select text on the page.
Try going to another page with a form on it in ie6 and see what happens.
Assuming, you are using MultipleIEs and this is the problem, I would recommend IETester, its a much better program for testing ALL versions of IE.