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)

solidlink 07-03-2008 04:42 PM

Quote:

Originally Posted by PaulSonny (Post 1565935)
Are you using vBAdvanced?

Thanks, Paul.

Yup... I think I did it but can you please post the method?

PaulSonny 07-04-2008 05:33 AM

In your AdminCP go to vBa CMPS. You need to add helpcenter.php to your navbar replacements.

Thanks, Paul.

Mrdby 07-04-2008 10:49 AM

Did you just update this?

HelpCenter
http://www.paulsonny.com
Installed version: 1.00
Newest version: 1.01

PaulSonny 07-04-2008 02:13 PM

I dont understand what you mean Mrdby.

The latest HelpCenter release is 1.01, but I think a few people have reported that the XML is not quite up to date with the version number.

There is a planned final release of HelpCenter which should be made available in the next 2 or 3 weeks.

Thanks, Paul.

klaush 07-04-2008 03:51 PM

Thanks Paul!

Where can i translate the phrases: Low, Medium, High?

GraNdMaStEr-B 07-04-2008 04:02 PM

Quote:

Originally Posted by klaush (Post 1566773)
Thanks Paul!

Where can i translate the phrases: Low, Medium, High?

Not sure what u mean, but Low Medium High means how series the matter is. if the ticket is a urgent one then click High. If it is not a urgent one and can wait to be handled then click low and medium is in between

GraNdMaStEr-B 07-04-2008 04:03 PM

BTW installed great mod!

klaush 07-04-2008 04:14 PM

Yep, i know this. My question is, where can i translate the words in another language.

Are these vb global phrases; i can?t find them in the phrases-manager.

Thanks!

Quote:

Originally Posted by GraNdMaStEr-B (Post 1566779)
Not sure what u mean, but Low Medium High means how series the matter is. if the ticket is a urgent one then click High. If it is not a urgent one and can wait to be handled then click low and medium is in between


Jase2 07-04-2008 04:42 PM

We do appreciate translations. However, before submitting one to us, you're probably better off waiting until we release an updated and more secure Lite version in 2 to 3 weeks.

You would however need to find the following in the helpcenter.php file:

PHP Code:

//Priority Code
        
if ($_REQUEST['priority']==3) {
            
$priority="[color=#00CC00][b]Low[/b][/color]";
        } elseif (
$_REQUEST['priority']==2) {
            
$priority="[color=#FF9900][b]Medium[/b][/color]";
        } else {
            
$priority="[color=#FF0000][b]High[/b][/color]";
        } 


klaush 07-05-2008 12:24 AM

Thanks!


All times are GMT. The time now is 06:30 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.01830 seconds
  • Memory Usage 1,740KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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