THT Community (TCom)

Full Version: SupportDesk - Want THT Support at your "home"? Here is it.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 Wink

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'
);
Where <PRE> is your Database Prefix for THT!
Any problems, tell me Wink
Can we have a screenshot or demo how it look.
I can't really give a demo.
It basically lets you to access THTCommunity and THT Main Website in your AdminCP. Doesn't look too good, it isn't a masterpiece.
Just install, it doesn't hurt Wink
I get this error when I try to install. I'm in THT v1.1.2
Code:
/////////////////THT ERROR
Error: File doesn't exist!
Path: ../includes/tpl/frame.tpl
/////////////////
Install framesys. I'm on iPhone so can't give much details.
Ah, you should say "Plugin Dependent on: FrameSys" Tongue
Quote: This is just an example plugin using "FrameSys".
I did write. But its sort-of indirect. Tongue
how do we install it?
(10-27-2009 08:44 PM)Taz Wrote: [ -> ]how do we install it?

I believe you just unzip it into your THT install directory then run the SQL query. Wink
Reference URL's