Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
Re:Creating a CUSTOM URL for users/members
Date: 2006/03/06 00:24 By: alistaircochrane Status: User  
Karma: 3  
Junior Joomlapolitan

Posts: 42
graphgraph
Wooo Hoo! It works!!!

Thanks guys!!
Click here to see the profile of this user The topic has been locked.

Re:Creating a CUSTOM URL for users/members
Date: 2006/03/06 00:28 By: mediaguru Status: CB Doc subscriber  
Karma: 59  
Platinum Joomlapolitan

Posts: 785
graphgraph
Awesome! I'm SO glad I figured this out and have been able to help someone here.

I'm thinking the main problem why it didn't work with me before was the rewrite base setting. I would imagine my htaccess code will ONLY WORK IF YOUR JOOMLA INSTALL IS IN THE ROOT DIRECTORY!
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!
Click here to see the profile of this user The topic has been locked.

Re:Creating a CUSTOM URL for users/members
Date: 2006/03/06 02:55 By: TUSE Status: User  
Karma: 13  
Junior Joomlapolitan

Posts: 45
graphgraph
I am runnning mambo and joomla on the same domain... one to handle regular members and one for subscription.. Below is what I used to get it to work and it does great..

You just have to make sure you turn off SEF.. of course any pages that you created using SEF pages will have to be rewritten.. But now you can go to mydomain.com/yourname for the profile.

##
# @version $Id: htaccess.txt,v 1.1 2005/07/22 01:51:57 eddieajau Exp $
# @package Mambo
# @copyright (C) 2000 - 2005 Miro International Pty Ltd
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Mambo is Free Software
##

#
# mod_rewrite in use
#

RewriteEngine On

# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update YourMamboDirectory (just / for root)

# RewriteBase /YourMamboDirectory

#
# Rules
#

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/?$ /myscifi/index.php?option=com_comprofiler&task=userProfile&user='$1' [L]
Click here to see the profile of this user The topic has been locked.

Re:Creating a CUSTOM URL for users/members
Date: 2006/03/06 03:00 By: pointri Status: User  
Karma: 26  
Gold Joomlapolitan

Posts: 211
graphgraph
Worked great for me. Thanks!

---

PHP 4.3.11 - Safe mode off
Apache 1.x
Joomla 1.0.8 @ virtual root
Joomlapolitan zealot and a somewhat stealthy, rather passive CB3PD developer.

http://www.constructionlounge.com Construction Lounge: Online resource and networking portal for the construction and remodeling industries.
Click here to see the profile of this user The topic has been locked.

Re:Creating a CUSTOM URL for users/members
Date: 2006/03/06 03:55 By: CorpWebHost Status: User  
Karma: 2  
Junior Joomlapolitan

Posts: 25
graphgraph
here's some karma love for ya

goooood going..
Click here to see the profile of this user The topic has been locked.

Re:Creating a CUSTOM URL for users/members
Date: 2006/03/06 04:01 By: mediaguru Status: CB Doc subscriber  
Karma: 59  
Platinum Joomlapolitan

Posts: 785
graphgraph
My appreciation!
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!
Click here to see the profile of this user The topic has been locked.

<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC3, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login