Icy Phoenix

     
 

IP 1.3.0.53a Blank Things In Tickets Emails

IP 1.3.0.53a Blank Things In Tickets Emails

Article
Reply with quote    Download Post  
Post IP 1.3.0.53a Blank Things In Tickets Emails 
 
When I go to General - Tickets Emails, I see this:

 blanktickets

And If I click in the blank button I see another page with 3 text spaces, but all in blank, don't know what's that for.



 
tiolalu - View user's profile Send private message  
tiolalu [ Thu 10 Sep, 2009 10:25 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


IP 1.3.0.53a Blank Things In Tickets Emails

Comments
Reply with quote    Download Post  
Post Re: IP 1.3.0.53a Blank Things In Tickets Emails 
 
sounds like you have not added the lang files correctly as everything else seems ok

   



 
DWho - View user's profile Send private message  
DWho [ Thu 10 Sep, 2009 16:50 ]
Reply with quote    Download Post  
Post Re: IP 1.3.0.53a Blank Things In Tickets Emails 
 
tiolalu

you´re missing the spanish translation .

MG only put the english one. you´ve got to compare the lang files from the patch with your spanish lang files, and add & translate what is missing



 
spydie - View user's profile Send private message  
spydie [ Thu 10 Sep, 2009 17:20 ]
Reply with quote    Download Post  
Post Re: IP 1.3.0.53a Blank Things In Tickets Emails 
 
DWho, spydie, thanks I will see, but I think I cannot do that, I don't really know what are the new language variables.



 
tiolalu - View user's profile Send private message  
tiolalu [ Thu 10 Sep, 2009 19:00 ]
Reply with quote    Download Post  
Post Re: IP 1.3.0.53a Blank Things In Tickets Emails 
 
this is the english text for that add on...

Code: [Download] [Hide] [Select]
    // Tickets Submission - BEGIN
    'TICKETS_EMAILS' => 'Email Tickets',
    'TICKETS_EMAILS_EXPLAIN' => 'This section lets you specify several categories which could be chosen in "Contact Us" page when sending emails. For each category one or more email address can be specified, so the user will be allowed to choose a specific subject and the email will be sent to the linked email addresses.',
    'TICKET_CAT' => 'Category',
    'TICKET_CAT_TITLE' => 'Title',
    'TICKET_CAT_DES' => 'Description',
    'TICKET_CAT_EMAILS' => 'Email Addresses',
    'TICKET_CAT_EMAILS_EXPLAIN' => 'Insert here all email addresses you want the email to be sent.<br />Separate all addresses by semicolon (a@a.com;b@b.com;c@c.com).',
    'TICKETS_NO_TICKETS' => 'No Tickets',
    'TICKETS_NO_TICKET_SEL' => 'No ticket selected',
    'TICKETS_NO_TICKET_TITLE' => 'You have to enter at least title field',
    'TICKETS_DB_ADD' => 'Add Category',
    'TICKETS_DB_ADDED' => 'Category Added Successfully',
    'TICKETS_DB_UPDATED' => 'Category Updated Successfully',
    'TICKETS_DB_DELETED' => 'Category Deleted Successfully',
    'TICKETS_DB_CLICK' => 'Click %sHere%s to return to Email Tickets',
    // Tickets Submission - END


and
Code: [Download] [Hide] [Select]
$lang['220_Tickets_Emails'] = 'Emails Categories'; // admin_tickets.php




 
DWho - View user's profile Send private message  
DWho [ Thu 10 Sep, 2009 19:37 ]
Reply with quote    Download Post  
Post Re: IP 1.3.0.53a Blank Things In Tickets Emails 
 
Tiolalu.

if you can wait to tomorow, i´m reviewing the files at the moment aand doing the spanish translation of the lines added



 
Last edited by spydie on Fri 11 Sep, 2009 14:50; edited 1 time in total 
spydie - View user's profile Send private message  
spydie [ Thu 10 Sep, 2009 20:42 ]
Reply with quote    Download Post  
Post Re: IP 1.3.0.53a Blank Things In Tickets Emails 
 
DWho, THANKS!! (last question: what's the file to add this on? I have looked into lang_main and lang_admin and I haven't found it)

Here is translated into spanish  

Code: [Download] [Hide]
  1. // Tickets Submission - BEGIN  
  2.     'TICKETS_EMAILS' => 'Email Tickets',  
  3.     'TICKETS_EMAILS_EXPLAIN' => 'Esta sección te deja especificar varias categorías que pueden ser elegidas en la página "Contacta con nosotros". Para cada categoría, uno o varias direcciones de correos pueden ser especificadas, así que el usuario elegirá un asunto especifico y el email será enviado a las direcciones previamente indicadas.',  
  4.     'TICKET_CAT' => 'Categoría',  
  5.     'TICKET_CAT_TITLE' => 'Título',  
  6.     'TICKET_CAT_DES' => 'Descripción',  
  7.     'TICKET_CAT_EMAILS' => 'Direcciones de email',  
  8.     'TICKET_CAT_EMAILS_EXPLAIN' => 'Introduzca todos los emails a los que quieres que sea enviado.<br />Separalos con punto y coma (a@a.com;b@b.com;c@c.com).',  
  9.     'TICKETS_NO_TICKETS' => 'No hay tickets',  
  10.     'TICKETS_NO_TICKET_SEL' => 'No hay tickets seleccionados',  
  11.     'TICKETS_NO_TICKET_TITLE' => 'Has de poner al menos un título',  
  12.     'TICKETS_DB_ADD' => 'Añadir categoría',  
  13.     'TICKETS_DB_ADDED' => 'Categoría añadida correctamente',  
  14.     'TICKETS_DB_UPDATED' => 'Categoría actualizada correctamente',  
  15.     'TICKETS_DB_DELETED' => 'Categoría eliminada correctamente',  
  16.     'TICKETS_DB_CLICK' => 'Click %saquí%s para volver a Email Tickets',  
  17.     // Tickets Submission - END  
  18.  


Code: [Download] [Hide]
  1. $lang['220_Tickets_Emails'] = 'Categorías de emails'; // admin_tickets.php  
  2.  


spydie, I see your file blank  



 
tiolalu - View user's profile Send private message  
tiolalu [ Fri 11 Sep, 2009 02:27 ]
Reply with quote    Download Post  
Post Re: IP 1.3.0.53a Blank Things In Tickets Emails 
 
Can I help?

It's actually in the upgrade to 53a lang_admin.php

After:

Code: [Download] [Hide] [Select]
    'FULL_HTML' => 'Full HTML',
    'ACTIONS' => 'Actions',
    'EDIT' => 'Edit',
    'DELETE' => 'Delete',


Add:

Code: [Download] [Hide] [Select]
    // Tickets Submission - BEGIN
    'TICKETS_EMAILS' => 'Email Tickets',
    'TICKETS_EMAILS_EXPLAIN' => 'This section lets you specify several categories which could be chosen in "Contact Us" page when sending emails. For each category one or more email address can be specified, so the user will be allowed to choose a specific subject and the email will be sent to the linked email addresses.',
    'TICKET_CAT' => 'Category',
    'TICKET_CAT_TITLE' => 'Title',
    'TICKET_CAT_DES' => 'Description',
    'TICKET_CAT_EMAILS' => 'Email Addresses',
    'TICKET_CAT_EMAILS_EXPLAIN' => 'Insert here all email addresses you want the email to be sent.<br />Separate all addresses by semicolon (a@a.com;b@b.com;c@c.com).',
    'TICKETS_NO_TICKETS' => 'No Tickets',
    'TICKETS_NO_TICKET_SEL' => 'No ticket selected',
    'TICKETS_NO_TICKET_TITLE' => 'You have to enter at least title field',
    'TICKETS_DB_ADD' => 'Add Category',
    'TICKETS_DB_ADDED' => 'Category Added Successfully',
    'TICKETS_DB_UPDATED' => 'Category Updated Successfully',
    'TICKETS_DB_DELETED' => 'Category Deleted Successfully',
    'TICKETS_DB_CLICK' => 'Click %sHere%s to return to Email Tickets',
    // Tickets Submission - END




 
   
Inactive User [ Fri 11 Sep, 2009 06:22 ]
Reply with quote    Download Post  
Post Re: IP 1.3.0.53a Blank Things In Tickets Emails 
 
Lopalong, Thanks!

After:
Code: [Download] [Hide]
  1.     'FULL_HTML' => 'HTML completo',  
  2.     'ACTIONS' => 'Acciones',  
  3.     'EDIT' => 'Editar',  
  4.     'DELETE' => 'Eliminar',  
  5.  




 
tiolalu - View user's profile Send private message  
tiolalu [ Fri 11 Sep, 2009 10:47 ]
Reply with quote    Download Post  
Post Re: IP 1.3.0.53a Blank Things In Tickets Emails 
 
Really don´t understand how this happend to me.

My fault. I created the new folder and forgot to insert the files. LOL

I´m getting old i supose

Here´s the correct one. checked and rechecked

Lang_spanish_for_IP_patch.rar
Description:  
Download
Filename: Lang_spanish_for_IP_patch.rar
Filesize: 101.43 KB
Downloaded: 73 Time(s)




 
spydie - View user's profile Send private message  
spydie [ Fri 11 Sep, 2009 14:52 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1
 
 




 


 

  cron