[RESOLVED] Categori...
 
Notifications
Clear all

[RESOLVED] Categories page not displaying in Shinigami Blue

3 Posts
2 Users
0 Reactions
1,661 Views
(@chelle)
Posts: 122
Estimable Member
Topic starter
 

http://library.donnieyen.us/browse.php?type=categories

Problem: nothing prints when you click the categories to browse by categories.

Skin: Shinigami Blue

I've been reading the creating skins info in the docs/ folder as well as the 2.0 to 3.0 changes for skins trying to puzzle why nothing's printing as well as searching the forums, most of the things I found dealt with the block not showing and not the actual page.  The code is pretty much copy/paste from the creating skins categories.tpl example.

<!-- INCLUDE BLOCK : header -->
{topcategorytitle}
<div id="categoriesblock">
{categoryblock}
</div>
<div id="sort">{sortbegin}{charactermenu1} {genremenu} {ratingmenu} {warningmenu} {sortmenu} {completemenu} {sortend}</div>
<!-- INCLUDE BLOCK : listings -->
<!-- INCLUDE BLOCK : footer -->

if I delete the tpl from the skin folder forcing it to use the default categories.tpl..then I get a listing of categories.  I tried adding

<!-- START BLOCK : categoryblock -->

and

<!-- END BLOCK : categoryblock -->

just to see what it would do.  No change.  Can anyone shed some light on what may be causing it to not display, I've run out of things to try


 
Posted : 16/03/2007 4:38 pm
(@tammy)
Posts: 2577
Member Moderator
 

Delete categories.tpl from your skin.  The creating skins doc was written for 2.0 and hasn't been updated.  The categories.tpl became browse.tpl and the new categories.tpl only controls the look of an individual category item.  If you delete it, the skin will use the default one, and you should be good to go.


 
Posted : 16/03/2007 6:56 pm
(@chelle)
Posts: 122
Estimable Member
Topic starter
 

Gotcha, thanks for the clarification  πŸ˜€

Will edit the topic to RESOLVED


 
Posted : 18/03/2007 11:06 pm
Share: