vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Moderator Application System 2.0 (https://vborg.vbsupport.ru/showthread.php?t=102506)

LBSources 03-28-2006 01:30 PM

Quote:

Originally Posted by The Realist
How is the votes calculated?
Can the 14 day limit be changed?

Laters

edit /forums/includes/cron/maf_cron.php

find

Code:

// Email users who we're declining.
                if ($day >= 14 AND $avg < 7)

and

Code:

// Email users who we're shortlisting.

                if ($day >= 14 AND $avg > 7 AND $auto_mailed == "")

and modify as needed .. i have mine set to 7 days with a <8 & 8> for average rating.. then re-upload the file

then modify the phrase maf_thanks so that folks arent thinking they have to wait 2-3 weeks for a response from you or the team

The Realist 03-28-2006 01:43 PM

Do you mean:

// Email users who we're declining.

if ($day >= 7 AND $avg < 7)

Or

// Email users who we're declining.

if ($day >= 8 AND $avg < 8)

As you state below?

Also, how do you change the rating side of things from 7?

Laters

Quote:

Originally Posted by LBSources
edit /forums/includes/cron/maf_cron.php

find

Code:

// Email users who we're declining.
                if ($day >= 14 AND $avg < 7)

and

Code:

// Email users who we're shortlisting.

                if ($day >= 14 AND $avg > 7 AND $auto_mailed == "")

and modify as needed .. i have mine set to 7 days with a <8 & 8> for average rating.. then re-upload the file

then modify the phrase maf_thanks so that folks arent thinking they have to wait 2-3 weeks for a response from you or the team


LBSources 03-28-2006 02:04 PM

its right there ..

Code:

if ($day >= 14 AND $avg > 7 AND $auto_mailed == "")
greater then 14 days and an average rating of 7 mail the member

what i meant about my setup is

$avg < 8
$avg > 8

lightwave 03-28-2006 10:47 PM

Quote:

Originally Posted by Treak
i get this error! any help

this is when i run the installer

i have done everything else. since yhis to see if it helpos but does not!

Database error in vBulletin 3.5.0:

Invalid SQL:

CREATE TABLE `maf_application` (
`appid` int(10) NOT NULL auto_increment,
`userid` int(10) NOT NULL default '0',
`email` varchar(250) NOT NULL default '',
`fullname` varchar(250) NOT NULL default '',
`age` tinyint(4) NOT NULL default '0',
`location` varchar(250) NOT NULL default '',
`timezone` varchar(25) NOT NULL default '',
`position` varchar(250) NOT NULL default '',
`why_them` mediumtext NOT NULL,
`what_they_bring` mediumtext NOT NULL,
`pactivity` mediumtext NOT NULL,
`globally_pactivity` mediumtext NOT NULL,
`plus_site` mediumtext NOT NULL,
`neg_site` mediumtext NOT NULL,
`better_than_rest` mediumtext NOT NULL,
`more` mediumtext NOT NULL,
`application_time` int(10) NOT NULL default '0',
`auto_mailed` enum('0','1') NOT NULL default '0',
PRIMARY KEY (`appid`)
);

MySQL Error : Table 'maf_application' already exists
Error Number : 1050
Date : Thursday, March 9th 2006 @ 10:48:32 PM
Script : http://www.lokiart.com/forums/mas_installer.php
Referrer :
IP Address : 24.12.228.89
Username : Smallville
Classname : vb_database


i got same error

The Realist 03-29-2006 12:36 AM

The error is because of this "Table 'maf_application' already exists"

Remove the table 'maf_application'

Laters

Burley 03-31-2006 07:40 PM

This hack looks nice and realy usefull.

But when I use the installer mas_installer.php I get the following error;

PHP Code:

WarningUnknown(): Unable to access /home/p8ntball/public_html/test_forum/forum/includes/functions_warning.php in /global.php(349) : eval()'d code on line 6

Warning: Unknown(/home/p8ntball/public_html/test_forum/forum/includes/functions_warning.php): failed to open stream: No such file or directory in /global.php(349) : eval()'
d code on line 6

Fatal error
: (null)(): Failed opening required '/home/p8ntball/public_html/test_forum/forum/includes/functions_warning.php' (include_path='.:/usr/lib/php:/usr/local/lib/php'in /home/p8ntball/public_html/test_forum/forum/global.php(349) : eval()'d code on line 6 

Which sounds logical to me, since there is no function_warning.php at all in my folders :s

I'm using version 3.5.4, has anyone succesfully installed it on this version?
And if so what did you do different and where did you get the function_warning.php from?!

oh btw, I keep getting this error now and can't seem to login/view my board at all......

rareclownfish 04-05-2006 02:10 AM

Does this work on 3.5.4?

Burley 04-05-2006 07:27 AM

it should, but it doesn't

ShadowOne 04-05-2006 12:50 PM

Before i wiped out my board and started over, i installed this hack and everything worked fine...im not u nderstanding why everyone is having so much trouble, its making me not want to install it again...

Burley 04-05-2006 12:58 PM

which vb version did you use then? I'm thinking that something changed since 3.5.1 and that's the reason. But I'm unsure!

I send sabrtoothe a pm with a few questions some days ago, not judgemental or something, but he has not responded jet. Perhaps we can solve it together.

kurtbarker 04-08-2006 12:31 PM

in regards to change after 3.5.1, i've seen a few modifications that say only for 3.5.3 up, so that's where some things may have been altered. however I have a few hacks installed on my 3.5.1 board that were designed for 3.5.3/3.5.4

now for my question... I run a club, and have a committee election coming up, I would love to use a system like this to allow people to apply for the positions... Any chance of being able to have a drop down list for what you want to apply for [pre-defined], somewhere up the top of the form?. Obviously without the Moderator application heading because they won't be what they are applying for...

I know this is probably a big ask, but if anyone can write the code to allow for the drop down box and post it here and where to put it, i'd really application it...

With approval from sabret00the to alter the modification... please mate???

thanks guyz,
Kurt

Burley 04-08-2006 01:51 PM

For that sabretooth has to respond to any communication first or post somewhere around here, somehow I don't think that that's going to happen very soon....

Burley 04-08-2006 03:56 PM

Kurtbaker, perhaps you could use the mod in the thread below, probably will take a bit more work though;

https://vborg.vbsupport.ru/showthread.php?t=93970

but you can have a fully customized form. And placing it under a link in the navbar isn't that difficult ;)

Mr_Devlin 04-08-2006 04:33 PM

Quote:

now for my question... I run a club, and have a committee election coming up, I would love to use a system like this to allow people to apply for the positions... Any chance of being able to have a drop down list for what you want to apply for [pre-defined], somewhere up the top of the form?. Obviously without the Moderator application heading because they won't be what they are applying for...
This is a nice addon especially for bigger boards with different content.

I installed it on my testboard and would like to make some suggestions on this hack, something like kurt suggested before:

- the field for "Timezone" is unneeded I think. The user will set his time zone in usercp and this is not needed for application. If this feature is wanted for some reason make it enable in Acp with a checkbox and then fill it automaticly like $username and eMail

- the whole hack should be the application form for ALL STAFF POSITIONS,
therefore the field "position" should be a scrolldown menu, options should be added and editable via acp.

- an additional field "knowledge" should be added where applicants have to tell something about their skills and knowledge, that should qualify them for desired position.

- the title of hack should be changed to STAFF APPLICATION SYSTEM so it can be used for ANY staff position that is selectable in position field.

I tried to change the templates in this way but there were errors when submitting the form so this have to be included in the scripts for making them working.

SCORPION1 04-12-2006 12:50 AM

hi there i am new to this now i have installed this and runs great but when i try to run the forum/includes/cron/maf_cron.php i get this message

Code:

Fatal error: Call to a member function on a non-object in /home/madace/public_html/forum/includes/cron/maf_cron.php on line 27
 can anyone tell me whats wrong thanks


kurtbarker 04-13-2006 01:34 PM

hey mate, it was stated that this works out a rating system where moderators rate the member applying...

Idealy I just want a system where when it person applys, it posts the form in the admin section, or even sends it to my email for me to look over...

Does this suit that?

I don't really wanna leave the moderator applications up to my mods, it'll turn into a popularity contest

Mr_Devlin 04-15-2006 12:27 PM

Hi kurt,
I think this could be an option. It's always good to know that applicants were accepted by other mods. In many cases mods have to rate the applications too because they're forum- or group leaders and have to select their assistant mods. So this feature should be an selectable option for those boards who needs it.

ShadowOne 04-18-2006 05:39 AM

I am going to test this on 3.5.4, cuz i used this on 3.5.3 before and it worked...so i will be back whenever with an update...

ShadowOne 04-18-2006 06:32 AM

Quote:

Originally Posted by SCORPION1
hi there i am new to this now i have installed this and runs great but when i try to run the forum/includes/cron/maf_cron.php i get this message

Code:

Fatal error: Call to a member function on a non-object in /home/madace/public_html/forum/includes/cron/maf_cron.php on line 27
 can anyone tell me whats wrong thanks



the only problem i see is it wont send it to a thread...but it can still be read through the admincp...so i will use this for now until update

Nathan2006 04-18-2006 08:49 AM

Thank you very much sabret00the

This is great!:D

Working fully:cool:

Install

Is there anyway to make the User name & Email Address fields UN-editable?

World be something same as this but I have not got a clue on it
https://vborg.vbsupport.ru/showthread.php?t=99538

This would stop members creating applications for other members :)

Thanks you for any help

Mr_Devlin 04-18-2006 10:15 AM

Quote:

Is there anyway to make the User name & Email Address fields UN-editable?
Two spots on this: username and eMail will be parsed from user table in db when creating a new application. Applicant can not edit these entrys.

second: Go into your acp > usergroup settings and turn off the email function for all membergroups except admin (s-mods/mods) so that each others have to use their own client and therefore a reachable email address... this way you can increase your server load too

Nathan2006 04-19-2006 05:06 AM

Quote:

Originally Posted by Mr_Devlin
Two spots on this: username and eMail will be parsed from user table in db when creating a new application. Applicant can not edit these entrys.

second: Go into your acp > usergroup settings and turn off the email function for all membergroups except admin (s-mods/mods) so that each others have to use their own client and therefore a reachable email address... this way you can increase your server load too

Thanks I will look in to that :)

I did find one more thing - When a user enters a load of wrong infomation there is a Phrase missing - I have looked all over the place but I cannot find it

Quote:

Could not find phrase 'maf_dontlie'.
Thank you for any help :)

phonexpo 05-20-2006 03:49 PM

Installed ;)

Thank you.

phonexpo 05-20-2006 06:00 PM

What happens after a member applies? Cause I tried it and no thread started in the set forum id and I got no emails?

Nathan2006 05-20-2006 06:07 PM

Quote:

Originally Posted by phonexpo
What happens after a member applies? Cause I tried it and no thread started in the set forum id and I got no emails?

My server is
dead atm but if you go to your admincp and on the menu go to Scheduled tasks there is a option in there to run the application form ;)

Once you have clicked that it will place the new thread in the forum you wanted.

Also your mods can go to the modcp and see the option at the bottom of their menu "Rate Application" same as in the admincp :)

phonexpo 05-20-2006 06:10 PM

aha ;) so it hasn't run the cycle yet as the time is set @12:30?

Gotcha.... :)

Cheers

Nathan2006 05-20-2006 06:14 PM

Quote:

Originally Posted by phonexpo
aha ;) so it hasn't run the cycle yet as the time is set @12:30?

Gotcha.... :)

Cheers

You're Welcome

