Log in

View Full Version : User Profile


krimesis
10-02-2009, 10:55 PM
It is possible to inhibit the profile customer of a single customer?

Lynne
10-02-2009, 11:26 PM
I'm not sure what you mean.... you mean stop a single user from showing up on other user's profiles when they visit? There is a mod to do this - try a search on "profile" in "all mods" "titles only" and you should find it.

krimesis
10-03-2009, 11:27 AM
The profile of a single customer does not have to see nobody. It could explain to me better and where to take part?
Thanks

Speysider
10-03-2009, 11:42 AM
Talk sense instead of nonsense, nobody can understand what you want.

krimesis
10-03-2009, 12:25 PM
Talk sense instead of nonsense, nobody can understand what you want.
Il profilo di un solo utente non deve essere visitato.

Djburn
10-03-2009, 12:38 PM
Please can you speak english, and can you explain what you need help with,

Please explain in detail what you would like your forum to do.

If you explain in detail you will get a lot more help because other coders, developers or anyone who has done this before will be able to help you achive what you need.

krimesis
10-03-2009, 01:00 PM
How can i make invisible a user profile?(i would like to do it just for one user)

Speysider
10-03-2009, 01:07 PM
There is no such way to make a profile invisible. And type in proper sentences instead of stringing words together to make a comprehensible sentence.

Djburn
10-03-2009, 01:23 PM
Do you mean a profile privacy setting,

i may have found what you maybe looking for
https://vborg.vbsupport.ru/showthread.php?t=128709&highlight=profile

but with a limited amount of information its not clear for what you needs,

or do you mean you dont need a profile system, if that is the case you can set the permission in the forums admin cp.

+++ UPDATE +++
If you are runnng the latest vbulletin software then you can edit a fair few settings to your profile system and how it works

check Usergroup settings and Vbulletin Options --->> Profile Options

hope this helps

Lynne
10-03-2009, 02:17 PM
He's having problems with english, which is why he isn't using proper sentence structure, so I don't really think it's right to get on his case for that. I'm just having problems with his choice of words (or the translators choice of words).

- Users may set their profiles to be private if you enable profile privacy - vboptions > user profile options > allow users to edit profile privacy

- If you are talking about not allowing users to see a single users profile, then you would need to write a plugin to give other users a No Permission page (or whatever you want).

Speysider
10-03-2009, 02:32 PM
He's having problems with english, which is why he isn't using proper sentence structure, so I don't really think it's right to get on his case for that. I'm just having problems with his choice of words (or the translators choice of words).


Lynne, note that he starts with proper English, then types in a foreign language, then type nonsense. He has no problems with English, he's trying to make the answer difficult. :rolleyes:

krimesis
10-03-2009, 05:52 PM
He's having problems with english, which is why he isn't using proper sentence structure, so I don't really think it's right to get on his case for that. I'm just having problems with his choice of words (or the translators choice of words).
I use:
http://it.babelfish.yahoo.com/translate_txt
or
http://www.reverso.net/text_translation.asp?lang=IT&dir=inglese-italiano
or
http://free-translation.imtranslator.net/default.asp?ldr=it_en&loc=en
it advises other to me? Thanks



- If you are talking about not allowing users to see a single users profile, then you would need to write a plugin to give other users a No Permission page (or whatever you want).
yes :up:

--------------- Added 1254596077 at 1254596077 ---------------

Lynne, note that he starts with proper English, then types in a foreign language, then type nonsense. He has no problems with English, he's trying to make the answer difficult. :rolleyes:
It has understood little!

Lynne
10-03-2009, 06:30 PM
OK, if you don't want users to be able to see userid x's profile and instead get a No Permission page, you can try a plugin:

hook location - member_start
if ($vbulletin->GPC['userid'] == x)
print_no_permission();
Change x to be the userid you don't want users to be able to see.

If you've never written a plugin, see this in the manual - Adding or Editing a Plugin (http://www.vbulletin.com/docs/html/add_plugin)

krimesis
10-04-2009, 07:38 PM
OK, if you don't want users to be able to see userid x's profile and instead get a No Permission page, you can try a plugin:

hook location - member_start
if ($vbulletin->GPC['userid'] == x)
print_no_permission();
Change x to be the userid you don't want users to be able to see.

If you've never written a plugin, see this in the manual - Adding or Editing a Plugin (http://www.vbulletin.com/docs/html/add_plugin)
Created after I find the plugin on plugin system and I can delete?
(execution order number?)

Lynne
10-04-2009, 07:54 PM
You can leave the execution order at default (usually 5). If you want to turn the plugin off, you can simple set Plugin is Active to No. If you want to delete it, you can do so under Plugins & Products > Plugin Manager > find plugin > Delete

krimesis
10-04-2009, 07:58 PM
You can leave the execution order at default (usually 5). If you want to turn the plugin off, you can simple set Plugin is Active to No. If you want to delete it, you can do so under Plugins & Products > Plugin Manager > find plugin > Delete
Ok done now I try if it works in the 24 hours.
Thanks :up:

krimesis
10-05-2009, 08:42 PM
Ok done now I try if it works in the 24 hours.
Thanks :up:
Everything ok, now I ask you so many people see only a certain profile? The strange thing is that they see only what I speak!
A vBulletin bug , his profile as ben visited 44166 times on 4 months from 3.8 version!
Is it possible?

Lynne
10-05-2009, 11:43 PM
I don't know why there are so many visits to that profile. Perhaps it was linked somewhere else. Perhaps there is a bug in a plugin you have that changed the number like that. I don't believe it is a bug in vbulletin because you would hear a lot more people talking about this. However, you may go check the bug tracker and see if it has been reported before.

krimesis
10-06-2009, 09:43 AM
However, you may go check the bug tracker and see if it has been reported before.
How do I proceed?
Thanks

Lynne
10-06-2009, 01:49 PM
The Bug Tracker for 3.8 is right here - vBulletin Bug Tracker (http://www.vbulletin.com/forum/project.php?projectid=6). You can try a search in the project and see if that shows up as a bug. However, as I said, I am pretty sure it is not and instead is a result of a plugin/modification.

Speysider
10-06-2009, 05:22 PM
Every time a guest or member clicks to view that members profile, it adds up the counter, so on large forums this is to be expected.

krimesis
10-09-2009, 07:12 PM
The strange thing now is that only increases as if he is looking at the profiles of other people who are going to add only that! :rolleyes:

krimesis
10-19-2009, 10:46 AM
Help me understand yet all users who see a profile as X then Y sees the same time increases and remains fixed even if it is + Z that accumulates in the forum user only visits him in profilo.Le have tried them all but they are not come to any conclusion! Al + soon put the 3.8.4 PL1 hoping to solve.
Something triggers the automatic opening of the profile Admin Z. :o

krimesis
10-27-2009, 10:36 PM
I had to do a fusion of changing the user ID ... I solved the problem ... but it remains strange thing!

Hell Bomb
10-28-2009, 03:46 AM
There is no such way to make a profile invisible. And type in proper sentences instead of stringing words together to make a comprehensible sentence.

Chill out dude, he is trying the best he can. he obviously is not familiar with English, or is using a translation program. He is doing what he can, now chill out. All your doing is making making him feel bad when its not his fault. Please be a little more respectful. Instead of not providing any useful information just skip onto the next thread and comment there.

ChopSuey
10-28-2009, 04:05 AM
How can i make invisible a user profile?(i would like to do it just for one user)

There is a mod that lets you cannot see banned users profile, im pretty sure it can be modded to make the profiles not come up for registered members.