|
|
Re:Creating a CUSTOM URL for users/members
|
|
Date: 2006/03/05 02:32
|
By: mediaguru
|
Status:
|
|
|
Karma: 60  
|
|
Platinum Joomlapolitan  | Posts: 809 |   | |
|
BUMP! I still get:
"This profile does not exist or is no longer available" CB WISHLIST
1. Contextual (member type) registration fields (business, personal, artist etc). 2. Photo gallery style search results (like myspace) 3. Comments on profile gallery photos. 4. Auto resize profile images in backend. 5. Customizable user web pages (see tagworld) 6. Images in CB fields/tabs.
My main CB site: http://www.thegolfspace.com Check out my newest CB site: http://www.themacspace.com My Karma (user rating) suite now in the CB Directory!
|
|
The topic has been locked. |
|
|
|
Re:Creating a CUSTOM URL for users/members
|
|
Date: 2006/03/05 08:11
|
By: mediaguru
|
Status:
|
|
|
Karma: 60  
|
|
Platinum Joomlapolitan  | Posts: 809 |   | |
|
I finally got it to work. It even works with SEF ON! ??? could that be right?
CB WISHLIST
1. Contextual (member type) registration fields (business, personal, artist etc). 2. Photo gallery style search results (like myspace) 3. Comments on profile gallery photos. 4. Auto resize profile images in backend. 5. Customizable user web pages (see tagworld) 6. Images in CB fields/tabs.
My main CB site: http://www.thegolfspace.com Check out my newest CB site: http://www.themacspace.com My Karma (user rating) suite now in the CB Directory!
|
|
The topic has been locked. |
|
|
|
Re:Creating a CUSTOM URL for users/members
|
|
Date: 2006/03/05 23:11
|
By: alistaircochrane
|
Status: User
|
|
|
Karma: 3  
|
|
Junior Joomlapolitan  | Posts: 42 |   | |
|
|
Don't keep us in suspense man! What did you do to get this working? lets see you htaccess file.
|
|
The topic has been locked. |
|
|
|
Re:Creating a CUSTOM URL for users/members
|
|
Date: 2006/03/05 23:58
|
By: mediaguru
|
Status:
|
|
|
Karma: 60  
|
|
Platinum Joomlapolitan  | Posts: 809 |   | |
|
I think what I was missing was the rewrite base and also a few posts back I tried their rewrite code too. So I'm not sure if it was that paragraph of code or the rewritebase or both that did the trick.
| Code: | ##
# @version $Id: htaccess.txt 1005 2005-11-13 17:33:59Z stingrey $
# @package Joomla
# @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##
Options +FollowSymLinks
#
# mod_rewrite in use
#
RewriteEngine On
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update YourJoomlaDirectory (just / for root)
RewriteBase /
#
# Rules
#
#
# ProfileRedirector V 1.3
#
# Make sure your host allows option override
# and has ModRewrite installed
# activate Rewrite enginge
RewriteEngine On
RewriteBase /
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/?$ /index.php?option=com_comprofiler&task=userProfile&user='$1' [L]
# RewriteRule ^(.*) index.php?cb_username=$1
RewriteCond %{REQUEST_FILENAME} !.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
| CB WISHLIST
1. Contextual (member type) registration fields (business, personal, artist etc). 2. Photo gallery style search results (like myspace) 3. Comments on profile gallery photos. 4. Auto resize profile images in backend. 5. Customizable user web pages (see tagworld) 6. Images in CB fields/tabs.
My main CB site: http://www.thegolfspace.com Check out my newest CB site: http://www.themacspace.com My Karma (user rating) suite now in the CB Directory!
|
|
The topic has been locked. |
|
|
|
Re:Creating a CUSTOM URL for users/members
|
|
Date: 2006/03/06 00:19
|
By: Haussie
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 1 |   | |
|
Thanks..It is working!!
Pacta Sunt Servanda!!
|
|
The topic has been locked. |
|
|
|
Re:Creating a CUSTOM URL for users/members
|
|
Date: 2006/03/06 00:24
|
By: mediaguru
|
Status:
|
|
|
Karma: 60  
|
|
Platinum Joomlapolitan  | Posts: 809 |   | |
|
Show me some karma love....

Post edited by: mediaguru, at: 2006/03/05 18:24 CB WISHLIST
1. Contextual (member type) registration fields (business, personal, artist etc). 2. Photo gallery style search results (like myspace) 3. Comments on profile gallery photos. 4. Auto resize profile images in backend. 5. Customizable user web pages (see tagworld) 6. Images in CB fields/tabs.
My main CB site: http://www.thegolfspace.com Check out my newest CB site: http://www.themacspace.com My Karma (user rating) suite now in the CB Directory!
|
|
The topic has been locked. |
|
|