Joined: Jan 15, 2009 Posts: 145 Location: Iowa, USA
Posted:
Wed Mar 11, 2009 9:38 am
Ok ok Now i would like it a block or mod here what i need can we make something to where i can add staff to this page? from the site with out doing raw html kinda like add admin but just to this page ? add a image, email and a profile
Joined: Jan 17, 2009 Posts: 268 Location: Missouri
Posted:
Wed Mar 11, 2009 10:38 am
Looks like someone already connverted most of it, try this: open admin/modules/staff.php and replace the first three lines:
Code:
if (!defined('ADMIN_FILE')) {
die ("Access Denied");
}
$result = $db->sql_query("select radminfaq, radminsuper from ".$prefix."_authors where aid='$aid'");
list($radminsuper, $radminfaq) = $db->sql_fetchrow($result);
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum