Quote:
Originally Posted by Sofia
This hack works perfectly and it's very practical. Good & great work, harmor
Just two problem : when i add a category and a FAQ, title is "Uncategorized" but it's not important.
And when you add a FAQ, you must use "<br />" to cross a line.
|
The only items under the "Uncategorized" title should be FAQ items that were in a category you've deleted. Walk me through your process so I can recreate the problem.
The reason you must use "<br />" instead of having it automatically add line breaks is presentation.
PHP Code:
<if condition="!$bbuserinfo[userid]">
Guests
</if>
If line breaks were created automatically you'd have a break before "Guests" because of the conditional.
On a side note... Do you like how it automatically redirects to the form to add a FAQ item after adding a new category?