Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[DBTech] User Status & Moods v1 (vB4) Details »»
[DBTech] User Status & Moods v1 (vB4)
Version: 1.3.6pl2, by DragonByte Tech DragonByte Tech is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.x.x Rating:
Released: 05-31-2010 Last Update: 12-02-2014 Installs: 531
DB Changes Uses Plugins
Additional Files Translations  
No support by the author.

DragonByte Technologies are proud to present User Status & Moods v1: A mini mod to give your members the option of setting Facebook-like status updates / mood.


Why User Status & Moods?

Sometimes, a simple "mood" isn't enough. DBTech's User Status & Moods mods lets your members put their current doings and feelings into a short message to be displayed next to their posts and in their profiles.

-------------------------------------------------------------------------------------------

If you like this mod please hit the button to the right ---->

Please remember to click the, button to the right if you installed the mod ---->

What does 'Marking As Installed' do ?

* It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available.

*
For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.

* Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications.

We appreciate the support!
-------------------------------------------------------------------------------------------

Priority support for this version is handled at the Developers Website.

-------------------------------------------------------------------------------------------

Major Features

In-Line Editing: You can quickly update your status either from your profile, or from any of your posts, all with AJAX and all without reloading the page.

Postbit Integration: Members' statuses will show next to all their posts.

Profile Integration: Edit statuses and show a list of recent statuses in a member's profile.

-------------------------------------------------------------------------------------------

To Install:
  1. Upload all files in the "upload" folder to your forum.
  2. Import the product file via the product manager in your AdminCP.
  3. Done!
----------------------------------------------------------------------------------

Feature List
  • AJAX-enabled
  • Edit statuses inline or in profiles
  • Edit moods inline or in profiles
  • List a member's recent statuses in their profiles
  • Ability to ban usergroups from posting statuses
  • Ability to set usergroups as able to edit others' statuses
  • Toggle character limit
  • Settable status prefix
  • Settable default status
  • Uses vBulletin's Censorship options to censor banned words

Download Now

File Type: zip [DBTech] User Status & Moods v1.3.6-pl2.zip (317.7 KB, 430 views)

Screenshots

File Type: jpg fbstatus1.jpg (75.6 KB, 0 views)
File Type: jpg fbstatus2_.jpg (53.7 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #112  
Old 06-17-2010, 09:14 PM
CRDeveloper's Avatar
CRDeveloper CRDeveloper is offline
 
Join Date: Aug 2009
Location: Costa Rica
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey! Thanks for the mod.

Since the upgrade to 1.2.0 we were getting this nasty error on members profile.

Code:
Database error in vBulletin 4.0.2:

Invalid SQL:

			SELECT 
				statuslog.dateline,
				statuslog.status,
				statuslog.moodid,
				mood.title,
				mood.imgfile,
				user.userid,
				user.username,
				user.usergroupid,
				user.infractiongroupid,
				user.displaygroupid,				
				changedby.userid AS changedbyuserid,
				changedby.username AS changedbyusername,
				changedby.usergroupid AS changedbyusergroupid,
				changedby.infractiongroupid AS changedbyinfractiongroupid,
				changedby.displaygroupid AS changedbydisplaygroupid			
			FROM vbulletin_dbtech_status_statuslog AS statuslog
			LEFT JOIN vbulletin_user AS user ON (user.userid = statuslog.userid)
			LEFT JOIN vbulletin_dbtech_status_moods AS mood USING (moodid)
			LEFT JOIN vbulletin_user AS changedby ON (changedby.userid = statuslog.changedby)
			WHERE user.userid = 2745
			ORDER BY dateline DESC, userid
			LIMIT 0, 20;

MySQL Error   : Unknown column '####_vbulletin.user.moodid' in 'on clause'
Error Number  : 1054
Request Date  : Thursday, June 17th 2010 @ 06:10:25 PM
Error Date    : Thursday, June 17th 2010 @ 06:10:25 PM
Script        : http://www.####.com/foro/member.php/####
Referrer      : http://www.####.com/foro/search.php?####
IP Address    : ####
Username      : ####
Classname     : vB_Database
MySQL Version : 4.1.22-standard
Mod disable for a while.
Reply With Quote
  #113  
Old 06-17-2010, 10:00 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ToxXxicas View Post
Hey! Thanks for the mod.

Since the upgrade to 1.2.0 we were getting this nasty error on members profile.

Code:
Database error in vBulletin 4.0.2:

Invalid SQL:

			SELECT 
				statuslog.dateline,
				statuslog.status,
				statuslog.moodid,
				mood.title,
				mood.imgfile,
				user.userid,
				user.username,
				user.usergroupid,
				user.infractiongroupid,
				user.displaygroupid,				
				changedby.userid AS changedbyuserid,
				changedby.username AS changedbyusername,
				changedby.usergroupid AS changedbyusergroupid,
				changedby.infractiongroupid AS changedbyinfractiongroupid,
				changedby.displaygroupid AS changedbydisplaygroupid			
			FROM vbulletin_dbtech_status_statuslog AS statuslog
			LEFT JOIN vbulletin_user AS user ON (user.userid = statuslog.userid)
			LEFT JOIN vbulletin_dbtech_status_moods AS mood USING (moodid)
			LEFT JOIN vbulletin_user AS changedby ON (changedby.userid = statuslog.changedby)
			WHERE user.userid = 2745
			ORDER BY dateline DESC, userid
			LIMIT 0, 20;

MySQL Error   : Unknown column '####_vbulletin.user.moodid' in 'on clause'
Error Number  : 1054
Request Date  : Thursday, June 17th 2010 @ 06:10:25 PM
Error Date    : Thursday, June 17th 2010 @ 06:10:25 PM
Script        : http://www.####.com/foro/member.php/####
Referrer      : http://www.####.com/foro/search.php?####
IP Address    : ####
Username      : ####
Classname     : vB_Database
MySQL Version : 4.1.22-standard
Mod disable for a while.
Hrm strange. I'll look into and hopefully have it fixed for the update tomorrow
Reply With Quote
  #114  
Old 06-18-2010, 06:46 AM
VipQBoy VipQBoy is offline
 
Join Date: Jun 2008
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default




I have so much mood and it very long

PLs fix soon ! Thanks you !
Reply With Quote
  #115  
Old 06-18-2010, 09:44 AM
Veer Veer is offline
 
Join Date: Feb 2006
Posts: 733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VipQBoy View Post



I have so much mood and it very long

PLs fix soon ! Thanks you !
Moods long list looks bad and very unprofessional, That's why I'm not upgrading my installation of this mod to its latest version 1.2.0. Will keep an eye on future updates.
Reply With Quote
  #116  
Old 06-18-2010, 11:22 AM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Next version will have mood sorting available =)

Meantime rather than not upgrading, you could upgrade and simply use the default list of moods (10 or so) =)

Iain
Reply With Quote
  #117  
Old 06-18-2010, 11:37 AM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VipQBoy View Post



I have so much mood and it very long

PLs fix soon ! Thanks you !
We'll try to get a fix done for this. Unfortunately it won't make it into the next update.

- David
Reply With Quote
  #118  
Old 06-18-2010, 01:45 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Change of plans. An intermediate release is available exclusivley on DragonByte-tech.com for the time being. An update will be posted here in the coming days hopefully.

- David
Reply With Quote
  #119  
Old 06-18-2010, 02:30 PM
VipQBoy VipQBoy is offline
 
Join Date: Jun 2008
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank u very much !
Reply With Quote
  #120  
Old 06-19-2010, 09:14 AM
Megatr0n Megatr0n is offline
 
Join Date: Jul 2007
Posts: 455
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where do we download it from DragonByte-tech.com?
Reply With Quote
  #121  
Old 06-19-2010, 03:59 PM
Mrdby Mrdby is offline
 
Join Date: Mar 2007
Location: Hades
Posts: 1,298
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Megatr0n View Post
Where do we download it from DragonByte-tech.com?
yes, i don't see it in the download section though.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:11 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07479 seconds
  • Memory Usage 2,360KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (12)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete