vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Profile Enhancements - vBStatus - Facebook Style Status Updates (v5) (vB 3.x) (https://vborg.vbsupport.ru/showthread.php?t=243913)

Blueracer66 12-20-2010 11:25 PM

I Installed this on vBulletin 3.8.6 Patch Level 1 and seems to be working fine. I also Nominated it! Thanks for sharing this!

rabster 01-01-2011 12:23 AM

installed on my forum, could do with the status edit button for mods & admin is this a possible change yet ?

Andrew

career 01-09-2011 11:10 AM

Is it possible to use jquery instead of mootools.js? I don't use mootools.
And "status edit button for mods & admin" it's good idea.

Thanks.

viper357 01-09-2011 02:06 PM

Quote:

Originally Posted by career (Post 2146399)
Is it possible to use jquery instead of mootools.js? I don't use mootools.

+1

I had to uninstall this mod as mootools seemed to interfere with some other mods I had using javascript/jquery.

career 01-10-2011 12:43 PM

Quote:

Originally Posted by viper357 (Post 2146447)
+1

I had to uninstall this mod as mootools seemed to interfere with some other mods I had using javascript/jquery.

I just don't want to include this script because of it's weight. Over 100 Kb more per page.

jscieza 01-17-2011 04:05 PM

There is an option called "Maximum characters in Status Updates". It is currently set to 140 and it works in a bad way because I'm allowed to enter more than 140 characters in the status box and when I click "Save" instead of rejecting the status and display an error message like this: "You can only enter $max_chars per status" it is saving the error message as the new status of the member.

I have tried to fix this by chaning this in file 'vbstatus/vbstatus_class.php':

Code:

                if($charcount>$vbulletin->options['vbstatus_maxchars'])
                {
                        return '[Too Long]';
                }


To:

Code:

die("my own error message");
print "my own error message";
eval(standard_error("my own error message"));


And none of these three ways was successful. The user isn't getting the error message.

Any ideas?

EDIT: I got an idea! When you're creating a new thread and you didn't enter anything in the title box, you get a popup error message. I believe that a popup will work here too! But I have no idea of how to display a popup error message. Please help!

Thank you,
Jonathan

jscieza 01-24-2011 01:41 PM

How I can enable this setting?

Administrator Usergroups (INACTIVE)

jscieza 01-24-2011 01:58 PM

Also I wish you could remove the dependency of mootools.js

Feanor_87 02-07-2011 05:36 AM

Quote:

Originally Posted by jscieza (Post 2153826)
How I can enable this setting?

Administrator Usergroups (INACTIVE)

Anybody know how to enable the above?

It was working in the version prior to this one...

DarkGizmo 02-13-2011 03:46 PM

I just installed your plugin, i'm using a skin called Grunged, however, I can't edit my status, I did all the updates to the templates, but the Edit button doesn't pop open a textbox to edit the status, it does nothing when you click on the Edit link.....any ideas? :D


All times are GMT. The time now is 01:06 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.02478 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
  • (3)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