PDA

View Full Version : Categories don't show on browse page


natekinnison
04-01-2008, 05:32 PM
When I go to my portfolio page (browse page):

[URL="http://natekinnison.com/index.php?x=browse"]

my categories don't show and I can't figure out why.

Here is the source as it currently exists to the bottom of the source page:

<div id="browse_categories">
You are now viewing ::<br />
<span class="viewing">"<CATEGORY_OR_DATE_NAME_PAGED_ARCHIVE>"</span><br /><br />
Choose another category ::<br />
<CATEGORY_LINKS_AS_LIST>
</div> <!-- browse_categories -->

<div style="clear:both;"></div>

</div> <!-- browse_box -->

</div> <!-- browse_wrapper -->

</body>
</html>



Please Help!

Dennis
04-01-2008, 05:52 PM
I hate pointing out the obvious but is the paged_archive addon enabled?

Secondly, it seems there is a space in the tag:

<CATEGORY_OR_DATE_NAME_PAGED_ARCH IVE> you might want to try: <CATEGORY_OR_DATE_NAME_PAGED_ARCHIVE>

natekinnison
04-01-2008, 07:57 PM
It's the obvious I missed...problem solved

Thanks for the obvious tip