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)

Gerdeman 07-13-2011 02:46 AM

I would love to install this modification on my forum. Would it be possible for anyone to create an update for this?

flbutterflyz 07-13-2011 06:32 PM

Adding myself to the list. Would love for this to work on 4.1.4.

8thos 07-16-2011 03:01 AM

Quote:

Originally Posted by sticky (Post 2217634)
Any way to fix this for 4.1.4?

Quote:

Originally Posted by WDS (Post 2219175)
please 4.1.4

Quote:

Originally Posted by Gerdeman (Post 2219856)
I would love to install this modification on my forum. Would it be possible for anyone to create an update for this?

Quote:

Originally Posted by flbutterflyz (Post 2220141)
Adding myself to the list. Would love for this to work on 4.1.4.

Use this and disable moods if you only want to use status. https://vborg.vbsupport.ru/showthread.php?t=243754

WDS 07-22-2011 11:44 AM

do not know how to install that program so it works like this ..
someone can tell me how I do it?

Thank you.

tvguy347 10-08-2011 07:21 PM

Your instructions are VERY confusing and unclear. I'd like this mod, and I followed your instructions as best I could. I uploaded the contents of "Upload" to the forum, and then I added the product. It is not working. I dunno what to do. >.<

Dave Hybrid 10-24-2011 10:59 AM

What would be great is if status rotated in small line box oh forum home, say under the navbar.

So status updated in last x min show or something.

howarde 11-16-2011 08:21 PM

It appears as though this mod causes the CKeditor to not allow users to switch to "Source Mode" it makes the screen grey out. Any ideas?

rajcolmo 12-04-2011 04:34 AM

Thought it was working then found it does grey out the CKeditor box. Too bad... looks great!!!

onealien 01-07-2012 04:03 AM

looks dope...
installed and working great!
thanks

Mark.B 01-22-2012 11:46 AM

I have at least found the piece of code in Mootools that causes the conflict.
However I have no idea how to remedy this.

In mootools.js there is this function:

Code:

(function(){

        var nativex = {'Array': Array, 'Date': Date, 'Function': Function, 'Number': Number, 'RegExp': RegExp, 'String': String};
        for (var n in natives) new Native({name: n, initialize: natives[n], protect: true});

        var types = {'boolean': Boolean, 'native': Native, 'object': Object};
        for (var t in types) Native.typize(types[t], t);

        var generics = {
                'Array': ["concat", "indexOf", "join", "lastIndexOf", "pop", "push", "reverse", "shift", "slice", "sort", "splice", "toString", "unshift", "valueOf"],
                'String': ["charAt", "charCodeAt", "concat", "indexOf", "lastIndexOf", "match", "replace", "search", "slice", "split", "substr", "substring", "toLowerCase", "toUpperCase", "valueOf"]
        };
        for (var g in generics){
                for (var i = generics[g].length; i--;) Native.genericize(natives[g], generics[g][i], true);
        }
})();

With that function in place, I can make the status editing work, but CKEditor is broken.

Now, you will find that if you REMOVE the second line of this function:
Code:

for (var n in natives) new Native({name: n, initialize: natives[n], protect: true});
It goes the other way round...the status editor is broken, but CKEditor works.

Sadly I haven't faintest notion how to resolve this, but if anyone has any ideas please let me know


All times are GMT. The time now is 11:53 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.02995 seconds
  • Memory Usage 1,739KB
  • 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
  • (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