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
  #92  
Old 12-28-2004, 04:18 AM
Darkwaltz4's Avatar
Darkwaltz4 Darkwaltz4 is offline
 
Join Date: Oct 2002
Location: Chicago
Posts: 1,538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oh, a quick and dirty hack you could do yourself if i dont come through for you~

find in dorms.php...
PHP Code:
if(!$bbuserinfo[userid]) print_no_permission(); 
now, usergroups have certain id numbers, which you can find by hovering links in the acp usergroup screen. so if you want to restrict it to certain groups, find the number (ill call it X for my example) then edit that line to be...

PHP Code:
if(!$bbuserinfo[userid] and $bbuserinfo[usergroupid]!=Xprint_no_permission(); 
this will restrict the page from being accessed by any usergroup that isnt X (which i assume would be your subscrber group, or any existing one you might want) also, you can allow more than one, by just finding out the extra groups' numbers (Y and Z for the example) and adding more and etc's to the code...

PHP Code:
if(!$bbuserinfo[userid] and $bbuserinfo[usergroupid]!=and $bbuserinfo[usergroupid]!=and $bbuserinfo[usergroupid]!=Zprint_no_permission(); 
this isnt confusing is it? like i said, this is the less elegant way to get what you want in case i cant find time to do it elegantly :-p
Reply With Quote
  #93  
Old 12-28-2004, 05:36 AM
docvader's Avatar
docvader docvader is offline
 
Join Date: Dec 2002
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks DW. Your support of this hack is unsurpassed and greatly appreciated.

I still have some troubles. Got it to work again, reinstalled php file and templates (I had altered the templates a little), and now it's sending PM's and allowing the opening of threads. However, my registered users, who I accept into the dorm, cannot access it. Get the usual "you have no permission" error.

I'm baffled. Any suggestions???

rich
Reply With Quote
  #94  
Old 12-28-2004, 05:40 AM
Darkwaltz4's Avatar
Darkwaltz4 Darkwaltz4 is offline
 
Join Date: Oct 2002
Location: Chicago
Posts: 1,538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what are your global dorm settings, and parent forum settings?
do you mean they cant access the panel, the dorm forum they belong to, or the threads that were created in the dorm forum?
Reply With Quote
  #95  
Old 12-28-2004, 06:02 AM
docvader's Avatar
docvader docvader is offline
 
Join Date: Dec 2002
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK DW, you da man. I had the parent forum as one of my older restricted forums, and the permissions setup was keeping people out. I trashed it, and created a new parent forum. I figured out a few things, which I'd like to share with you all, in case you're trying to do this. I think this works. DW no doubt will have more and better suggestions.

I made a link to the dorms.php in my navigation bar. That is the only entrance to the dorms. I think, for this to work, you have to make members try to enter via your http://www.site.com/forums/dorms.php link. If they try to access through threads on your forum index page, in some cases, they will be able to view what's going on.

I made a parent forum in vb, which you can call whatever you want. I made mine as follows:
act as a forum: no
forum is active: no
forum is open: no
index posts in search: no
no password


I found that if you make it active, ie, visible, people can access it via the forum index page, where they can see the forum. (I tried to make that link the forum/dorms.php link, but was unsuccessful in doing so; my ignorance as to how to do that properly I guess).

This way, it's not visible. People don't know it even exists, unless they enter through the navigation bar link. The nav bar link brings them to DW's dorms area, where the dorm figures out access. People can't bypass and enter the area, because the dorm php takes care of all access.

So far, so good.

Thanks
rich
x.russbo.com/index.php
Reply With Quote
  #96  
Old 12-28-2004, 02:05 PM
docvader's Avatar
docvader docvader is offline
 
Join Date: Dec 2002
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, the above keeps it from being seen on the forum index, and keeps non dorm members out, but anybody who clicks on "New Posts" or some sort of "Posts from one, two, etc days ago" can see the dorm threads pop up, and read them. That's the issue. How do we get around that? I'm keeping forum and child forum off of the forum jump menu also. Can't seem to figure out how to keep it from showing up on any sort of forum search.

I see Boxingscene in post 77 has the same issue.

Thanks!
rich
http://x.russbo.com/vb/index.php
Reply With Quote
  #97  
Old 12-29-2004, 03:15 AM
docvader's Avatar
docvader docvader is offline
 
Join Date: Dec 2002
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, easy fix, which is why it took me a few hours to figure out.

I made the parent forum "active" so that it is visible on the forum index page. It will show the various dorms underneath it.
If you alter permissions for that parent forum, and set everything to "No" for all usergroups (except for your main admin, user id 1), when people do a search query, the parent forum, and the various dorms underneath, will not show up in any search (new posts, last day posts, two week posts, etc).

Accepted dorm members can access the dorm area via the dorms.php link, where ever you may have placed it.

Love this hack.
rich
Reply With Quote
  #98  
Old 12-29-2004, 03:39 AM
docvader's Avatar
docvader docvader is offline
 
Join Date: Dec 2002
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Aargh. Again. That didn't do it. Keep looking...
Reply With Quote
  #99  
Old 12-29-2004, 03:58 AM
docvader's Avatar
docvader docvader is offline
 
Join Date: Dec 2002
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Think this works.

I made the parent forum inactive so that it doesn't show.
I made the permissions for registered users so that they can post in the parent forum, but cannot search.

If the parent forum is active and visible, registered users will be able to see it and enter through forum index, but not through the dorms.php link. So, I made it invisible.
Turning "search forum" in the permissions off, for the parent forum, keeps registered users from searching in the "new posts, etc" search.php query.

Also, I used this hack, even though the above seemed to do the trick: https://vborg.vbsupport.ru/showthrea...exclude+forums

Confused? So am I. But, we're testing this now, this seems to do the job.

rich
Reply With Quote
  #100  
Old 12-29-2004, 05:27 AM
Darkwaltz4's Avatar
Darkwaltz4 Darkwaltz4 is offline
 
Join Date: Oct 2002
Location: Chicago
Posts: 1,538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hehe, i really hate seeing all that you went through today, and i wasnt online at all to help out during it >.< but i think that one of the features i was planning would have taken care of exactly what you were trying to do :-p

utilizing the password system would i think be something like this...
------------------------------------------------------
admin options: allow password use/require password use (y/n)

dorm leader then can create a password for dorm which will be put un-md5'd into the dorm table (ull see why in a sec) upon creation of dorm, then setting the password into the forum system as normal. then pming the leader a backup copy of the password for himself.

subsequent members then get pmed a copy of the password upon acceptance, and the leader can change the password when he likes, which then sends an update pm to existing members, etc.

the password system then works like any other passworded forum, as the dorm hack would only use the password system as a wrapper (much like everything else :-p) thus....disabling vieiwing of contents/updates from non-members (those with the set password, on top of posting access with the dorm hack itself). oh, and also the proper authorities of course bypass the passwording to allow for moderation, but this is a standard vb feature of passworded forums :-p (which also works to advantage)

now keep in mind this is just me thinking out loud for right now, but if you think its great ill work on that :-p
Reply With Quote
  #101  
Old 12-29-2004, 12:15 PM
docvader's Avatar
docvader docvader is offline
 
Join Date: Dec 2002
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Darkwaltz4
hehe, i really hate seeing all that you went through today, and i wasnt online at all to help out during it >.< but i think that one of the features i was planning would have taken care of exactly what you were trying to do :-p

utilizing the password system would i think be something like this...
------------------------------------------------------
admin options: allow password use/require password use (y/n)

dorm leader then can create a password for dorm which will be put un-md5'd into the dorm table (ull see why in a sec) upon creation of dorm, then setting the password into the forum system as normal. then pming the leader a backup copy of the password for himself.

subsequent members then get pmed a copy of the password upon acceptance, and the leader can change the password when he likes, which then sends an update pm to existing members, etc.

the password system then works like any other passworded forum, as the dorm hack would only use the password system as a wrapper (much like everything else :-p) thus....disabling vieiwing of contents/updates from non-members (those with the set password, on top of posting access with the dorm hack itself). oh, and also the proper authorities of course bypass the passwording to allow for moderation, but this is a standard vb feature of passworded forums :-p (which also works to advantage)

now keep in mind this is just me thinking out loud for right now, but if you think its great ill work on that :-p
Great idea. If you've got the time, I'd use it. But, to keep your life simpler, which is always a nice thing to do, is there anyway of keeping the new posts in the dorms off off the search.php? There is a simple &exclude command that you can keep in the navbar search link, to exclude search of some forums, but the problem is, the dorm keeps creating new forum numbers. So, that's a difficult option to implement. (Which is why I went the route I did; my above suggestions works, by the way).
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 03:47 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.05034 seconds
  • Memory Usage 2,334KB
  • 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
  • (3)bbcode_php
  • (1)bbcode_quote
  • (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