Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions

Reply
 
Thread Tools Display Modes
  #11  
Old 05-16-2006, 09:50 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I want the user to be full admin of the blog he gets.

so that's the starting point

However from within vbulletin I want to be able to push new settings to all blogs that were created. (update engine)
Reply With Quote
  #12  
Old 05-17-2006, 01:52 AM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this sounds excellent stony. Did you know that wordpress has Wordpress-MU (multiple-users)? Only thing about it is that it's not supported on the wordpress support forums and at this time, there are no themes created for it. So I'm assuming it's rather new?

I hope you get this up and going soon stony, my members are rather anxious to blog

C'mon.. there has to be more people interested in this hack...
Reply With Quote
  #13  
Old 05-17-2006, 07:06 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I hope some more people would show interest in this. I think it would be a major addon.
Reply With Quote
  #14  
Old 05-17-2006, 07:15 PM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm sure they will when it is released. I've talked to several people on other sites who don't come to vb.org often and they are definitely interested.

How soon do you think this could conceivably be released stony?
Reply With Quote
  #15  
Old 05-17-2006, 07:20 PM
Rich's Avatar
Rich Rich is offline
 
Join Date: Mar 2004
Location: U.S.A
Posts: 921
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Stony, the idea is great and you would get a ton of installs once it were complete. Most people, myself included, don't normally respond to these types of threads because the work doesn't always prevail after everyone has voiced their "support".

Blog software integrated completely with vb would be great and used by many.
Reply With Quote
  #16  
Old 05-17-2006, 07:24 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm currently testing some of the basic functions but there is a lot to tackle in this one

- Core functions
- tables in mysql database (too much will kill the service)
- password generation
- automatic php config file edit on assignment
- wp update engine from within vb
- admincp functions
- wp style functions
- new version control
- integration in postbit/member pages
- ...

The use of MU isn't an option for these functions. I want users/blogadmins to have enough freedom and only manage it from vb on high level.

Timeline is as always with my mods ASAP because I need the functionality too.

Also should I go for seperate databases or use the vbulletin one. Not everyone has access to more than one DB on the server.
Reply With Quote
  #17  
Old 05-17-2006, 08:02 PM
Rich's Avatar
Rich Rich is offline
 
Join Date: Mar 2004
Location: U.S.A
Posts: 921
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You should have it use the existing db and why do you need password generation if it is going to use the users permissions? If they have an account already, no password required. I haven't used wordpress yet so I don't know if they have "profiles". If they do, I would drop them and use the default vb profiles.
Reply With Quote
  #18  
Old 05-17-2006, 08:20 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rich
You should have it use the existing db and why do you need password generation if it is going to use the users permissions? If they have an account already, no password required. I haven't used wordpress yet so I don't know if they have "profiles". If they do, I would drop them and use the default vb profiles.
The profiles isn't a real big issue.

Wordpress is a fully seperate application so it would remain like that.

I want to make so that vbulletin installs a wordpress for a specified users so that the user has it's own blog application on a subdir.

It's 1 user 1 wordpress and not N users on 1 wordpress.

My mod is creating a blogfarm not a single blog.
Reply With Quote
  #19  
Old 05-17-2006, 08:38 PM
Rich's Avatar
Rich Rich is offline
 
Join Date: Mar 2004
Location: U.S.A
Posts: 921
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Wordpress is a fully seperate application so it would remain like that.
If the users need to register for the blog and the forum, it won't be as popular as I initially stated. I was under the impression you were integrating it. Basically, when a user joins your forums they also have registered with the blogs. The blogs would be controlled via user permissions like Drupal is.

X usergroup can have a blog
X can't have a blog

Basically I thought this was going to become a vBlog type application. One wordpress that allows multiple blogs based on who has the right permissions.
Reply With Quote
  #20  
Old 05-17-2006, 08:47 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rich
If the users need to register for the blog and the forum, it won't be as popular as I initially stated. I was under the impression you were integrating it. Basically, when a user joins your forums they also have registered with the blogs. The blogs would be controlled via user permissions like Drupal is.

X usergroup can have a blog
X can't have a blog

Basically I thought this was going to become a vBlog type application. One wordpress that allows multiple blogs based on who has the right permissions.
1 MU isn't far enough to support that
2 the core version of WP should be used as that's the one that is supported

I want

1 manageable blogs from admincp wordpress based but fully functional.
2 1 user 1 blog or 1 usergroup 1 blog principle
3 no seperate registration (the database/datamodel I currently made is integrated)
4 file update and version control on all the installed blogs so you can push a certain page/ad/update/style/patch to all blogs at once
5 vbulletin becomes the dashboard/management console of the wordpress farm
6 best of both
7 compatible with updates of wordpress (push from within vbulletin update engine)
8 ....
Reply With Quote
Reply

Thread Tools
Display Modes

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 08:25 AM.


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.04146 seconds
  • Memory Usage 2,257KB
  • 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
  • (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
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete