The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Profile Views On Forumhome
Hey coders,
I'd like to see the total profile views, or even more - the profile views since last visit, on the forumhome. Already tried to find the code in members.php and put it in the index.php but I only get error codes and blank pages. I'm not good at php Can someone create this for me? -Dave |
#2
|
|||
|
|||
do you mean profile views for that particular logged in user (so guests wouldn't see anything) or total profile views for the entire board
ie. user 1 - Views = 10 user 2 - Views = 15 User 3 - Views = 5 Total displayed on forumhome - 30 views |
#3
|
|||
|
|||
I mean profile views for the user him/herself. ie the one who's logged in.
It's meant to trigger people to update their profile more often, especially since we have many, many modifications on our profile pages! -Dave |
#4
|
||||
|
||||
Quote:
|
#5
|
|||
|
|||
Code:
'visitors' => array( 'class' => 'RecentVisitors', 'title' => $vbphrase['recent_visitors'], 'options' => array( 'profilemaxvisitors' => $vbulletin->options['profilemaxvisitors'] ) ), Like I said, I'm such a n00b at php. |
#6
|
||||
|
||||
That code won't do a thing for you. It looks like just some code used to define an array. I'm not sure exactly what you want, but perhaps someone will come along and understand it and help you out with your code.
|
#7
|
|||
|
|||
Hmm, ok. I do hope so.
I want to have a mod that displays the total number of profile views, as currently on the members' profile, on the forumhome. Already discovered that I need to add code to the index.php file to do that. Also want to have something that counts profile views since last visit, and also display that on the forumhome. Greetings, -Dave |
#8
|
|||
|
|||
Also willing to pay if it can't be created for free. Just contact me!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|