Recent Topics

1 Mar 16, 2010 18:54    

My b2evolution Version: Not Entered

currently the most convenient way to detail a single post url is

domain.com/cat/subcat/post-title

which stands for

domain.com/cat(main_cat)/subcat(subcat of main_cat)/post-title

is it possible to make that

domain.com/extra_cat/subcat/post-title

a simpe yes or no would suffice, and a few pointers maybe, a solution would be greatly appreciated, thanks in advance

2 May 01, 2010 05:52

In case if you didn't find an answer yet... No, you can't use extra_cat in place of main_cat. You can probably hack _blog_main.inc.php around this line

elseif( preg_match( '|^[A-Za-z0-9\-_]+$|', $last_part ) )	// UNDERSCORES for catching OLD URLS!!!


Form is loading...