vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - Member Visit Tracking (https://vborg.vbsupport.ru/showthread.php?t=232636)

Paul M 01-20-2010 10:34 AM

Quote:

Originally Posted by Klopek (Post 1960996)
But could you be a little more detailed ? There is an option called "Database Clean-up Period: Member records that have not been active in 'x' days will be deleted. This helps keep down the size of the table."

That means that the tracking data of all members, who have not logged in since X days, will be deleted, right? What about the data of members who log in every day ?

No, it means any records over x days old will be deleted.

Quote:

Originally Posted by molieman (Post 1961029)
I think I can't see..... :( I can't find the setting, I think you mean outside the "Member Visit Tracking" options. A hint would be appreciated :) :) :)

How about an option in the "Member Visit Tracking" options "Collapse Display" Yes or No ? Or set the default for open?

Its already an option (the bottom one). :)

molieman 01-20-2010 10:45 AM

Quote:

Originally Posted by Paul M (Post 1961047)
Its already an option (the bottom one). :)

LOL, told you I couldn't see... I'm now on my third cup of coffee and getting there.... :) :)

Thank you Paul.

Delilahs 01-20-2010 12:01 PM

Paul, all installed but a slight error when I click on the members name to look at the stats.

the url ends up being ; forum/%20misc.php?do=memberview&member=38

when it should be ; forum/misc.php?do=memberview&member=38

I am running vbseo and sitemap generator.

Can I edit the file manually to do it?> if so, what one would it be?

Paul M 01-20-2010 05:42 PM

Interesting, there is a space there, but neither IE or FF care about it - what browser are you using ?

You need to edit the Display_Members_User template.

Delilahs 01-20-2010 05:47 PM

Paul, I use Opera on a Mac mate.

can you give me the line to look for?

edit;

here you go, it's the very first line, it should be;

PHP Code:

<li>{vb:stylevar dirmark} <class="username" href="<vb:if condition="$show['trmview']">misc.php? 


Paul M 01-20-2010 06:02 PM

Quote:

Originally Posted by Delilahs (Post 1961419)
Paul, I use Opera on a Mac mate.

can you give me the line to look for?

Display_Members_User only has one line. You need to remove the space before "misc.php", after the closed IF.

Allan 01-20-2010 09:09 PM

Work with vB 4.0.1 ?

3DUInc 01-21-2010 03:10 PM

Tagged for future install and thanks lots :)

Delilahs 01-21-2010 03:43 PM

yes it does work with 4.01

Adem GEN? 01-27-2010 12:45 PM

This mode is for the Turkish Language Files:
http://www.vb-ipuclari.com/vbulletin...l-dosyasi.html

dosadno 02-03-2010 08:19 AM

I have a problem with setining premissions in usergrou manager, i get this error

Where is the problem?
Code:

Database error in vBulletin 4.0.1:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
        `title` = 'Administrators',
        `description` = '',
        `usertitle` = 'Administrator',
        `opentag` = '<span style=\"color: #3333FF;\">',
        `closetag` = '</span>',
        `passwordexpires` = '0',
        `passwordhistory` = '0',
        `edithistorypermissions` = '0',
        `forumpermissions` = '16777215',
        `genericpermissions` = '2113929151',
        `attachlimit` = '0',
        `pmquota` = '5000',
        `pmpermissions` = '4',
        `pmsendmax` = '50',
        `pmthrottlequantity` = '0',
        `calendarpermissions` = '63',
        `wolpermissions` = '31',
        `adminpermissions` = '3',
        `genericpermissions2` = '1',
        `genericoptions` = '63',
        `profilepicmaxwidth` = '100',
        `profilepicmaxheight` = '100',
        `profilepicmaxsize` = '65535',
        `avatarmaxwidth` = '130',
        `avatarmaxheight` = '110',
        `avatarmaxsize` = '20000',
        `signaturepermissions` = '237567',
        `sigpicmaxwidth` = '500',
        `sigpicmaxheight` = '100',
        `sigpicmaxsize` = '20000',
        `sigmaxrawchars` = '0',
        `sigmaxchars` = '0',
        `sigmaxlines` = '0',
        `sigmaxsizebbcode` = '7',
        `sigmaximages` = '0',
        `albumpermissions` = '255',
        `albumpicmaxwidth` = '600',
        `albumpicmaxheight` = '600',
        `albummaxpics` = '100',
        `albummaxsize` = '0',
        `usercsspermissions` = '63',
        `visitormessagepermissions` = '63',
        `socialgrouppermissions` = '262143',
        `maximumsocialgroups` = '5',
        `groupiconmaxsize` = '65535',
        `trmpermissions` = '15'
WHERE usergroupid=6;

MySQL Error  : Unknown column 'edithistorypermissions' in 'field list'
Error Number  : 1054
Request Date  : Wednesday, February 3rd 2010 @ 11:15:57 AM
Error Date    : Wednesday, February 3rd 2010 @ 11:15:57 AM
Script        : http://www.xxxxxxxxx.com/forum/admincp/usergroup.php?do=update
Referrer      : http://www.xxxxxxxxx.com/forum/admincp/usergroup.php?do=edit&usergroupid=6
IP Address    : xxxxxxx
Username      : xxxxxxxx
Classname    : vB_Database
MySQL Version : 5.1.40-log


Paul M 02-03-2010 11:00 AM

That has nothing to do with this modifcation, you have not correctly uninstalled another mod (edithistory, according to the error).

Toni3055 02-08-2010 09:44 PM

Just installed this and Who Read This Thread. Love them both! Thank you, Paul!

mummy 02-11-2010 10:18 AM

Quote:

Originally Posted by dosadno (Post 1973759)
I have a problem with setining premissions in usergrou manager, i get this error

Where is the problem?
Code:

Database error in vBulletin 4.0.1:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
        `title` = 'Administrators',
        `description` = '',
        `usertitle` = 'Administrator',
        `opentag` = '<span style=\"color: #3333FF;\">',
        `closetag` = '</span>',
        `passwordexpires` = '0',
        `passwordhistory` = '0',
        `edithistorypermissions` = '0',
        `forumpermissions` = '16777215',
        `genericpermissions` = '2113929151',
        `attachlimit` = '0',
        `pmquota` = '5000',
        `pmpermissions` = '4',
        `pmsendmax` = '50',
        `pmthrottlequantity` = '0',
        `calendarpermissions` = '63',
        `wolpermissions` = '31',
        `adminpermissions` = '3',
        `genericpermissions2` = '1',
        `genericoptions` = '63',
        `profilepicmaxwidth` = '100',
        `profilepicmaxheight` = '100',
        `profilepicmaxsize` = '65535',
        `avatarmaxwidth` = '130',
        `avatarmaxheight` = '110',
        `avatarmaxsize` = '20000',
        `signaturepermissions` = '237567',
        `sigpicmaxwidth` = '500',
        `sigpicmaxheight` = '100',
        `sigpicmaxsize` = '20000',
        `sigmaxrawchars` = '0',
        `sigmaxchars` = '0',
        `sigmaxlines` = '0',
        `sigmaxsizebbcode` = '7',
        `sigmaximages` = '0',
        `albumpermissions` = '255',
        `albumpicmaxwidth` = '600',
        `albumpicmaxheight` = '600',
        `albummaxpics` = '100',
        `albummaxsize` = '0',
        `usercsspermissions` = '63',
        `visitormessagepermissions` = '63',
        `socialgrouppermissions` = '262143',
        `maximumsocialgroups` = '5',
        `groupiconmaxsize` = '65535',
        `trmpermissions` = '15'
WHERE usergroupid=6;

MySQL Error  : Unknown column 'edithistorypermissions' in 'field list'
Error Number  : 1054
Request Date  : Wednesday, February 3rd 2010 @ 11:15:57 AM
Error Date    : Wednesday, February 3rd 2010 @ 11:15:57 AM
Script        : http://www.xxxxxxxxx.com/forum/admincp/usergroup.php?do=update
Referrer      : http://www.xxxxxxxxx.com/forum/admincp/usergroup.php?do=edit&usergroupid=6
IP Address    : xxxxxxx
Username      : xxxxxxxx
Classname    : vB_Database
MySQL Version : 5.1.40-log


I have the same problem

Paul M 02-11-2010 11:12 AM

... and the answer is also the same (post #52).

SpankMe 02-24-2010 04:34 AM

Upgraded to 4.0.2 and no one can access the forum page with IE8. All other browsers ok. I disabled this mod, and IE8 can access the forums page again,

Dennis Kaczor 03-14-2010 04:11 PM

Paul, I was checking to see if there was any updates and noticed that I had version 4.0.5 and you had an update to 4.0.7. Downloaded and installed and got this error below

Item no longer shows in the plugins, and the program seems to be still showing on the forum page. Can you please advise on how I can correct this. vb 4.0.2 First time I have ever had an issue with your stuff, but always a first time, and thanks in advance

PHP Code:

Database error in vBulletin 4.0.2:

Invalid SQL:

            
UPDATE template SET
                styleid 
= -10
            WHERE product 
'paulm_trm_40' AND styleid = -1;

MySQL Error   Duplicate entry 'Display_Memberview--10-template' for key 2
Error Number  
1062
Request Date  
SundayMarch 14th 2010 12:41:30 PM
Error Date    
SundayMarch 14th 2010 12:41:36 PM
Script        
http://www.XXXXXXXX.com/forums/admincp/plugin.php?do=productimport
Referrer      http://www.XXXXXXXX.com/forums/admincp/plugin.php?do=productadd
IP Address    XX.XXX.XXXX.X
Username      
XXXXX
Classname     
vB_Database_MySQLi
MySQL Version 
5.0.82-msl-usrs-sure2-log 


Paul M 03-14-2010 04:20 PM

This is a vb issue, please see the announcement.

https://vborg.vbsupport.ru/announcement.php?a=47

Dennis Kaczor 03-14-2010 04:28 PM

Quote:

Originally Posted by Paul M (Post 2003494)
This is a vb issue, please see the announcement.

https://vborg.vbsupport.ru/announcement.php?a=47

Thank you Paul fix the problem.

Dennis

parks72 03-16-2010 12:40 AM

great one thanks............

-=Leb=- 03-16-2010 11:21 PM

installed and nominated.

zelnik 04-11-2010 11:53 AM

Not sure if it's a vb4.0.3 thing or not as it's the first version I've used.

But if you're having problems getting the add-on to show up on the forum then goto your usergroup permissions (if you're upgrading) and just click save and that seems to work it.

Thanks Paul, probably the most important addon to my site so nominated for MOTM

nikosb 04-11-2010 01:29 PM

thanks
works fine on vb 4.0.3

BlueCheri 04-11-2010 01:33 PM

Nice one installed.

Thanx

mofeu 04-17-2010 02:49 PM

I install it but does not work.Appears on admincp , it is active but not on the forum.
Please give me a help

Paul M 04-17-2010 09:05 PM

Did you follow the install instructions ?

mofeu 04-17-2010 10:45 PM

Yes I did !

Paul M 04-18-2010 04:54 PM

So you set permissions ?

ImmortalForums 04-28-2010 02:09 AM

Can you cache the templates please.

Paul M 04-28-2010 12:07 PM

They are.

ImmortalForums 04-29-2010 01:41 AM

While in debug mode it was showing the templates as non cached. I fixed it by doing the following.
PHP Code:

if ($show['trg'])
{
    
$cache[] = 'Display_Members' ;
    
$cache[] = 'Display_Members_User' ;


Change to
PHP Code:

if ($show['trm'])
{
    
$cache[] = 'Display_Members' ;
    
$cache[] = 'Display_Members_User' ;



Paul M 04-29-2010 12:09 PM

Ah.

It would have been helpful if you had been more specific in the first place. ;)

There is indeed a bug there, it looks like all the cache code is using trg, not trm.

Edit: Fixed in 4.0.8.

ImmortalForums 05-02-2010 11:14 PM

Thank you for fixing it. :-)

J6488EEA8E90 05-07-2010 03:35 AM

Looks great. Will install it later.

thesun103 05-09-2010 08:16 PM

Hi, I installed it and got this problem, anybody help me please :( I'm not good at coding T_T



Thank you so much !!!

kennykre 05-10-2010 10:31 PM

I have set up a forum which is password protected.
Will this mod allow me to track members who have been provided with the password in this forum?
Will it enable me to see if anyone else is using the password to gain access to the forum?
Thanks.

Paul M 05-10-2010 10:51 PM

Yes, you would be ale to see if they had viewed the forum, or any threads within it.

kennykre 05-10-2010 11:09 PM

Paul, would it be a good idea to set up the members of this forum as a specific user group?

kennykre 05-11-2010 07:01 AM

I have installed the mod and set permissions, which obviously allows members to view the stats.
Is there a way that I can set it up so that I am the only one who can see the stats?
Thanks

Paul M 05-11-2010 10:25 AM

Not sure what you mean by "the stats", but all permissions are usergroup based.


All times are GMT. The time now is 01:04 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.01455 seconds
  • Memory Usage 1,842KB
  • 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_code_printable
  • (4)bbcode_php_printable
  • (6)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