vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Who Viewed My Profile (https://vborg.vbsupport.ru/showthread.php?t=91772)

Andreas 07-07-2005 10:41 PM

Quote:

Originally Posted by kall
*edit* Ahh. Event Comment modification (which wasn't even working) was interfering with this.

Which Modification? I'd like to take a look at it to understand how the Problem could occur.

As for the Bitfield XML: Depending on when you downloaded the File it was missing right - but in the current one it isn't :)

Roxie 07-07-2005 11:23 PM

I wonder if one of my other hacks is interfering? hmmm.

kall 07-07-2005 11:32 PM

Quote:

Originally Posted by KirbyDE
Which Modification? I'd like to take a look at it to understand how the Problem could occur.

As for the Bitfield XML: Depending on when you downloaded the File it was missing right - but in the current one it isn't :)

OK... it may have been the lack of the bitfield file, or the old plugin with the byuserid query .. but it was the Comments in Calendar Events 3.5 plugin/mod.

(Sorry, my connection is crap at the moment, I could barely get to this page)

Biker_GA 07-14-2005 07:19 PM

Kirby, I can't get this to work properly with Beta 4. Registered users are getting permission denied errors when attempting to view other profiles, and I did set the permission in the usergroup.

Andreas 07-15-2005 11:17 PM

Hmm, I haven't installed Beta 4 yet but there really shouldn't be a Problem.

Biker_GA 07-16-2005 02:00 AM

Quote:

Originally Posted by KirbyDE
Hmm, I haven't installed Beta 4 yet but there really shouldn't be a Problem.

I'm wondering if it's a conflict with another plugin? Here's what I have loaded.

Quote:

Who Viewed My Profile
Hide Threads with unfinished Polls
New PM On Forum Home (If Unread)
Microstats
Multiquote
Allow members to report own posts
quote post in PM
Opt-Out Forums from "Get New Posts"
Create Reported Post as Thread
Disable Reported Post E-mails

Andreas 07-16-2005 02:04 AM

Could be, yes. But I don't think so.
I'll get back to you when I tested this on Beta 4

Andreas 07-16-2005 12:58 PM

Tested on Beta 4 now (installed on Beta 3, then upgraded to Beta 4) - does work just fine for me.

Biker_GA 07-16-2005 01:16 PM

Well Shazbot! **sigh** OK. I'll play around with it sometime this weekend and see what the devil is going on with it.

Biker_GA 07-17-2005 08:51 PM

Kirby, I've narrowed this one down. If I set "Can see others Profile Views" to No, it prevents all users from viewing their own Profile Views as well. When it's set to yes, it works fine. Only in this case, I don't want the users to be able to see the other "Profile Views". :)

Andreas 07-18-2005 04:08 AM

Right.

In Hook misc_start
PHP Code:

if (($userid != $vbulletin->userinfo['userid'] AND !($permissions['profileviewpermissions'] & $vbulletin->bf_ugp_profileviewpermissions['canseeotherviews'])) OR !($permissions['profileviewpermissions'] & $vbulletin->bf_ugp_profileviewpermissions['canseeviews'])) 

should be

PHP Code:

if (($userid AND $userid != $vbulletin->userinfo['userid'] AND !($permissions['profileviewpermissions'] & $vbulletin->bf_ugp_profileviewpermissions['canseeotherviews'])) OR !($permissions['profileviewpermissions'] & $vbulletin->bf_ugp_profileviewpermissions['canseeviews'])) 

Gonna update the ZIP soon.

Biker_GA 07-18-2005 12:14 PM

Danke!

Brinnie 07-20-2005 05:56 PM

Okay, I figured it out. Nice mod. :) I have a feature request though:

Here is a profile on deviantART: http://h4m1337.deviantart.com/
On their profiles it shows only the 5 Recent Visitors and it displays them on the profile page without having to open a new window.
It also has the setting for users to dissable it. :)

Just a suggestion. ;)

Michael Morris 07-23-2005 01:37 AM

What's going wrong here. I tried using this hack's xml template as a pattern to get my own hack to work and install it's phrases and templates. It didn't work.

I then tried dumped the database and just install this hack to beta 4. No dice. So now I have no idea what to do next.

The vb plugin system is going to be utterly worthless for code portability if phrases and settings can't be packaged.

Andreas 07-26-2005 05:52 PM

Fixed a slight Bug and updated for RC1.

Boofo 07-26-2005 11:36 PM

No template changes, right? Just the product file? ;)

chizzzz 07-27-2005 03:05 PM

I cannot import the new file "product-profileviews.xml". It shows blank in my plugin manager, but if I try to import an older version, when it was named "profileviews.xml" it works fine. Please Help me

Andreas 07-27-2005 03:18 PM

@boofo
There are Template Edits, as stated in the Readme :)

@chizzzz
This is a Product XML, not a Plugin XML.
Therefore you must import it as Product, not as Plugin.

chizzzz 07-27-2005 03:34 PM

Aha! Thats it, Im new to 3.5 , didnt even know there was a difference in product and plugin, but it works like a Charm now, thanks a lot

Biker_GA 07-27-2005 04:59 PM

Quote:

Originally Posted by KirbyDE
@boofo
There are Template Edits, as stated in the Readme :)

I think he meant with the update... I was wondering the same thing. Were there any changes to the templates when you updated the mod?

Andreas 07-27-2005 05:06 PM

No. There are no functional changes. Just the bugfixe already posted and converted to a Product for RC1.

Boofo 07-27-2005 08:39 PM

Quote:

Originally Posted by Biker_GA
I think he meant with the update... I was wondering the same thing. Were there any changes to the templates when you updated the mod?

Yes, sir, that's what I meant. ;)

FleaBag 07-27-2005 10:25 PM

Awesome hack, thanks for sharing!

TTG 07-27-2005 11:38 PM

Useful addition .. installed with no problems on RC1
Clicked install

Gizmo5h1t3 08-09-2005 11:30 PM

works fine on RC2

mikey86 08-17-2005 05:47 AM

awesome job!

ack 08-23-2005 04:26 AM

Installed and works great. Thanks. ^_^

Metal480 09-09-2005 06:20 PM

Where does the xml file get imported to (I'm new to vBulletin)?

Elmer 09-29-2005 02:30 AM

when i set up permissions its gives me an error...

will this plug in be updated to work in vb3.5.0 gold???

.Tim 09-29-2005 02:42 AM

Quote:

Originally Posted by Elmer
when i set up permissions its gives me an error...

will this plug in be updated to work in vb3.5.0 gold???

Works just fine for me.

Elmer 09-29-2005 03:16 AM

Quote:

Originally Posted by .Tim
Works just fine for me.

not for me...
Its gives me an error when trying to set permission to any usergroup..

Andreas 09-29-2005 11:55 AM

I didn't test it, but I don't see any reason why it should not work with gold.
Pleass be aware that the Bitfield XML must be uploaded before you import the product XML. otherwise you will get errors in usergroup manger.

cnutter 10-04-2005 10:19 PM

Installed on 3.5.0 Gold and looks like everything is running fine... Thanx for another great entension....

Elmer 10-04-2005 10:35 PM

Quote:

Originally Posted by KirbyDE
I didn't test it, but I don't see any reason why it should not work with gold.
Pleass be aware that the Bitfield XML must be uploaded before you import the product XML. otherwise you will get errors in usergroup manger.

It's working now, thanks.

Allan 10-17-2005 12:37 PM

Click install, thanks Kirby :)


edit: I do not find this menu

Andreas 10-17-2005 07:26 PM

As shown in the screenshot:
ACP / vBulletin Options / vBulletin Options / User Listing & Profile Viewing

Allan 10-17-2005 07:39 PM

Quote:

Originally Posted by KirbyDE
As shown in the screenshot:
ACP / vBulletin Options / vBulletin Options / User Listing & Profile Viewing

Exactly, it does not appear :(

Have you the road ( url ) ?

Andreas 10-17-2005 08:02 PM

It's a standard vBulletin setting group ...
Normally, there is no way it could not be there.

admincp/options.php?do=options&dogroup=memberlist

Allan 10-17-2005 08:11 PM

ok, thanks Kirby :)

Kihon Kata 10-17-2005 10:15 PM

Quote:

Originally Posted by Biker_GA
Hmmmmmmm. Loaded. However not showing the Profile Views in the UserCP menu.

Major Install! Worked flawlessly right away!


All times are GMT. The time now is 11:28 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.01286 seconds
  • Memory Usage 1,801KB
  • 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)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete