vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - PS - HelpCenter (https://vborg.vbsupport.ru/showthread.php?t=176367)

Khalid-B 05-04-2008 08:34 PM

Nice hack ,

Need some help.
is there any way to change color of ´HelpCenter´ title in navbar.

Thanks

Jase2 05-04-2008 08:40 PM

Yes.

Change:
Code:

<td class="vbmenu_control"><a href="helpcenter.php$session[sessionurl_q]">$vbphrase[helpcenter]</a></td>
To:

Code:

<td class="vbmenu_control"><a href="helpcenter.php$session[sessionurl_q]"><font color="color_here">$vbphrase[helpcenter]</font></a></td>
Ooops, just remembered we now have the automatic template edit hehe. You can use above if you made your own edit.

Khalid-B 05-04-2008 08:44 PM

Thanks alot......

Tom_S 05-04-2008 10:14 PM

Quote:

Originally Posted by Jase2 (Post 1508482)
I actually develop this with Paul, Tom.

That's fine if you don't want support -- just don't install it and come here asking for support.

Fine Jase. Don't acuse people of being cocky after you have been a rather rude person to them and they didn't do anything but ask a valid question you took offense to and then give feedback about a support link being down that you evidently didn't like the manner it which it was given. That shows lack of customer service representation and it sure shows up front the type of support you intend on giving when the going gets tough later. I hate seeing a good mod/thread busted with junk like this so back off and allow me to participate in the manner I should have been afforded to start with minus your attitude kind sir.

PaulSonny 05-04-2008 10:24 PM

Just to bring everyone into the picture. I have had problems with my hosting and it seems they have had their account suspended so I have no alternative but to find another hosting company, which I have done.

The site PaulSonny.com is now back up, but things are not like they were before and it will take me a day or two to get myself back up and running properly.

I hope everyone is patient enough and any members who previously registered before would like to re-register I would be very grateful.

I wish to thank everyone for their kind words and support through the development of HelpCenter.

Thanks, Paul.

Tom_S 05-04-2008 11:18 PM

Thanks Paul. Sorry for the issues.

Revpolar 05-05-2008 01:43 AM

Quote:

Originally Posted by PaulSonny (Post 1507821)
I dont think I quite understand what you mean, can you elaborate?

Well cmms stands for "computerized maintenance management software". Lets say you had departments for buildings or different processes in a manufacturing facility. Then say you had different forums for each department. Then you had a prefix for each piece of equipment in that department. You could use helpcenter to create a work order for a specified piece of equipment within a department. The next evolution would be Scheduled maintenance (preventative maintenance) where you create some of the tickets (work orders) by cron. Then some graphs would be a nice touch. If you are planning to make money at this mod I would like to say a cmms would be very valuable.
Or it could be an AMS "asset management system" which is pretty much the same as an cmms.

Lindsey 05-09-2008 10:41 PM

Ty!!!!!!!!!!!!

dancue 05-09-2008 10:58 PM

Just so you know, it still says beta 5. I just want to make sure that the one that is up right now is the latest, most secure version, correct?

Lindsey 05-09-2008 11:10 PM

Good point..Please advise...

Lindsey 05-09-2008 11:18 PM

Database error in vBulletin 3.7.0:

Invalid SQL:
INSERT INTO helpcenter_department (departmentid,department,status,displayorder,forum id) VALUES ('','Hosting','0','1','78');

MySQL Error : Unknown column 'forumid' in 'field list'
Error Number : 1054
Request Date : Saturday, May 10th 2008 @ 09:17:35 AM
Error Date : Saturday, May 10th 2008 @ 09:17:35 AM
Script : http://****.com/forums/admincp/helpc...=adddepartment
Referrer : http://***.com/forums/admincp/helpce...=departmentadd
IP Address : //////////
Username : Lindsey
Classname : vB_Database
MySQL Version : 5.0.51a-community

WildWeb 05-10-2008 03:51 AM

Quote:

Originally Posted by Lindsey (Post 1514370)
Database error in vBulletin 3.7.0:

Invalid SQL:
INSERT INTO helpcenter_department (departmentid,department,status,displayorder,forum id) VALUES ('','Hosting','0','1','78');

MySQL Error : Unknown column 'forumid' in 'field list'
Error Number : 1054
Request Date : Saturday, May 10th 2008 @ 09:17:35 AM
Error Date : Saturday, May 10th 2008 @ 09:17:35 AM
Script : http://****.com/forums/admincp/helpc...=adddepartment
Referrer : http://***.com/forums/admincp/helpce...=departmentadd
IP Address : //////////
Username : Lindsey
Classname : vB_Database
MySQL Version : 5.0.51a-community

Same error here after fresh install of todays release.

dcw 05-10-2008 05:51 AM

Yeah I am getting that error... *sigh*

VTXCafe.com 05-10-2008 06:05 AM

Same error as the ones above.

PaulSonny 05-10-2008 06:24 AM

Uploaded new package which will fix the above issue, sorry about that. I added a new field and stupidly forgot to add it to the installation code of the product.

Anyway should be fixed now.

Uninstall & Reinstall.

Thanks, Paul.

powerful_rogue 05-10-2008 06:56 AM

Hi Paul, great to have mod back :)

Ive just installed the new product however I have a problem!

When I create new departements, they remain closed. Ive updated them to be open but this dosent seem to make any difference.

Edit -

Ive added an attachment - Where abouts do I need to look to edit the CSS for the "Ticket ID" and "Posted By" - At the moment there the same colour as the backgroud so only show up when you put your mouse over them.

The other question is regarding the "Admin" link on the left hand side, should there be anything underneath that?

ecihanuysal 05-10-2008 07:20 AM

Quote:

Originally Posted by powerful_rogue (Post 1514649)
Hi Paul, great to have mod back :)

Ive just installed the new product however I have a problem!

When I create new departements, they remain closed. Ive updated them to be open but this dosent seem to make any difference.

i also have this problem. how can we solve it?

PaulSonny 05-10-2008 08:10 AM

I have fixed the department error, I had mis-typed the word status in the admin file so it wasnt finding the value from the form correctly.

With regards to the CSS, if you look in the hcenter_ticketlist template each <td> tag will have a class, just remove that class.

Thanks, Paul.

ecihanuysal 05-10-2008 08:17 AM

Thank you Paul

powerful_rogue 05-10-2008 08:18 AM

Quote:

Originally Posted by PaulSonny (Post 1514683)
I have fixed the department error, I had mis-typed the word status in the admin file so it wasnt finding the value from the form correctly.

With regards to the CSS, if you look in the hcenter_ticketlist template each <td> tag will have a class, just remove that class.

Thanks, Paul.

Brillaint.

Now its in RC stage do we still need to uninstall and then install or can we just upload and overwrite now?

dcw 05-10-2008 08:19 AM

It fixed the error, but now when I make departments, it isn't showing in the "Add new Ticket" area.

ecihanuysal 05-10-2008 08:22 AM

Quote:

Originally Posted by dcw (Post 1514688)
It fixed the error, but now when I make departments, it isn't showing in the "Add new Ticket" area.

set the permissions again

dcw 05-10-2008 08:27 AM

Quote:

Originally Posted by ecihanuysal (Post 1514690)
set the permissions again

I did, and still nothing.

mikexxx 05-10-2008 08:29 AM

Is it possible for admins to get a notification (“Your Notifications”) when there are open tickets?

powerful_rogue 05-10-2008 08:29 AM

Quote:

With regards to the CSS, if you look in the hcenter_ticketlist template each <td> tag will have a class, just remove that class.
Ive had a look, but the only CSS I can see relates to the actual headings, not for the information underneath.

I need to alter the CSS for the username that posts and also for the generated ticket ID.

PaulSonny 05-10-2008 08:31 AM

You should be able to just overwrite now.

I have just tested adding a new department and testing whether it appears in the Drop Down Menu on the Add New Ticket form and it does.

Make sure you have set the permissions to add a new ticket, and also make sure the Department itself is not closed?

Thanks, Paul.

PaulSonny 05-10-2008 08:32 AM

Quote:

Originally Posted by mikexxx (Post 1514697)
Is it possible for admins to get a notification (?Your Notifications?) when there are open tickets?

Not at the minute, will take this onboard though.

Quote:

Originally Posted by powerful_rogue (Post 1514698)
Ive had a look, but the only CSS I can see relates to the actual headings, not for the information underneath,

I need to alter the CSS for the username that posts and also for the generated ticket ID.

Sorry I mentioned wrong template, try hcenter_ticket instead.

Thanks, Paul.

powerful_rogue 05-10-2008 08:39 AM

Quote:

Originally Posted by PaulSonny (Post 1514702)
Not at the minute, will take this onboard though.



Sorry I mentioned wrong template, try hcenter_ticket instead.

Thanks, Paul.

Ive tried editing the bit in bold, but it dosent seem to make any difference.
Quote:

<tr>
<td class="smallfont" align="center"><a href="helpcenter.php?$session[sessionurl]do=ticket&tid=$ticket[ticketid]">$ticketid</a></td>
<td class="$bgclass" align="center"><b>$ticket[tickettitle]</b></td>
<td class="$bgclass" align="center">$priority</td>
<td class="smallfont" align="center"><a href="member.php?$session[sessionurl]u=$ticket[ownerid]">$ticket[ownerusername]</a></td>


<td class="$bgclass" align="center">$ticket[datelogged]</td>
<td class="$bgclass" align="center"><phrase 1="$ticket[datelastupdate]" 2="$ticket[lastreplyusername]" 3="$ticket[lastreplyuserid]"
>$vbphrase[last_update_by]</phrase></td>
</tr>
They still show as invisable until you put the cursor over them.

PaulSonny 05-10-2008 08:44 AM

Try replacing the hcenter_ticket template with this:

Code:

<tr>
<td align="center"><a href="helpcenter.php?$session[sessionurl]do=ticket&tid=$ticket[ticketid]">$ticketid</a></td>
                <td align="center"><b>$ticket[tickettitle]</b></td>
<td align="center">$priority</td>
<td align="center"><a href="member.php?$session[sessionurl]u=$ticket[ownerid]">$ticket[ownerusername]</a></td>

               
                <td align="center">$ticket[datelogged]</td>
                <td align="center"><phrase 1="$ticket[datelastupdate]" 2="$ticket[lastreplyusername]" 3="$ticket[lastreplyuserid]"
>$vbphrase[last_update_by]</phrase></td>
</tr>

Thanks, Paul.

powerful_rogue 05-10-2008 09:14 AM

Thanks paul,

dosent appear to change anything afterwords. Ive refreshed and logged out and it but it still remains the same.

PaulSonny 05-10-2008 09:34 AM

Well im afraid it isnt HelpCenter causing the problem, because that template above has no style at all, just alignment.

If you want me to log in and check for you please PM details me.

Thanks, Paul.

codershark 05-10-2008 09:39 AM

I get a Database Error when I create a ticket :(

Database error in vBulletin 3.7.0 Release Candidate 1:

Invalid SQL:
INSERT INTO helpcenter_ticket(departmentid, tickettitle, message, priority, ticketview, ownerid, ownerusername, lastreplyusername, lastreplyuserid, datelogged, datelastupdate, ipaddress, threadnum) VALUES ('1','Testticket','Nur ein testthread :D','2','0','1',','1','1210415000','1210415000','9 1.17.202.83','0');

MySQL Error : Unknown column 'ticketview' in 'field list'
Error Number : 1054
Date : Saturday, May 10th 2008 @ 12:23:20 PM
Script : http://www.anonym.com/helpcenter.php
Referrer : http://www.anonym.com/helpcenter.php?do=newticket

PaulSonny 05-10-2008 09:42 AM

Did you have a previous installation installed? If so please uninstall and then reinstall to see if this corrects your problem. Can I ask why your still using RC1 of vBulletin 3.7? Why not upgrade?

Thanks, Paul.

codershark 05-10-2008 09:51 AM

Ok I will test it, I will upgrade my board to RC3, because I use a lot of Hackz which dont have the security Update. I will wait a little to upgrade to 3.7 Gold.

PaulSonny 05-10-2008 09:59 AM

This modification will work fine with RC1, I just wondered why you hadnt updated to Gold. No problem.

Thanks, Paul.

codershark 05-10-2008 10:00 AM

Yes now it works fine after uninstall first.

Thanks ;)

PaulSonny 05-10-2008 10:04 AM

No problem, glad it works.

Thanks, Paul.

choccyclaire 05-10-2008 01:29 PM

Do we need to overwrite all the files, including the php ones or just overwrite the product?

PaulSonny 05-10-2008 01:35 PM

If you have a previous installation (I.e. Beta Release) then you need to uninstall and then re-install. I believe this will be for the final time.

Thanks, Paul.

Jase2 05-10-2008 03:12 PM

choccyclaire, you will need to re-upload all files, including re-installing the product.


All times are GMT. The time now is 10:24 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02278 seconds
  • Memory Usage 1,835KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete