12-23-2008, 11:14 AM
Ever wanted a THT SupportCenter at your "home"? Now you have one! Not to be confused with "Support Area" - Its different. This adds a link where you can access THT's Website and forums in the confort of your Admin Panel. This is just an example plugin using "FrameSys". So don't complain its lack of features 
Download: (Preserve the directory structure. PLEASE.) [attachment=25]
To install, run this query:
Where <PRE> is your Database Prefix for THT!
Any problems, tell me

Download: (Preserve the directory structure. PLEASE.) [attachment=25]
To install, run this query:
Code:
INSERT INTO `<PRE>_acpnav` (
`id` ,
`visual` ,
`icon` ,
`link`
)
VALUES (
'20', 'SupportSystem', 'group_delete.png', 'plugin_supportforum'
);Any problems, tell me

