|
|
|
Re:Public users being able to see userprofiles
|
|
Date: 2006/03/04 21:42
|
By: solidbluechameleon
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 1 |   | |
|
Hi there, I needed the possibility of public users contacting through the email form as well. And looking for a solution found this thread. The following hacks are all that's needed:
in comprofiler.php rem out the following code in function sendUserEmail and function emailUser: { mosNotAuth(); return; }
The form will now be sent with the e-mail address provided in configuration.php. To make it more understandable I've changed default_language.php to have the message read:
'IMPORTANT: As a precaution to spam this form is sent from within the system and does not show any e-mail addresses. Please do not forget to provide your e-mail address if you want a reply.'
I don't see much harm in this, or am I overlooking something?
eric
|
|
The topic has been locked. |
|
|
|
Re:Public users being able to see userprofiles
|
|
Date: 2006/03/06 03:57
|
By: Phleum
|
Status: User
|
|
|
Karma: 0  
|
|
Junior Joomlapolitan  | Posts: 36 |   | |
|
Have you followed the following steps:
- CB->Configuration backend, User Profile tab, set Allow Access to 'Everybody' (this means that the actual profiles are now publically viewable)
- Now to get to a profile it would be a good idea to make a publically accessible CB List: So make sure your CB Lists menu item is on the main menu and is set for public viewing
- Also, make sure that your default list is viewable by Everybody (in the CB List backend for the default list this means that the User Group to allow access to: parameter must be set to everybody
If you have done ALL the above then you shouldnt have problems.
Hi,
I have followed the above steps, as referenced in several posts, and I still can't show a list publicly. The configuration is set, The list is set to everyone and is teh default, and the url is index.php?option=com_comprofiler&task=usersList What's more, I'm not sure it's the soultion I want. I only want a list of administrators made public, and I want all other profiles accessible only to registered or higher. It there a way to set profiles viewability individuly, either officially or through some code-change in comprofiler?
Thanks!
|
|
The topic has been locked. |
|
|
|
Re:Public users being able to see userprofiles
|
|
Date: 2006/05/19 04:07
|
By: _lpkb_
|
Status: User
|
|
|
Karma: 2  
|
|
Fresh Joomlapolitan  | Posts: 24 |   | |
|
Phleum, if you find anything out about this, there is another thread asking for something similar: http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,/func,view/catid,12/id,8073/
#8073
i need something very similar to what you are looking for. i want to be able to have a user list with certain fields showing that does not click to profiles, available to the general public. then if a registered user is logged in, i'd like for the user list to click to profile.
i have a feeling this might involve a hack of some kind. -- larynandjanel.com | joomla.larynandjanel.com
|
|
The topic has been locked. |
|
|
|
Re:Public users being able to see userprofiles
|
|
Date: 2006/07/10 20:52
|
By: Himgoku
|
Status:
|
|
|
Karma: 0  
|
|
Junior Joomlapolitan  | Posts: 38 |   | |
|
solidbluechameleon wrote:
...in comprofiler.php rem out the following code in function sendUserEmail and function emailUser: { mosNotAuth(); return; }
I can't get this to work without a blank page with an error message
Do you have the link of that thread, solidbluechameleon? I need this functionality too!
thanks in advance,
Himgoku
Post edited by: Himgoku, at: 2006/07/10 14:52 CB 1.1 stable Joomla 1.0.15 Advanced Search Component v2.0.4
|
|
The topic has been locked. |
|
|
|
|
Re:Public users view profiles solved
|
|
Date: 2006/10/19 18:26
|
By: illlogical
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 7 |   | |
|
|
I had the same problem and had a terrible time fixing it. All of my accesses were correct. I think that the transmenu mod was messing with the link to the userlist in some way. Once I created a link to the userlist with no transmenu applied, the profiles became publicly viewable. Another thing that might have contributed to the fix was creating and unpublished link to the Comprofiler component.
|
|
The topic has been locked. |
|
|