I thought that too when I did not see the thread created lol:D

COBRAws 05-21-2006 08:31 AM

I uninstall this, its not really supported. A shame :(

Martin-TMGRS 05-26-2006 01:19 PM

Installed, Thanks :)

Raptor 05-28-2006 10:15 PM

the files in the zip are all over the place ?

JulianWolf 06-02-2006 10:56 PM

Also got this error:

Quote:

Invalid SQL:

INSERT INTO vb3_thread(title, lastpost, forumid, open, replycount, postusername, postuserid, lastposter, dateline, visible, sticky)
VALUES ('New Mod Applications To Be Rated', 1149290499, 0, 1, 0, '', , '', 1149290499, 1, 0);

MySQL-Fehler : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' '', 1149290499, 1, 0)' at line 2
Fehler-Nr. : 1064
Datum : Saturday, June 3rd 2006 @ 01:21:39 AM
Skript : http://www.mind-evolution.de/nlp/adm...cron&cronid=16
Referrer : http://www.mind-evolution.de/nlp/admincp/index.php
IP-Adresse : 80.135.212.240
Benutzername : Julian
Klassenname : vb_database
This error seems to be a "common" error. And it seems to be ignored by the author. Could you please just post a short information, if you do anything to solve this problem or if it keeps buggy?

Best wishes, Julian!

Renee 06-03-2006 03:51 PM

The phrases maf_rated and maf_deleted should set to "Front-End Error Messages" then they are works.

JulianWolf 06-07-2006 02:49 PM

Renee, to which question was this ansewr?

And how can I "set" a phrase?

SHalliday 06-12-2006 03:48 PM

Installed and finally working. Have to say this has been one of the more difficult hacks I have ever installed. Most likely this is due to already having a previous version installed and lack of good upgrade instructions. With that being said, it is now working very nicely. Clicks --> Install

cooldude714 06-17-2006 01:06 PM

Is there one available for 3.6.x because it won't work on the 3.6.BETA 1/2

sabret00the 06-17-2006 01:48 PM

i'll make a working version for 3.6.x and clean up all the misc bugs when 3.6 goes stable, given that code can change and templates change, i really have no desire to get this working for the betas. When this goes stable, i'll read the thread from front to back, compile feature requests and bugs and work on them. i'm not promising feature requests will be added but they'll be reviewed.

2fast4ya 06-18-2006 03:43 PM

Sabretoothe, I've tried to install this, however now my admincp is empyt, there are a few links there but all my ADMIN links on the left side are basically wrong.. what should I do? I did the install.php file, uploaded, changed the chron thing, but my admin cp is useless now..

2fast4ya 06-18-2006 03:48 PM

Ok sabret00the, i was working with it, and the include/xml/cpnav file that we edit, that was the problem. is their a certain program to use to edit it? I used note pad and appearently that didn't work... ? i'll try again but can u help me?

sabret00the 06-18-2006 03:51 PM

Quote:

Originally Posted by 2fast4ya
Ok sabret00the, i was working with it, and the include/xml/cpnav file that we edit, that was the problem. is their a certain program to use to edit it? I used note pad and appearently that didn't work... ? i'll try again but can u help me?

erm, i'd say notepad is the best bet. however if you have cuteftp the built in editor could do the job too.

2fast4ya 06-18-2006 03:57 PM

Ok, i finally figured it out.. turns out there were some spaces where there shouldn't have been. Good install and I can't wait for someone to apply to try it out! Thanks

(remember people, NO SPACES)


All times are GMT. The time now is 04:27 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.01541 seconds
  • Memory Usage 1,847KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (7)bbcode_code_printable
  • (1)bbcode_php_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete