vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Statistics Modifications - Woopra for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=174934)

tpearl5 10-13-2009 12:02 AM

What has been added to woopra since this plugin was made?

Neo_obs 10-30-2009 09:43 PM

Quote:

Originally Posted by Jaxel (Post 1675692)
Okay... I use file structure avatars (not database), so I've diagnosed two problems with this mod... The following code is broken in TWO places:

PHP Code:

if (has_avatar($vbulletin->userinfo['userid'])) 
{
    
$woopra_avatar_url $woopra_homeurl "/image.php?u=" $vbulletin->userinfo['userid'];


Firstly, the has_avatar function doesn't work. The if statement ALWAYS fails 100%. If you get rid of the if statement, then image.php fails because the images are not being read from the database, they should be read from the file structure. So I replaced the above lines with the following, and it worked great:

PHP Code:

require_once(DIR '/includes/functions_user.php');
$woopra_avatar_url fetch_avatar_url($vbulletin->userinfo['userid']);
$woopra_avatar_url $woopra_homeurl '/' $woopra_avatar_url[0]; 


Thank you, but I had to make a couple changes to this aswell. I replaced

PHP Code:

$woopra_homeurl $vbulletin->options['homeurl']
if (
has_avatar($vbulletin->userinfo['userid'])) 
{
    
$woopra_avatar_url $woopra_homeurl "/image.php?u=" $vbulletin->userinfo['userid'];


with
PHP Code:

$woopra_homeurl $vbulletin->options['bburl'];
require_once(
DIR '/includes/functions_user.php');
$avatar_url fetch_avatar_url($vbulletin->userinfo['userid']);
$woopra_avatar_url str_replace('./'""$avatar_url);
$woopra_avatar_url $woopra_homeurl "/" $woopra_avatar_url[0]; 

I am still working on an if statement for those without avatars

Magz 12-28-2009 07:42 PM

Anyone know if the woopra plugin is available for vb4 yet, cant seem to find any info.

thanks

Matt.AU 01-17-2010 07:19 PM

So has this mod been updated at all as of late? I have had Woopra now for some time but ust leave it in the footer.

kpmedia 01-23-2010 09:21 PM

I've been getting a lot of poor loading times lately.
The browser just hangs and says "waiting for mysite.com.woopra-ns.com..."

Because of this it caused other footer mods/plugins to not load.

I've had to remove it. :(

redlabour 03-22-2010 08:31 AM

Removed now :

1. Woopra is to expensive since going commercial.

2. This Mod has never been really updated and still uses the old Javascript.

Ocean-Wonders 09-07-2010 04:03 PM

Will this work with 4.0 ?

lycheepassion 04-23-2012 12:07 AM

any updates?

Farsh 02-19-2016 06:17 AM

Hello. Tell me please, is it plug-in only for HTML sites?
I use vbulletin 5.2.0. It is online constructor.
I don't know what is means:
Install the product_woopra_stats.xml in your product page. Upload the bitfield XML to your XML directory under includes.
How can i use woopra plug-in for vbulletin 5.2.0? Is it real?

RichieBoy67 02-19-2016 06:59 AM

You have to use the mod for your version of Vbulletin.


All times are GMT. The time now is 01:24 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.01252 seconds
  • Memory Usage 1,748KB
  • 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
  • (4)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)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