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)

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.


All times are GMT. The time now is 03:11 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.01629 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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