Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
World of Warcraft Class Recruitment Status module (db backend) Details »»
World of Warcraft Class Recruitment Status module (db backend)
Version: 1.01, by turnipofdoom turnipofdoom is offline
Developer Last Online: Apr 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.4 Rating:
Released: 01-26-2007 Last Update: Never Installs: 23
DB Changes Template Edits
Additional Files  
No support by the author.

This mod is no longer supported it has been rewritten.

The new mod is available here:
https://vborg.vbsupport.ru/showthread.php?t=150449

Show Your Support

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

Comments
  #32  
Old 03-13-2007, 08:11 PM
turnipofdoom turnipofdoom is offline
 
Join Date: May 2004
Location: Connecticut
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by darkie79 View Post
I would love to install this, but it would be more beneficial to our community as a recruitment tool for specific roles within the community (ie, tournament admin/cs:s team, etc)..how hard would it be to change this to accomodate our needs?

Thanks

Pretty easy, can you give me an specific outline of what you need ?
Reply With Quote
  #33  
Old 03-14-2007, 11:16 AM
darkie79 darkie79 is offline
 
Join Date: Sep 2006
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sure, I can give you a general idea of what we need..

Right now we are looking for:

3 Radio dj's
2 journalists
4 game server admins
2 graphic artists
2 counterstrike source (CS:S) team members
1 xbox 360 division admin

These will change as time goes on, of course

Thanks for looking into it
Reply With Quote
  #34  
Old 03-15-2007, 02:29 PM
Synth Synth is offline
 
Join Date: Oct 2005
Posts: 160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've got everything going fine. The only problem is the module doesn't show when I include class_recruit.php. I don't get any errors and the module is set to active. If i switch it to include EXAMPLE.recruitStatus.php it shows at the top of the page even when i set clean file output to yes.

Could someone please tell me what I'm doing wrong

Thanks!
Reply With Quote
  #35  
Old 03-16-2007, 05:31 PM
turnipofdoom turnipofdoom is offline
 
Join Date: May 2004
Location: Connecticut
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Synth View Post
I've got everything going fine. The only problem is the module doesn't show when I include class_recruit.php. I don't get any errors and the module is set to active. If i switch it to include EXAMPLE.recruitStatus.php it shows at the top of the page even when i set clean file output to yes.

Could someone please tell me what I'm doing wrong

Thanks!
Just include EXAMPLE.recruitStatus.php as a php module in VBCMPS and see where that gets you.
Reply With Quote
  #36  
Old 03-17-2007, 05:42 PM
mdroschak mdroschak is offline
 
Join Date: Mar 2007
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You are my hero, i was the guy who orginally created that static one..

This is great, thanks.. I finally decided to come back and check to see if someone had created this and sure enough, there it was

I'm confused about a couple of things. Do i need to create 3 seperate PHP modules for each of the includes?

When reading your instructions you say to include class.recruit and example.recruit into a new PHP Module. How do i add both when you can only select one?

Does one need to be a parent of the other? I've tried that and recieve some strange error.

EDIT: I was able to get the modules to show up, but like the guy above they stay at the top of the page. WHen i turn clean file output on they throw off the rest of my forums.
Reply With Quote
  #37  
Old 03-17-2007, 09:44 PM
turnipofdoom turnipofdoom is offline
 
Join Date: May 2004
Location: Connecticut
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That is my mistake in the instructions, I need to fix them. You should only have to include one of the example files in a module, they each include the class on their own. They are really just examples on how to display some of the data. By throw off what do you mean ? You can probably check off use module shell template so it does not display in a template block.

I have a slightly updated version that uses vb templates to display in a block that ill update this thread with by tomorrow.
Reply With Quote
  #38  
Old 03-17-2007, 09:48 PM
turnipofdoom turnipofdoom is offline
 
Join Date: May 2004
Location: Connecticut
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by darkie79 View Post
Sure, I can give you a general idea of what we need..

Right now we are looking for:

3 Radio dj's
2 journalists
4 game server admins
2 graphic artists
2 counterstrike source (CS:S) team members
1 xbox 360 division admin

These will change as time goes on, of course

Thanks for looking into it
I will try to get to this soon for you, this is just a few text changes in a few spots.
Reply With Quote
  #39  
Old 03-18-2007, 02:33 AM
mdroschak mdroschak is offline
 
Join Date: Mar 2007
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by turnipofdoom View Post
That is my mistake in the instructions, I need to fix them. You should only have to include one of the example files in a module, they each include the class on their own. They are really just examples on how to display some of the data. By throw off what do you mean ? You can probably check off use module shell template so it does not display in a template block.

I have a slightly updated version that uses vb templates to display in a block that ill update this thread with by tomorrow.


By throw off I mean it will take my news module that is displayed in the center of the forums along with the right side modules and move them down to the bottom and cause them to span accross the entire screen as if they were removed from the tables, it's pretty bizare.

I will wait for your updated one along with some better instructions and give this a go again. My database and everything is setup perfect, it's just a matter of getting the modules to work correctly.

By turning off the use module shell it seems to fit perfectly but looks really ugly =(

Here is a screenshot

Also, one more thing. When i try to create a new "page" "template" for the edit_status.php file I get some php errors. From your example it appears that is what you did for your edit.php file. Is there anything special i need to do to open that up in an iframe/new template? Right now i have it on the same page and it seems to work fine but just adds an uneccssary window..
Reply With Quote
  #40  
Old 03-18-2007, 02:36 PM
turnipofdoom turnipofdoom is offline
 
Join Date: May 2004
Location: Connecticut
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mdroschak View Post
By throw off I mean it will take my news module that is displayed in the center of the forums along with the right side modules and move them down to the bottom and cause them to span accross the entire screen as if they were removed from the tables, it's pretty bizare.

I will wait for your updated one along with some better instructions and give this a go again. My database and everything is setup perfect, it's just a matter of getting the modules to work correctly.

By turning off the use module shell it seems to fit perfectly but looks really ugly =(

Here is a screenshot

Also, one more thing. When i try to create a new "page" "template" for the edit_status.php file I get some php errors. From your example it appears that is what you did for your edit.php file. Is there anything special i need to do to open that up in an iframe/new template? Right now i have it on the same page and it seems to work fine but just adds an uneccssary window..
Yeah at the very least the new version uses the board style to display in, so it will look much better for you. Let me know how it works out.
Reply With Quote
  #41  
Old 03-18-2007, 04:11 PM
mdroschak mdroschak is offline
 
Join Date: Mar 2007
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks my friend, I see you have updated it. I will give it a try in a few minutes.
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:19 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.04924 seconds
  • Memory Usage 2,315KB
  • 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
  • (5)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