Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
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.
 



 
tiolaluSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
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

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
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
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
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.
 



 
tiolaluSend private messageVisit poster's website  
Back to topPage bottom
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

 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
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
 




____________
Out of Order
 
Last edited by spydie on Fri 11 Sep, 2009 14:50; edited 1 time in total 
spydieSend private messageVisit poster's website  
Back to topPage bottom
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  
 



 
tiolaluSend private messageVisit poster's website  
Back to topPage bottom
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

 
 
 
Back to topPage bottom
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.  

 



 
tiolaluSend private messageVisit poster's website  
Back to topPage bottom
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: 72 Time(s)

 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron