
12-23-2005, 09:05 AM
|
|
|
Join Date: Apr 2004
Location: Windsor, Ontario
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by calorie
Oh oh oh, I see what you mean. Yeah, when you set categories, there aren't options for 'No one / Not available' so nothing is done for BBcode, but if you edit the functions.php file...
Code:
$do_html = false;
$do_smilies = false;
$do_bbcode = false;
$do_imgcode = false;
$do_parseurl = false;
$do_comments = false;
$do_ratings = false;
You can set the defaults to whatever, true or false, for the 'No one / Not available' category.
|
Just out of curiousity, after looking over my functions.php file I don't really have an idea what to edit to set a default category. Help?
|