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 ?
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.
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.
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.
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.
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..
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.