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)

Attilitus 07-12-2010 12:35 AM

You can fix this yourself, if you desire. The easy fix is to go into file vbstatus_javascript, and do the following find and replace:

Find: $(
Replace: document.id(

That should fix your problem. If it doesn't, then let me know.

~Tim

Alfa1 07-12-2010 01:43 PM

Thanks for your swift reply. There are 18 instances of '$(' in the file. All instances are part of various lines of code. I replaced all and uploaded the file but nothing changed.

Attilitus 07-12-2010 03:10 PM

Alfa1,

What is your forum's Url? If the modification is currently installed, then I can visit and determine the problem.

~Tim

gorentals 07-13-2010 03:10 PM

Good Mod, I could care less about history of status messages, who cares anyways? I don't see a purpose of a history of old status messages. That is why I'm not using dbtech's version. Anyways, the more important thing is to have the admin be able to edit members status messages incase situations arise when its needed.

infnity8x3 07-19-2010 01:16 AM

I know it's unconventional, but if you absolutely have to change a members status you can do a query.

-=[Warning]=- Only try this if you are familiar with using sql queries in vbulletin. Noobs could cause serous damage to there forum messing around with queries -=[Warning]=-

I have tried this and it has worked for me.

READ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
First things first make a backup of your database!

Then if you are using a prefix add it before "userfield" so if your forums sql prefix is "for" then it will be this "foruserfield" next replace the "X" with the new status you want to replace the old with, and then replace "Y" with the user id of the member who's status you want to change.
PHP Code:

UPDATE userfield SET vbstatus_status 'X' WHERE userid 'Y'

So if you want to change admins status to WTF it would look like this.
PHP Code:

UPDATE userfield SET vbstatus_status 'WTF' WHERE userid '1'



Alternatively you could just edit the fields using phpmyadmin.

manzak 07-20-2010 08:31 AM

I did all the transactions without any problems, could not work. ):
None the problem of editing the template.
Playing with FTP file properties do not do?

Attilitus 07-22-2010 10:45 PM

manzak,

If you give me your site's Url, then I can determine the problem.

~Tim

davidhso 07-23-2010 03:24 AM

*fixed..works fine.
thank you

Attilitus 07-23-2010 03:56 AM

davidhso,

If you give me your site's Url, then I can determine the problem.

~Tim

biggeorge 07-23-2010 06:20 PM

Installed, but the status will not SAVE. The url is http://www.extremebusa.com/extreme

Any help will be appreciated.


All times are GMT. The time now is 04:56 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.01051 seconds
  • Memory Usage 1,735KB
  • 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_php_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