Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Dorm Manager System Details »»
Dorm Manager System
Version: 1.4, by Darkwaltz4 Darkwaltz4 is offline
Developer Last Online: Feb 2013 Show Printable Version Email this Page

Version: 3.0.8 Rating:
Released: 06-13-2004 Last Update: 08-24-2005 Installs: 26
DB Changes Template Edits
Code Changes Additional Files  
No support by the author.

What Dorm Manager System is:
-Creates forums based on your default dorms settings based on post count eligibility. The creator (leader) of the dorm is granted several powers, which only exist in the dorm manager system (there is no extra usergroup). These include regulating members who apply for membership to their dorm, creating threads when the default forum option is set to private, and regulating the existing threads of their dorm. This includes setting one of them as 'Public', which makes it accessible to the whole forums regardless of membership (guestroom). Leaders also can delete their dorm. Members can only exist in one dorm at a time, and everything is completely automated.

Requirements:
-(Optional) A specified parent dorm forum set up

Features:
Settings:
Dorm Name-- Dorm, Clan, Room, Floor etc
Guestroom Name-- Lobby, Guestroom, Closet etc
The Master Dorm Forum-- forum which all the dorm forums appear in
Postcount requirements to lead or join a dorm
Maximum members per dorm, maximum total dorms, maximum threads allowed per dorm
Options between name/numeric dorm name type, and limits on the sizes of both.
Standard forum settings--resembles the forum creation page in the admin cp, which all created forums recieve

-MANY more which I cannot remember!

Installation:
-Upload a few files, run a couple of them, a handful of file edits. Clean installation should take less than 10 minutes for the average admin. Complete instructions are inside the zip.

Upgrade hack version 3.1.3 to 1.4:
-For upgrade information Please see this post

Upgrade hack version 3.1.2 to 3.1.3:

-For upgrade information Please see this post

Supplemental Images:
-Additional Screenshots can be found in the second attachment, CLICK HERE.

Donations and Future Versions:
-PayPal Donations to blackwaltz4@msn.com are gladly accepted, and paid mods are something we could discuss.

This hack is fully free and I'll give support through vbulletin.org

Possible Future Features: None (?)

Notes:
-Long live RPGN & G-force2k2, to whom this concept is owed, but I automated years later.
-I refuse to make this like vBHosting, or anything that violates Jelsoft agreements.
-FFGON.com IS NOT LONGER OPERATED by me or my partner, Cloudclone.
-vB2 version of this hack can be found HERE.




I UPDATE WHEN NEEDED
If you like this hack and you don't want to miss an update:
THANKS! :up:

Show Your Support

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

Comments
  #42  
Old 06-14-2004, 08:56 PM
Darkwaltz4's Avatar
Darkwaltz4 Darkwaltz4 is offline
 
Join Date: Oct 2002
Location: Chicago
Posts: 1,538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thats because the style you are on is missing the templates :-p

the newest version will auto-install templates onto the main template set.

im compiling a list the next version will have fixed/changed/or added to, and ill do it tonight and put it up tomarrow :-p
Reply With Quote
  #43  
Old 06-15-2004, 10:24 AM
MindTrix's Avatar
MindTrix MindTrix is offline
 
Join Date: Apr 2002
Location: United Kingdom
Posts: 1,833
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how do you quit someones dorm?? I want to leave the members i am with at the moment and go to someone elses.

But because i am part of a dorm i cannot find anywhere that lets me request to join or leave
Reply With Quote
  #44  
Old 06-15-2004, 01:08 PM
Darkwaltz4's Avatar
Darkwaltz4 Darkwaltz4 is offline
 
Join Date: Oct 2002
Location: Chicago
Posts: 1,538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

originally i was going to include a request to leave thing for members, but then whats the point, the member can just send a pm requesting they be removed :-p the reason the initial request does this is because its more than pm sending, it adds the user to the queue.

and i have the next version ready
Reply With Quote
  #45  
Old 06-15-2004, 05:20 PM
dndog dndog is offline
 
Join Date: Apr 2004
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There still seems to be a bug with joining the dorm...it gives me a database error.
Reply With Quote
  #46  
Old 06-15-2004, 05:27 PM
Darkwaltz4's Avatar
Darkwaltz4 Darkwaltz4 is offline
 
Join Date: Oct 2002
Location: Chicago
Posts: 1,538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

aha, found it, and ill post up the changes right now

find in dorms.php

$DB_site->query("INSERT INTO dorms_queue VALUES (NULL,$bbuserinfo[userid],$_POST[reqdorm],0)");

replace with

$DB_site->query("INSERT INTO " . TABLE_PREFIX . "dorms_queue VALUES (NULL,$bbuserinfo[userid],$_POST[reqdorm],0)");

any more botched queries anyone finds tell me, theyre hard to spot in the code
Reply With Quote
  #47  
Old 06-16-2004, 02:02 PM
Darkwaltz4's Avatar
Darkwaltz4 Darkwaltz4 is offline
 
Join Date: Oct 2002
Location: Chicago
Posts: 1,538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

New UPDATE:

Version 3.1.3 Update
Fixed Multiple PM Liquidate Bug
Fixed Last Missing Phrase
Fixed Query Missing Prefix
Fixed No-dorm ACP Warnings
Fixed Forum-Crippling Description Bug
Fixed Potential Double Action Value Bug
OPTIMIZED ALL FILES

I actually recoded the bulk of the dorms.php file :-p go download it. I think this one is the most important upgrade, because it fixes the problem of when you have too many members in your forum (and it overloads mysql)
Reply With Quote
  #48  
Old 06-17-2004, 11:20 AM
MindTrix's Avatar
MindTrix MindTrix is offline
 
Join Date: Apr 2002
Location: United Kingdom
Posts: 1,833
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Upgraded from the first version without a single problem. Nice one. Any plans for any future versions or new features etc?
Reply With Quote
  #49  
Old 06-17-2004, 01:49 PM
Darkwaltz4's Avatar
Darkwaltz4 Darkwaltz4 is offline
 
Join Date: Oct 2002
Location: Chicago
Posts: 1,538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The only feature I can think of, would be some sort of admin controller in the acp. You know, like adding/editing/removing dorms. But im not sure of the point of that. Simply editing the actual forums will do the trick, and be sure to just use the forum refreshing system, so I dont know how needed such a function will be. Thats it for the planned addon list, and FFGON is very happy to have their dorms back :-p Anything else I might be able to do custom, but I'm trying to work on the next ffgon project, which is converting my tt hack to vb3 (which wont be available here), and theyll be of minor costs, like from 5-10$ depending on evasiveness to the hack :-p

FRANKLY IM HAPPY ITS FINALLY BUGFREE !
Reply With Quote
  #50  
Old 06-17-2004, 10:42 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hehe what an original idea - thanks for sharing with the community
Reply With Quote
  #51  
Old 06-18-2004, 04:57 AM
DBC-DevNull DBC-DevNull is offline
 
Join Date: Jun 2004
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok i have i guess would be a bug

I made a dorm to test it out. I manually deleted the dorm and now i can`t liquidate or leave this dorm. I tried to remake it and still a no go
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:37 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.04733 seconds
  • Memory Usage 2,310KB
  • Queries Executed 25 (?)
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)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • 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