vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - vBSSO - vBulletin Single Sign-On (https://vborg.vbsupport.ru/showthread.php?t=270517)

xeagle 03-28-2013 06:42 AM

Quote:

Originally Posted by Syxguns (Post 2412630)
I installed SSL Certificate on my site and now this plugin does NOT work properly. I'm hoping for an update especially since I paid for it. Just a warning for anyone with https: on their forum.

Thanks so much for testing vBSSO products on https identifying the issue. We are trying to make vBSSO products better and vBSSO team values all your efforts and feedbacks from everyone! The new version vBSSO vBulletin 1.4.10 is urgently going to be published within a week.

Syxguns 03-28-2013 07:17 AM

Quote:

Originally Posted by xeagle (Post 2412645)
Thanks so much for testing vBSSO products on https identifying the issue. We are trying to make vBSSO products better and vBSSO team values all your efforts and feedbacks from everyone! The new version vBSSO vBulletin 1.4.10 is urgently going to be published within a week.

Thank you for the update xeagle! I'm looking forward to the upgrade.

sadiq6210 03-28-2013 09:11 AM

After I install it:
- Can I display the forum online users in wordpress main page?
- Can I display the forum last XX posts in wordpress main page?
- Can I display the events from forum calender in wordpress?
- Can the forum users add a post in wordpress with same username?

Thanks

Syxguns 03-28-2013 06:45 PM

- Can I display the forum online users in wordpress main page? NO
- Can I display the forum last XX posts in wordpress main page? NO
- Can I display the events from forum calender in wordpress? NO
- Can the forum users add a post in wordpress with same username? YES

http://wordpress.org/extend/plugins/wp-useronline/

https://forums.digitalpoint.com/thre...mepage.973560/

I can not guarantee these mods, but they might work.

Americanfreak 03-28-2013 08:32 PM

I installed the mod and it works great, but I do have a question.

What is the purpose of it adding Google tracking code for Google ID UA-25094208-2?

The ID is for techenclave according to http://pub-db.com/techenclave.com.html

I have deactivated it until I know why, thanks.

hollosch 03-29-2013 10:22 PM

Quote:

Originally Posted by Syxguns (Post 2408228)
xeagle,
I seem to have a little issue here. The team got most everything fixed, but I want to bypass: /vbsso/vbsso.php?do=verifyemail after someone registers. I have to have them register on my forum and I've got that much fixed and working, however after they submit registration they should be taken to a page with the default vB message about them receiving an e-mail.

I've attached a pic to show you what I mean. The second picture is what should show. This might be a code change that needs to take place.

Thanks!

Is there a solution for this ?

hpidriver 03-30-2013 12:09 AM

Many thanks to xeagle, just want to say I have been successfully using this plugin to bridge a Wordpress Multisite 3.5.1 to vb 3.8.7

The only feature I wish we had was the ability to map VB usergroups to WP user roles

Rolll 04-02-2013 09:03 PM

Hi,
I can't remove redirect to profile between two vbulletin.
When I set "No" on option "Show vBulletin Profile", it doesn't change and stay on Yes.

Why?
Thanks

xeagle 04-06-2013 02:49 PM

Quote:

Originally Posted by Rolll (Post 2413939)
Hi,
I can't remove redirect to profile between two vbulletin.
When I set "No" on option "Show vBulletin Profile", it doesn't change and stay on Yes.

Why?
Thanks

Confirmed, new release update is almost ready to be published out. Keep us watching, please.

usHealthy 04-06-2013 08:25 PM

Hello, I am getting a whole lot of errors at the warning log. Im trying to find the code to fix but I cant find any of those errors. Can you help?

Warnings
Code:

We have identified the potential buggy hooks / plugins conflicted with vBSSO. If you experience any issues with vBSSO, please resolve the conflicts before contacting the support team.
You need to replace highlighted code with this pattern:
require_once(DIR . '/path/to/plugin/file.php');

Hooks Warnings
Code:

Hook name        Hook code
global_start        if($vbulletin->options['wpintegrate_footer']){ $vbulletin->templatecache['footer'] = str_replace($vbulletin->templatecache['footer'],$vbulletin->templatecache['footer'] . '
Integration By Adapthosting.com
',$vbulletin->templatecache['footer']); } eval('$reklam_alani = "' . fetch_template('reklam_alani') . '";'); switch ($vbulletin->options['reklam_position']) { case 1: $Position = ''; break; case 2: $Position = ''; break; case 4: $Position = ''; break; default: $Position = '$navbar'; break; } $vbulletin->templatecache['FORUMHOME'] = str_replace($Position, $Position . ' $reklam_alani', $vbulletin->templatecache['FORUMHOME']); if(defined('VBSEO_ENABLED')) vbseo_complete_sec('global_start'); require_once(DIR . '/vbsso/vbsso.php'); vbsso_global_start_hook(); global $vbulletin; if ($vbulletin->options['bop5more_en'] AND (!$vbulletin->options['bop5more_tonly'] OR ($vbulletin->options['bop5more_tonly'] AND THIS_SCRIPT =='showthread'))) { $ex_styles= explode("," , $vbulletin->options['bop5more_styles']); if (!in_array ($vbulletin->userinfo['styleid'], $ex_styles)) { $bopshare = ""; if ($vbulletin->options['bop5more_forceurl']) { if (THIS_SCRIPT == 'showthread') { $bopshare = $vbulletin->options['bburl']."/showthread.php?t=".$threadinfo['threadid']; } elseif (THIS_SCRIPT == 'forumdisplay') { $bopshare = $vbulletin->options['bburl']."/forumdisplay.php?f=".$foruminfo['forumid']; } elseif (THIS_SCRIPT == 'group') { $bopshare = ""; } elseif (THIS_SCRIPT == 'index') { $bopshare = $vbulletin->options['bburl'].'/'.$vbulletin->options['bop5more_index'];; } } $bopshareen = urlencode($bopshare); eval('$more_share_options= "' . fetch_template('more_share_options') . '";'); } } if ($vbulletin->options['bop5more_en'] AND $vbulletin->options['bop5more_autotpe']) { require_once("includes/adminfunctions_template.php"); $sharebar = compile_template($more_share_options); $find = addslashes(''); $replace = $sharebar; $vbulletin->templatecache['navbar'] = str_replace($find, $find.$replace, $vbulletin->templatecache['navbar']); $find = $replace = ""; } $vbulletin->templatecache['postbit_ip'] = $vbulletin->templatecache['postbit_proxyip']; if (THIS_SCRIPT === newthread) { if ($vbulletin->options['autotag_enabled_ajax'] AND $vbulletin->options['autotag_enabled_all']) { $vbulletin->templatecache['headinclude'].=$vbulletin->templatecache['autotag_ajax']; } } global $db, $vbulletin; eval('$google_siteadsearch .= "' . fetch_template('google_siteadsearch') . '";');
userdata_presave        require_once('includes/functions_vbghsfs.php'); VBGHSFS_UserModeratorBan();
userdata_delete        require_once('includes/functions_vbghsfs.php'); VBGHSFS_UserEditComplete(); vBSEO_Storage::user_deleted($this->existing);
userdata_postsave        require_once('includes/functions_vbghsfs.php'); VBGHSFS_UserEditComplete(); require_once(DIR . '/vbsso/vbsso.php'); vbsso_userdata_postsave_hook($userid, $this);
newpost_process        if(defined('VBSEO_ENABLED')) vbseo_complete_sec('newpost_process'); $dataman->set('proxyip', ($vbulletin->options['logip'] ? PROXYIP : '')) ; if ($this->registry->options['glowhostspamomatic_akismet_enabled'] == 1) { if ($vbulletin->userinfo['permissions']['akvbghsfs_akismet_permissions']) { if ($this->registry->userinfo['posts'] < $this->registry->options['glowhostspamomatic_akismet_postcount']) || ($this->registry->options['glowhostspamomatic_akismet_postcount'] == 0) { // check for postcount is lower than specified in settings require_once('includes/functions_vbghsfs.php'); $key = $vbulletin->options['glowhostspamomatic_akismet_key']; $vbghsfs_host = $key.'.rest.akismet.com'; $comment['user_ip'] = $_SERVER['REMOTE_ADDR']; $comment['user_agent'] = $_SERVER['HTTP_USER_AGENT']; $comment['referrer'] = $_SERVER['HTTP_REFERER']; $comment['blog'] = $vbulletin->options['bburl']; $comment['comment_author'] = $vbulletin->userinfo['username']; $comment['comment_content'] = $post['message']; if (VBGHSFS_AkismetCheckComment($comment, $vbghsfs_host)) { $dataman->set('visible', 0); $post['visible'] = 0; } } } }
register_addmember_process        $vbghsfs_Purged = false; require_once('includes/functions_vbghsfs.php'); VBGHSFS_Process();
useradmin_edit_column1        require_once('includes/functions_vbghsfs.php'); VBGHSFS_UserEditCode();



All times are GMT. The time now is 01:06 AM.

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.02174 seconds
  • Memory Usage 1,769KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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