Go Back   vb.org Archive > News and Announcements > vBulletin Pre-Sales Questions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 12-09-2008, 06:33 PM
theothersully theothersully is offline
 
Join Date: Dec 2008
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Can vBulletin do user flags? (and a couple other questions)

Hello,

First post. I'm trying to determine vBulletin vs phpBB. I'm leaning toward vBulletin, but I have some questions:

1) Does vBulletin support any kind of "user flag" system, similar to what Craigslist uses? You know... allowing users to flag down posts they don't like?

2) Does vB have the ability to have a single sign on for multiple forums?

3) Is all the data vB writes in MySQL clear text? As in... if I need to reach in and read data from a table in MySQL, is it there for me to see? Data such as the list of users?


Thanks in advance, everyone. I hope to be on this forum a lot more actively soon... if vB can do some of the above.

PS: In case any vB staff answers, I am looking at purchasing several licenses.

Sully
Reply With Quote
  #2  
Old 12-09-2008, 07:45 PM
Zorinea Zorinea is offline
 
Join Date: May 2008
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
1) Does vBulletin support any kind of "user flag" system, similar to what Craigslist uses? You know... allowing users to flag down posts they don't like?
There is a report post button.

Quote:
2) Does vB have the ability to have a single sign on for multiple forums?
Not quite sure what you mean there. But if phpBB allows it. I would guess vBulletin can.

Quote:
3) Is all the data vB writes in MySQL clear text? As in... if I need to reach in and read data from a table in MySQL, is it there for me to see? Data such as the list of users?
Again, not entirely sure but I have downloaded my SQL database and can read it like a text document.
Reply With Quote
  #3  
Old 12-09-2008, 08:02 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by theothersully View Post
Hello,

First post. I'm trying to determine vBulletin vs phpBB. I'm leaning toward vBulletin, but I have some questions:

1) Does vBulletin support any kind of "user flag" system, similar to what Craigslist uses? You know... allowing users to flag down posts they don't like?

2) Does vB have the ability to have a single sign on for multiple forums?

3) Is all the data vB writes in MySQL clear text? As in... if I need to reach in and read data from a table in MySQL, is it there for me to see? Data such as the list of users?


Thanks in advance, everyone. I hope to be on this forum a lot more actively soon... if vB can do some of the above.

PS: In case any vB staff answers, I am looking at purchasing several licenses.

Sully
1: Report Post is a feature where it sends an email to the moderators.

2: Not without custom coding. The vB-Fans network has successfully accomplished this, but has not released anything.

3: The only thing that is encrypted is the user's password using multiple levels + a user salt.
Reply With Quote
  #4  
Old 12-09-2008, 09:08 PM
theothersully theothersully is offline
 
Join Date: Dec 2008
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by King Kovifor View Post
1: Report Post is a feature where it sends an email to the moderators.

2: Not without custom coding. The vB-Fans network has successfully accomplished this, but has not released anything.

3: The only thing that is encrypted is the user's password using multiple levels + a user salt.
Thank you for the information. I will check into what the vB-Fans network has done. If I can get at least single sign on to work, I'll be able to purchase vB on lease for all of my sites. I will work on the flagging later coding that myself.
Reply With Quote
  #5  
Old 12-10-2008, 02:43 AM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have actually implemented SSO on vBulletin before, and it is actually easier than it first seems. It can all be done using the vBulletin plugin system.
Reply With Quote
  #6  
Old 12-10-2008, 07:12 AM
ian99 ian99 is offline
 
Join Date: Sep 2008
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by theothersully View Post
Thank you for the information. I will check into what the vB-Fans network has done. If I can get at least single sign on to work, I'll be able to purchase vB on lease for all of my sites. I will work on the flagging later coding that myself.
This would be a great advantage if it is possible
Reply With Quote
  #7  
Old 12-10-2008, 10:41 AM
theothersully theothersully is offline
 
Join Date: Dec 2008
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dismounted View Post
I have actually implemented SSO on vBulletin before, and it is actually easier than it first seems. It can all be done using the vBulletin plugin system.
Ahhh... a plugin system. Good thinking. I have some experience (a little bit) using Drupal's "hooks" and many other APIs from years gone by.

I guess with the plugin system, you can probably get vBulletin to do just about anything?
Reply With Quote
  #8  
Old 12-11-2008, 03:07 AM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by theothersully View Post
Ahhh... a plugin system. Good thinking. I have some experience (a little bit) using Drupal's "hooks" and many other APIs from years gone by.

I guess with the plugin system, you can probably get vBulletin to do just about anything?
Yes, just about. (<-- Key words there!)
Reply With Quote
  #9  
Old 12-11-2008, 10:45 AM
theothersully theothersully is offline
 
Join Date: Dec 2008
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dismounted View Post
Yes, just about. (<-- Key words there!)

Ha ha... of course. Thank you. I think I'll buy some licenses today.
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 09:26 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.04738 seconds
  • Memory Usage 2,251KB
  • Queries Executed 13 (?)
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
  • (9)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete