Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 04-24-2009, 05:02 PM
VIPER-MAN VIPER-MAN is offline
 
Join Date: Jul 2007
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default the vB "Whats On Your Mind!!" Microblogging Feed

Improve community stickiness and immersion with the "Whats on Your Mind Mod"

Microblogging is gaining popularity. Microblogging really is about people just telling you what's on their mind, their thoughts, what they are doing -- that kind of stuff. These types of "topics" typically don't get posted to forums, but to Twitter and Facebook status updates.

Now with this mod, you can bring status updates to your forum instead of Twitter and/or Facebook.

I've been trying to build a mod and unfortunately, haven't had success but I think this would be a big hit if anyone wants to give it a shot ...

I've been trying to create a SIDEBAR on my forumhome that allows forum users to post "What's on Their Mind" which gets listed in a side feed of user thoughts.

This mod creates a greater community immersion -- it allows the forum to stay active in thought and ideas even between threads and posts.

Here is a snap shot of the idea:


Unfortunately, I've been unable to implement due to limited programming knowledge:

Requirements:

1) new table in the DB: Mind (UserID / TimeStamp / StatusText)
2) Sidebar Template (Call to DB to pull last X number of Statuses)


Anyone want to give it a shot?
Reply With Quote
  #2  
Old 04-26-2009, 07:10 AM
rob01 rob01 is offline
 
Join Date: Sep 2008
Location: Mexico
Posts: 410
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow is really a nice idea

i will try to work on this xD m thought i need to finish another projects i have been procrastinating since long time ... to much hw lol xD
Reply With Quote
  #3  
Old 04-26-2009, 08:34 AM
CodingMonkey CodingMonkey is offline
 
Join Date: Sep 2008
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So this is just a sidebar on any page on the forum/website specified, where the users can simply say what's on their mind?

Seems simple enough. Could create it tomorrow. It's too late for me right now, extremely tired.

I will start on this first thing in the morning. I have plenty of time tomorrow, probably can get something done. Will leave this up and look for any suggestions, and give you guys a update every so often.

Oh, and I could use this too, that's why I'm interested

Are you guys looking for anything special, besides a security enabled "What's on your mind" sidebar?

The AdminCP Options can be as such:

- vBulletin Options
--- What's On Your Mind?
------ [yesno] Enable WOYM?
------ [yesno] Show WOYM for guests?
------ [blank ] Usergroups to display for?
------ [blank ] How many statuses to show?
------ [textarea] HTML for beginning of the table?
------ [textarea] HTML for end of the table?
------ [textarea] HTML for each status update? (note: $altColorWOYM for alt1/alt2 alternation)

How to implement would be something like
<!-- What's On Your Mind -->
$WOYM_Enable_Here
<!-- What's On Your Mind -->
Reply With Quote
  #4  
Old 04-27-2009, 12:00 PM
CodingMonkey CodingMonkey is offline
 
Join Date: Sep 2008
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quick update, the product is almost done. I'm not much of a designer should anyone want to design it. I just have to implement the front-end for the user, administrative tools, and make the table in the db.
Reply With Quote
  #5  
Old 04-27-2009, 01:25 PM
Nordinho Nordinho is offline
 
Join Date: Aug 2004
Location: Netherlands
Posts: 288
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CodingMonkey View Post
Quick update, the product is almost done. I'm not much of a designer should anyone want to design it. I just have to implement the front-end for the user, administrative tools, and make the table in the db.
Sounds interesting. Looking forward to see it!
Reply With Quote
  #6  
Old 04-27-2009, 03:24 PM
VIPER-MAN VIPER-MAN is offline
 
Join Date: Jul 2007
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow, thanks CodingMonkey for looking into this. I think this MOD would be a great add-on to help merge the micro-blog trend that really takes away activity from forums. (It would only go on the Forum home)

ADMINCP Options:

1) Number of updates to show - yes
2) I think a post count restriction would be nice to prevent spammer use.

Thanks again.

PS: Maybe down the road after the basics are worked-out, the updates can automatically update to Twitter and FB status updates, or vice versa.
Reply With Quote
  #7  
Old 04-27-2009, 04:00 PM
TNCclubman's Avatar
TNCclubman TNCclubman is offline
 
Join Date: Sep 2008
Posts: 690
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

only display from friends or all members (option in admincp)
share a link
'like this' link, then shows who 'liked this'
Reply With Quote
  #8  
Old 04-27-2009, 09:17 PM
CodingMonkey CodingMonkey is offline
 
Join Date: Sep 2008
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's a quick look at the Admin CP options.. no need to post this but it's something to show that it's getting accomplished

Quote:
Originally Posted by TNCclubman
only display from friends or all members (option in admincp)
share a link
'like this' link, then shows who 'liked this'
1. Future option.
2. Share link, meaning to email the comment or something?
3. "Like Comment" link, and a list on a new page of those who "liked" it?

Quote:
Originally Posted by VIPER-MAN
Wow, thanks CodingMonkey for looking into this. I think this MOD would be a great add-on to help merge the micro-blog trend that really takes away activity from forums. (It would only go on the Forum home)

ADMINCP Options:

1) Number of updates to show - yes
2) I think a post count restriction would be nice to prevent spammer use.

Thanks again.


PS: Maybe down the road after the basics are worked-out, the updates can automatically update to Twitter and FB status updates, or vice versa.
1. Okay? lol
2. Done.
PS: Probably future function, if possible. I have never associated with the Twitter and FB APIs before, this will be fun...
Reply With Quote
  #9  
Old 04-27-2009, 09:46 PM
VIPER-MAN VIPER-MAN is offline
 
Join Date: Jul 2007
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome!! Thx for the status update, mightly impressive.
Reply With Quote
  #10  
Old 05-02-2009, 11:23 PM
VIPER-MAN VIPER-MAN is offline
 
Join Date: Jul 2007
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bumpety bump.
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 02:47 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.04038 seconds
  • Memory Usage 2,275KB
  • Queries Executed 14 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete