- Code: Select all
http://www.mydomain/forums/member/redactuk/
show
- Code: Select all
http://www.mydomain/member/redactuk/
but still include the /forums/ base for everything else.
Thanks
Moderator: Moderators
http://www.mydomain/forums/member/redactuk/http://www.mydomain/member/redactuk/ function set_user_url( $username, $user_id = 0 ) {
if (empty($this->seo_url['user'][$user_id])) {
$username = strip_tags($username);
$this->seo_url['username'][$username] = $user_id;
if ( $this->seo_opt['profile_inj'] ) {
if ( $this->seo_opt['profile_noids'] ) {
$this->seo_url['user'][$user_id] = $this->seo_static['user'] . '/' . $this->seo_url_encode($username);
} else {
$this->seo_url['user'][$user_id] = $this->format_url($username, $this->seo_delim['user']) . $this->seo_delim['user'] . $user_id;
}
} else {
$this->seo_url['user'][$user_id] = $this->seo_static['user'] . $user_id;
}
}
} var $seo_static = array( 'forum' => 'forum', 'topic' => 'topic', 'post' => 'post', 'user' => 'member', 'group' => 'group', 'index' => '', 'global_announce' => 'announces', 'leaders' => 'the-team', 'atopic' => 'active-topics', 'utopic' => 'unanswered', 'npost' => 'newposts', 'urpost' => 'unreadposts', 'pagination' => 'page', 'gz_ext' => '.gz' ); var $seo_static = array( 'forum' => 'forum', 'topic' => 'topic', 'post' => 'post', 'user' => '../member', 'group' => 'group', 'index' => '', 'global_announce' => 'announces', 'leaders' => 'the-team', 'atopic' => 'active-topics', 'utopic' => 'unanswered', 'npost' => 'newposts', 'urpost' => 'unreadposts', 'pagination' => 'page', 'gz_ext' => '.gz' );
RewriteRule ^forums/member/([^/]+)/?$ /forums/memberlist.php?mode=viewprofile&un=$1 [QSA,L,NC]RewriteRule ^member/([^/]+)/?$ /forums/memberlist.php?mode=viewprofile&un=$1 [QSA,L,NC]Users browsing this forum: Google Adsense [Bot] and 7 guests