I figured my first step would be to nail down a proof of concept rewrite rule to take /clintg and rewrite it to /index.php?/authors/5-clintg . I added the following right after the RewriteBase rule and it doesn't appear to work.
Code: Select all
RewriteRule ^(clintg) index.php?/authors/5-$1 [NC,L,QSA]Code: Select all
RewriteRule ^authors/clintg index.php?/authors/5-clintg [NC,L,QSA]Code: Select all
RewriteRule ^(authors/([0-9]+)-[0-9a-z\.\_!;,\+\-\%]+) index.php?/$1 [NC,L,QSA]After I have that figured out, I guess I'm wondering if s9y has the ability to display posts by a user when only provided with the username? If not would it be possible to create a plugin and feed it domain.com/blog/USERNAME or USERNAME.domain.com and have it return the user ID and get us to that author's posts?
Thanks.
Clint