[Bb-trac] [bbPress] #619: Slug based permalinks
bbPress
bb-trac at lists.bbpress.org
Sun Mar 18 16:17:59 GMT 2007
#619: Slug based permalinks
-------------------------+--------------------------------------------------
Reporter: sambauers | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 1.0
Component: Back-end | Version: 0.8.1
Severity: normal | Keywords: permalinks has-patch
-------------------------+--------------------------------------------------
Here is a patch that allows for slug based permalinks for forums, topics
and profiles. The links take the form:
{{{
<baseurl>/forum/forum-slug
<baseurl>/topic/topic-slug
<baseurl>/profile/username
}}}
To enable this feature the administrator must set:
{{{
$bb->mod_rewrite = 'slugs';
}}}
in the sites config.php file, the boolean value 'true' still replicates
the old permalinks behaviour.
Slugs are created automatically on creation of forums or topics. They are
not editable at this stage.
Multibyte/utf8 strings should work but testing has been minimal.
--
Ticket URL: <http://trac.bbpress.org/ticket/619>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list