vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   User Profile (https://vborg.vbsupport.ru/showthread.php?t=224451)

krimesis 10-02-2009 10:55 PM

User Profile
 
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

Quote:

Originally Posted by Speysider (Post 1894152)
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/showthrea...hlight=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

Quote:

Originally Posted by Lynne (Post 1894211)
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

Quote:

Originally Posted by Lynne (Post 1894211)
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_translat...glese-italiano
or
http://free-translation.imtranslator...r=it_en&loc=en
it advises other to me? Thanks



Quote:

Originally Posted by Lynne (Post 1894211)
- 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 [DATE]1254596077[/DATE] at [TIME]1254596077[/TIME] ---------------

Quote:

Originally Posted by Speysider (Post 1894220)
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
PHP Code:

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

krimesis 10-04-2009 07:38 PM

Quote:

Originally Posted by Lynne (Post 1894303)
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
PHP Code:

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

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

Quote:

Originally Posted by Lynne (Post 1894803)
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

Quote:

Originally Posted by krimesis (Post 1894807)
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

Quote:

Originally Posted by Lynne (Post 1895407)
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. 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

Quote:

Originally Posted by Speysider (Post 1894170)
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

Quote:

Originally Posted by krimesis (Post 1894168)
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.


All times are GMT. The time now is 05:49 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01177 seconds
  • Memory Usage 1,796KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (26)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete