- Posts: 91
PLG_MYCOURSES_TITLE title
- Fabio Ballor
- Topic Author
- Offline
- Premium Member
-
Less
More
13 years 1 month ago #1
by Fabio Ballor
PLG_MYCOURSES_TITLE title was created by Fabio Ballor
Hi
this PLG_MYCOURSES_TITLE
is displayed in JomSocial
where to go to enter?
Thanks
Fabio
this PLG_MYCOURSES_TITLE
is displayed in JomSocial
where to go to enter?
Thanks
Fabio
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
13 years 1 month ago #2
by Antonio Durán
Replied by Antonio Durán on topic PLG_MYCOURSES_TITLE title
What a timing!
I was working right now on making Joomdle work with Jomsocial in J3.0, and just noticed those strings. I will try to find where they should be located and let you know.
If you find it before, please tell us, as I won't look into it right now.
I was working right now on making Joomdle work with Jomsocial in J3.0, and just noticed those strings. I will try to find where they should be located and let you know.
If you find it before, please tell us, as I won't look into it right now.
Please Log in or Create an account to join the conversation.
- Fabio Ballor
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 91
13 years 1 month ago #3
by Fabio Ballor

Now I can tell you where "NOT" is it
I wrote it on the string plg_community_mycourses.ini
but nothing happens
bye
Fabio
Replied by Fabio Ballor on topic PLG_MYCOURSES_TITLE title
Now I can tell you where "NOT" is it
I wrote it on the string plg_community_mycourses.ini
but nothing happens
bye
Fabio
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
13 years 3 weeks ago #4
by Antonio Durán
Replied by Antonio Durán on topic PLG_MYCOURSES_TITLE title
Did this start to happen when you upgraded to last Jomsocial, 2.8.4? It seems to work fine on 2.6.
If so, you could try asking on their forum.
If so, you could try asking on their forum.
Please Log in or Create an account to join the conversation.
- kevin
- Offline
- New Member
-
Less
More
- Posts: 13
12 years 6 months ago #5
by kevin
Replied by kevin on topic PLG_MYCOURSES_TITLE title
tengo el mismo problema, no encuentro como cambiar ese titulo
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
12 years 6 months ago #6
by Antonio Durán
Replied by Antonio Durán on topic PLG_MYCOURSES_TITLE title
En su dia no encontré ninguna forma de cambiarlo, no se si en la nueva version de Jomsocial será posible, ya que aun no la he probado.
Please Log in or Create an account to join the conversation.
- kevin
- Offline
- New Member
-
Less
More
- Posts: 13
12 years 6 months ago #7
by kevin
Replied by kevin on topic PLG_MYCOURSES_TITLE title
yo tengo la ultima version de jomsocial y no encuentro forma e revisado cada uno de los archivos y no encuentro la manera
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
12 years 6 months ago #8
by Antonio Durán
Replied by Antonio Durán on topic PLG_MYCOURSES_TITLE title
Si quieres, mandame la ultima versión a antonio@joomdle.com e intentaré averiguar si hay forma de corregirlo.
Please Log in or Create an account to join the conversation.
- Fabio Ballor
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 91
12 years 6 months ago #9
by Fabio Ballor
Replied by Fabio Ballor on topic PLG_MYCOURSES_TITLE title
hola antonio, le envío por correo electrónico de la última versión del JomSocial 3.0.4
Fabio
Fabio
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
12 years 6 months ago #10
by Antonio Durán
Replied by Antonio Durán on topic PLG_MYCOURSES_TITLE title
Gracias Fabio.
Ahora si he podido averiguar como mostrar correctamente esa cadena.
Los pasos, por si quereis hacerlo antes de la proxima version:
- Añadir:
protected $autoloadLanguage = true;
en plugins/community/mycourses/mycourses.php debajo de:
var $name = 'Mycourses';
var $_name = 'mycourses';
- Crear un fichero de idioma: administrator/language/en-GB/en-GB.plg_community_mycourses.ini
Y añadir:
PLG_MYCOURSES_TITLE="My courses"
Gracias de nuevo a todos por la colaboración!
Ahora si he podido averiguar como mostrar correctamente esa cadena.
Los pasos, por si quereis hacerlo antes de la proxima version:
- Añadir:
protected $autoloadLanguage = true;
en plugins/community/mycourses/mycourses.php debajo de:
var $name = 'Mycourses';
var $_name = 'mycourses';
- Crear un fichero de idioma: administrator/language/en-GB/en-GB.plg_community_mycourses.ini
Y añadir:
PLG_MYCOURSES_TITLE="My courses"
Gracias de nuevo a todos por la colaboración!
Please Log in or Create an account to join the conversation.