Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=109)
-   -   Advanced HelpDesk With Ticket System (http://www.bvlist.com/showthread.php?t=1171)

Kotafi 18th October 2008 16:43

hehe, now i know im comming blind.. how did i mis that lol

Ok, thats sorted but noticed smthg else..

Quote:

Originally Posted by System

Hello TestMan,

A staff member has responded to your help request ticket.

Use the provided link to see the answer.

http://www.xxxxxxx.xxx/helpdesk.php

Regards

when it sends the reply, that link doesn't leed to anywhere not to the answer anyway
just back to the helpdesk.php so that he/she can ask more stupid questions :lol:

Subzero 18th October 2008 18:49

LMFAO @ Big now if it was a big mod he would have posted one

Tony 24th July 2009 21:21

in helpdesk

Code:

if (get_user_class() > 4)
ouch

this helpdesk code is ok but its just way to much code for what is needed really :)

bizzarre13 21st April 2013 17:49

SQL Error

Unknown column 'title' in 'field list'

ndbj 13th February 2016 18:59

Quote:

Originally Posted by Bigjoos (Post 5358)
-- oops - i'll post the gifs in an hour or two :whistle:

Do you still have this?
Thanks in advance

Bump:
Quote:

Originally Posted by Kotafi (Post 5496)
the edit button at helpdesk.php results just a white page, could u help me fix this?

in helpdesk.php, change this
PHP Code:

if ($action == "edit")
    {
    
$ticket $_POST['ticket'];
    
    
site_header("Helpdesk"); 

to this
if ($action == "edit")
{
$ticket = $_POST['ticket'];

stdhead("Helpdesk");


All times are GMT +2. The time now is 08:38.

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