Com2vb integrates commenting system of Drupal with powerful forum vBulletin. Com2vb store comments in vBulletin’s database. So it’s available to comment materials of site in both places – in Drupal and vBulletin. With creating of first comment module create a “start post” in forum with link to material. All of comments are readable in Drupal and vBulletin.
Com2vb provide limited integration of users – authors of comments are linked with cross table.
From version 3-x COM2VB have some features for linking of users in both databases:
- linking of user's accounts in Drupal and vBulletin;
- automatic registration of new users from Drupal in vBulletin;
- synchronizing of user's name, E-mail, password from Drupal to vBulletin;
- increasing post's counter of user in vBulletin with comments in Drupal;
- shared login and logoff in vBulletin with the same actions in Drupal;
- shared activating/deactivating accounts from Drupal.
Also module provides some blocks:
- fully standart for COMMENT module block "Recent comments" with number of comments setting;
- Last replies in forum;
- Top posters in forum;
- Users in forum online;
- Hot topics.
For correct displaying of comments you must add Bbcode module.
The User Visits Advanced module is a contrib module for the User Visits module. It is extremely useful for social networking sites who wish to provide their users with statistics about the number of times a the users profile page is being viewed and by which other users. See the provided screen shot how the block of this module can look like.
This module comes with its own database table to store statistics per user profile (uid). At cron time, the data from the user_visits table is collected, aggregated and stored in the user_visits_adv table. It stores
the total number of visits per uid
the number of visits of the X past days per uid
the most recent visitors uids of the past Y hours
Installation
Enable the user_visits_adv module
Go to admin/user/user_visits and the advanced fieldset
You can choose to enable the two blocks: My recent visitors adv & My visitors history adv
Configure each block for the amount of data which should be handed over to the theming functions
Theming
The My visitors history adv block can be themed by overriding the following function
<?php
/**
* Theme function for history block
* @param $history is array with the views data of the past X days.