Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=87)
-   -   Staff Application (http://www.bvlist.com/showthread.php?t=970)

Grom 6th September 2008 13:26

Staff Application
 
2 Attachment(s)
Staff Application, a way for good users to go try a process to become a mod, ..
Add in sql
PHP Code:

CREATE TABLE `staffapp` (
`
idint(10unsigned NOT NULL auto_increment,
`
useridint(10NOT NULL default '0',
`
applieddatetime NOT NULL default '0000-00-00 00:00:00',
`
offerlongtext NOT NULL,
`
reasonlongtext NOT NULL,
`
sitesenum('yes','no'NOT NULL default 'no',
`
sitenamesvarchar(150NOT NULL default '',
`
sceneenum('yes','no'NOT NULL default 'no',
`
connectableenum('yes','no','pending'NOT NULL default 'pending',
`
statusenum('accepted','rejected','pending'NOT NULL default 'pending',
`
moderatorvarchar(40NOT NULL default '',
`
commentvarchar(200NOT NULL default '',
PRIMARY KEY (`id`),
UNIQUE KEY `users` (`userid`)
ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5

if you create a new account and try it out, also if u have the uploadapp they look ALMOST the same. like i said, i just edited the upload application files. All the credit goes to the coder.

here are the files beacause for some reason in the codebox it shows smilies. these attachments have none
And add code in admincp.php
PHP Code:

<td align="center"><a href=staffapps.php><img src="images/admin/blocked.gif" border=0 width=32 height=32>Aplicayion Modetaors</a><BR></td

and add code in navigate_block.php
PHP Code:

echo "- <a href=staffapp.php><font color=#FF0000>Aplication to modertor</font></a><BR>"


Fynnon 9th September 2008 14:24

Great, Thank You GROM !

:drink:

xDev 30th August 2011 18:01

STAFF APP
 
lol

Darkness 30th December 2011 09:53

Hello!!
 
Thx i`ts a great mod and it`s working great :D
:drink::friend:

R0undd 9th October 2013 16:58

Is there STAFF PM too? Like contact staff and all staff members can see the messages...

EagleLake 18th May 2021 19:33

2 Attachment(s)
hello all


update 2.08


All times are GMT +2. The time now is 18:25.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.