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)
-   -   Profile Enhancements - vBStatus - Facebook Style Status Updates (v5) (https://vborg.vbsupport.ru/showthread.php?t=243775)

Attilitus 06-27-2010 05:05 PM

dankreiner,

The problem is most likely due to a conflict between two javascript frameworks: jQuery and mootools. I use mootools, and it appears as though tinychat, which you have installed on your board, uses jQuery.

Code:

<script type="text/javascript" src="http://www.phantank.com/jquery.min.js"></script>
<script type="text/javascript" src="http://www.phantank.com/tinychat.js"></script>

The problem arises because both jQuery and mootools use the name "$" as a global reference to the jQuery and document.id objects respectively. To fix the problem do the following:

Open the file vbstatus_javascript.js

Find every instance of "$(" and replace it with "document.id("

Check to see if this fixes your problem.

~Tim

gamerzhut 06-27-2010 05:27 PM

Thanks a lot...!

Works like a charm :)

Guest20210415 07-06-2010 08:59 AM

Is it right that v5 doesn't use any more plugins and doesn't have any own templates?

v4 did have.

sross 08-13-2010 01:48 AM

anyone have a demo i can view? thnx

RobbieZ 08-24-2010 04:40 PM

Thanks - Great Mod

Because the Edit button is so close I changed it slightly.

In the code for postbit/legacy find
Code:

Edit</a>
and replace with

Code:

<img alt="Edit" src="images/buttons/edit_40b.png" title="Edit"></a>
Now you get the nice pen feature :D

Front Range 4x4 08-25-2010 06:14 PM

Thanks Attilitus, nice & easy! Just the way it's supposed to be.

Installed! Rated! Nominated!

yospeck 09-08-2010 11:00 PM

Worked a treat for me and I'm a complete vB/coder n00b. Very simple and does exactly what it says on the tin!

Great job!

angeljs 09-09-2010 05:59 PM

Quote:

Originally Posted by Attilitus (Post 2060593)
dankreiner,

The problem is most likely due to a conflict between two javascript frameworks: jQuery and mootools. I use mootools, and it appears as though tinychat, which you have installed on your board, uses jQuery.

Code:

<script type="text/javascript" src="http://www.phantank.com/jquery.min.js"></script>
<script type="text/javascript" src="http://www.phantank.com/tinychat.js"></script>

The problem arises because both jQuery and mootools use the name "$" as a global reference to the jQuery and document.id objects respectively. To fix the problem do the following:

Open the file vbstatus_javascript.js

Find every instance of "$(" and replace it with "document.id("

Check to see if this fixes your problem.

~Tim

This worked for me brilliantly, thank you! :D

Fishing620 09-22-2010 11:55 PM

Attilitus

Just what I was looking for, thanks for putting this together. This appears to have a little better functionality then the other mod out there.

I saw it asked a few times here about the ability to save past updates and have a roll out page. You mentioned how you would do such a thing. I was wondering if for a few bucks you would move forward with that next version. Basically updates would be saved in a user's profile and there would be one page where status updates from all users rolls out. I know doing this stuff takes work and am willing to pay some loot to help get this done. Any chance you're interested in making it happen?

Thanks

ivanp 10-02-2010 05:48 PM

Attilitus, is it possible to remove dependency on mootols.js? Every page is loading this file having 100 KB.


All times are GMT. The time now is 03:12 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.01029 seconds
  • Memory Usage 1,741KB
  • 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_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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