Recent Topics

1 Mar 17, 2006 18:31    

Goodday all. I'm working on putting categories under the arcdir. I've sorta got it to work:

http://www.autodogmatic.com/index.php/a?disp=arcdir

However, for some reason, the _categories.php is resulting in the sidebar being put under the content. I can't seem to figure out why.

Also, how does b2evo call up "Archive Directory" at the top of the page? I don't see this anywhere. Thanks!

Okay, I got the sidebar thing fixed. How could I add a heading for "Posts by Category" similar to "Archive Directory"?

2 Mar 18, 2006 01:10

NealO wrote:

How could I add a heading for "Posts by Category" similar to "Archive Directory"?

Add a new heading or replace the existing one? Either way it'll be similar I think. That's an unfortunate function in that you can't customize the text with parameters, so you'll have to do a core file hack. That means you'll lose your hack whenever you upgrade, but that's life I guess.

Anyway crack open b2evocore/_functions_template.php and look for "function arcdir_title" and you'll see where the text is generated.


Form is loading...