Ultimate Profile

Started by JovanT, March 12, 2009, 12:14:40 PM

Previous topic - Next topic

Stigmartyr

Quote from: aED on May 04, 2009, 02:29:27 PM
Here try this....

Buddy - you ARE the man! ;)  Works awesome!  Just like I wanted.. mesohappy.

Stigmartyr

BTW - one more little question: I noticed on the actual pics page it wants to render 10 images in 3 columns?  Seems like it would make more sense to render 12 in 3 colums..

My link: http://stangnation.com/index.php?action=profile;u=2;sa=pictures

Looks to me like there are a few 'if' statements there indicating that if it's 4 pics in a row to put one on a new row?  IDK Im not sure..  What can I edit to just make that page show 12?  If it's possible :)

Harvester

I need some help please.

I am in  the process of moving my site from a shared server to a dedicated server... totally different host...

anyway, so far it looks like everything on my site, on the new server, is working however with my ultimate profile when you upload an image, the image doesnt show. It will only show a red X. You can see teh title and the description but not the image. This worked perfectly before the move.

Im not sure whats wrong but I am guessing its a pathing problem maybe? I duno tho..

Please help me fix this before I go live with the new server.

thank you

mrtrc266

@ Harvester goto Admin/Feature and Options/Ultimate Profile and make sure the paths to your pictures and URLs are correct.

Harvester

perfect! thank you so much! Got it working now :D

While I am here maybe you can help me with something else too... I had custom profile fields insalled before I put I installed Ultimate Profile.  How do I get the custom profile fields to show in the ultimate profile pages now? I tried but never oculd figure it out.

Thank you


tonnybarros

#286
Language Brazilian

<?php
// Version: 0.9; UltimateProfile

// This file is a part of Perfil Ultimate mod

// Author: Jovan Turanjanin

$txt['ultimate_profile'] = 'Perfil Ultimate';

$txt['pictures'] = 'Perfil Fotos';
$txt['customized'] = 'Perfil Ultimate';
$txt['buddies'] = 'Amigos';

$txt['profile_customized'] = 'Perfil Ultimate';
$txt['profile_customized_info'] = 'Aqui voce pode adicionar mais informacoes sobre voce. Se estao \ confortavel com partilha algumas informacoes, simplesmente ignora-lo - nada aqui Ã© necessaria.';

$txt['profile_customize_enable'] = 'Habilitar Perfil Ultimate?';
$txt['profile_customize_private'] = 'Apenas pode ver meus amigos Perfil Ultimate';
$txt['profile_comentarios_disable'] = 'Desativar comentarios';
$txt['profile_comentarios_budd_only'] = 'Apenas amigos podem postar comentarios';
$txt['profile_comentarios_notif_disable'] = 'Desativar novos comentarios notificacao';
$txt['profile_pictures_budd_only'] = 'Mostrar as minhas fotos só para amigos e administradores';

$txt['profile_about'] = 'Sobre mim';
$txt['profile_about_desc'] = 'Aqui voce pode escrever algumas frases sobre voce.';
$txt['profile_interests'] = 'Interesses';
$txt['profile_interests_desc'] = 'Música, cinema, esportes, hobbies ...';
$txt['profile_media'] = 'Minhas Midia';
$txt['profile_media_desc'] = 'Voce pode colar códigos para seus videos favoritos, música ... aqui. Além disso, HTML e CSS sao suportadas.';
$txt['profile_css'] = 'Personalizacao';
$txt['profile_css_desc'] = 'Aqui voce pode adicionar alguns códigos HTML e CSS para personalizar a aparencia e sensacao de seu perfil.';
$txt['profile_pictures'] = 'Perfil Fotos';

$txt['profile_pictures_over'] = 'Voce excedeu número permitido de perfil fotos.';
$txt['profile_pictures_add_not'] = 'Voce nao tem permissao para adicionar imagens para este perfil.';
$txt['profile_pictures_fields'] = 'Todos os campos sao obrigatórios.';
$txt['profile_pictures_upload_fail'] = 'Foto upload nao teve exito.';
$txt['profile_pictures_pic_not'] = 'O arquivo enviado nao Ã© uma imagem.';

$txt['profile_pictures_edit_not'] = 'Voce nao tem permissao para editar imagens neste perfil.';
$txt['profile_pictures_delete_not'] = 'Voce nao tem permissao para excluir as imagens neste perfil.';
$txt['profile_pictures_not_found'] = 'A foto solicitada nao foi encontrada.';

$txt['profile_comentario_field'] = 'Voce tem que inserir comentario.';


$txt['profile_contact'] = 'Mim Contate:';
$txt['profile_buddies'] = 'Meus Amigos';
$txt['profile_buddies_no'] = 'Eu nao tenho meus amigos adicionados ainda.';

$txt['profile_pictures'] = 'Minhas Imagens';
$txt['profile_pictures_no'] = 'Atualmente, nao ha imagens.';

$txt['profile_about_me'] = 'Sobre Mim';
$txt['profile_interests'] = 'Meus Interesses';

$txt['profile_about_no'] = 'Vou escrever esta depois. :';


$txt['comentario'] = 'Adicionar Comentario';
$txt['profile_comentario'] = 'Comentario';
$txt['profile_comentarios'] = 'Comentarios';
$txt['profile_comentario_add'] = 'Adicionar comentario';

$txt['profile_comentario_reply'] = 'Responder';
$txt['profile_comentario_delete'] = 'Deletar comentario';
$txt['profile_comentario_no'] = 'Nao existem comentarios. Voce gostaria de ser o primeiro a adicionar?';
$txt['profile_comentarios_buddies_only'] = 'Apenas amigos podem postar comentarios.';

$txt['profile_picture_caption'] = 'Perfil Fotos';
$txt['profile_picture_title'] = 'Titulo';
$txt['profile_picture_description'] = 'Descricao';
$txt['profile_picture_path'] = 'Caminho da Foto';
$txt['profile_picture_not_allowed'] = 'Voce nao tem permissao para ver as imagens.';

$txt['profile_picture_add'] = 'Adicionar imagem';
$txt['profile_picture_edit'] = 'Editar imagem';
$txt['profile_picture_delete'] = 'Deletar imagem';



$txt['profile_picture_previous'] = '&laquo; anterior';

$txt['profile_picture_next'] = 'próximo &raquo;';



// %s will be replaced with member's name

$txt['profile_picture_members'] = '%s\'s imagem';



$txt['profile_album_title'] = 'Titulo';

$txt['profile_album_basic'] = 'Album Basico';

$txt['profile_album_parent'] = 'Album em :';

$txt['profile_albums_pic_count'] = 'Imagens';



$txt['profile_album_add'] = 'Adicionar album';
$txt['profile_album_edit'] = 'Editar album';
$txt['profile_album_delete'] = 'Deletar album';

$txt['profile_album_delete_confirm'] = 'Tem certeza de que deseja excluir este album? Também ira apagar todas as imagens dentro dela!';



$txt['profile_albums_add_not'] = 'Voce nao tem permissao para adicionar albuns para este perfil.';

$txt['profile_albums_edit_not'] = 'Voce nao tem tem permissao para editar albuns neste perfil.';

$txt['profile_albums_delete_not'] = 'Voce nao tem tem permissao para apagar albuns neste perfil.';

$txt['profile_albums_fields'] = 'Todos os campos sao obrigatórios.';

$txt['profile_albums_parent_not'] = 'O album seleccionado mae nao existe.';

$txt['profile_album_not_found'] = 'O album solicitado nao foi encontrado';


$txt['profile_enable_all'] = 'Permitir perfil Ultimate para todos os membros';
$txt['profile_enable_pictures'] = 'Permitir upload de imagens';
$txt['profile_pictures_path'] = 'Caminho das Imagens';
$txt['profile_pictures_url'] = 'PURL da imagem';
$txt['profile_pictures_number'] = 'Número de fotos permitido <div class="smalltext">(0 ilimitado para)</div>';

$txt['profile_pictures_width'] = 'Largura do upload imagens (in px)';
$txt['profile_allow_customize'] = 'Permitir perfil personalizado';
$txt['profile_allow_mediabox'] = 'Permitir caixa midia';


$txt['profile_notif_com_subject'] = 'Novo comentario por %s';
$txt['profile_notif_com_body'] = '[b]%s[/b] acaba de dirigir um novo comentario sobre a [url=%s]seu perfil[/url].';
$txt['profile_notif_com_user'] = 'Notificador';



$txt['profile_notif_piccom_subject'] = 'Novo comentario por imagem %s';

$txt['profile_notif_piccom_body'] = '[b]%s[/b] acaba de dirigir um novo comentario sobre a sua imagem. [url=%s]Clique aqui[/url] para ve-la.';



$txt['report'] = 'Relatório perfil';

$txt['profile_report_this'] = 'Relatar para admin';

$txt['profile_report_text1'] = 'Relatório perfil de administrador';

$txt['profile_report_text2'] = 'Utilize esta funcao para informar os gestores de um abusivo ou malicioso perfil.';

$txt['profile_report_text3'] = 'Seu comentario';

$txt['profile_report_submit'] = 'Enviar';

$txt['profile_report_own'] = 'Por que voce deseja relatar seu próprio perfil?';


$txt['profile_report_subject'] = 'Denunciar perfil';
$txt['profile_report_email1'] = 'O seguinte perfil, "%s"';
$txt['profile_report_email2'] = ' tem sido relatada por';
$txt['profile_report_email3'] = 'em um fórum que moderada';
$txt['profile_report_comentario'] = 'O repórter fez a seguinte observacao';



$txt['buddy_center'] = 'Central de amigos';

$txt['buddy_explanation'] = 'Este membro sera o seu amigo se ele / ela aceita o seu pedido.';

$txt['buddy_order_up'] = 'Mover amigo acima';

$txt['buddy_order_down'] = 'Mover amigo baixo';

$txt['buddy_approve'] = 'Aprovar amigo';

$txt['buddy_remove'] = 'Remover amigo';

$txt['buddy_empty'] = 'Sua lista de amigos estar vazio.';

$txt['buddy_unapproved'] = 'Amigos aprovados';

$txt['buddy_pending'] = 'Amigos pendentes';

$txt['buddy_already_added'] = 'Este membro ja Ã© seu amigo.';



$txt['buddy_notif_new_subject'] = '%s quer ser seu amigo';

$txt['buddy_notif_new_body'] = '[b]%s[/b] quer ser seu amigo. [url=%s]Clique aqui[/url] para aprovar ou negar o seu pedido.';


?>

gourav

Great mod sir, Please make compatible with RC1 :)

Yağız...

@tonnybarros, try to upload your translated file in your ../Themes/default/languages folder.

tonnybarros

#289
   
I've done this, you can see that there is nothing missing.

Go and see, User = teste Password = 654321

tonnybarros

Just enter in my profile already creates this error:

8: Undefined index: profile_comment_no
Arquivo: /home/xxxxx/public_html/forum/Themes/default/languages/Who.portuguese_brazilian.php (summary2 sub template - eval?)
Linha: 664
   
Aplicar Filtro: Mostrar apenas as mensagens de erro deste URL http://www.tectonny.com/forum/index.php?action=profile
Aplicar Filtro: Mostrar apenas os erros com a mesma mensagem
8: Undefined index: profile_comments
Arquivo: /home/xxxxxxx/public_html/forum/Themes/default/languages/Who.portuguese_brazilian.php (summary2 sub template - eval?)
Linha: 618
   
Mostrar apenas as mensagens de erro desta sessão 4e219afdab29bcfb13b9dd337f3b83a5
Aplicar Filtro: Mostrar apenas as mensagens de erro deste URL http://www.tectonny.com/forum/index.php?action=profile
Aplicar Filtro: Mostrar apenas os erros com a mesma mensagem
8: Undefined index: profile_comment
Arquivo: /home/xxxxxxxx/public_html/forum/Themes/default/languages/Who.portuguese_brazilian.php (summary2 sub template - eval?)
Linha: 602
   
Aplicar Filtro: Mostrar apenas as mensagens de erro deste URL http://www.tectonny.com/forum/index.php?action=profile
Aplicar Filtro: Mostrar apenas os erros com a mesma mensagem
8: Undefined index: profile_comment_add
Arquivo: /home/xxxxxx/public_html/forum/Themes/default/languages/Who.portuguese_brazilian.php (summary2 sub template - eval?)
Linha: 597
And it is all right I do not see problem in languages.
What is the relationship with the MOD that who.language.template?

   
When images have come into this error appears:

8: Undefined index: profile_comment_no
Arquivo: /home/xxxxxxx/public_html/forum/Themes/default/ProfilePictures.template.php (pictures_view sub template - eval?)
Linha: 311
   
Aplicar Filtro: Mostrar apenas as mensagens de erro deste URL http://www.tectonny.com/forum/index.php?action=profile;u=1;sa=pictures;view=1
Aplicar Filtro: Mostrar apenas os erros com a mesma mensagem
8: Undefined index: profile_comments
Arquivo: /home/xxxxxxxx/public_html/forum/Themes/default/ProfilePictures.template.php (pictures_view sub template - eval?)
Linha: 268
   
Aplicar Filtro: Mostrar apenas as mensagens de erro deste URL http://www.tectonny.com/forum/index.php?action=profile;u=1;sa=pictures;view=1
Aplicar Filtro: Mostrar apenas os erros com a mesma mensagem
8: Undefined index: profile_comment
Arquivo: /home/xxxxxxx/public_html/forum/Themes/default/ProfilePictures.template.php (pictures_view sub template - eval?)
Linha: 254
   

Aplicar Filtro: Mostrar apenas as mensagens de erro deste URL http://www.tectonny.com/forum/index.php?action=profile;u=1;sa=pictures;view=1
Aplicar Filtro: Mostrar apenas os erros com a mesma mensagem
8: Undefined index: profile_comment_add
Arquivo: /home/xxxxxxxx/public_html/forum/Themes/default/ProfilePictures.template.php (pictures_view sub template - eval?)
Linha: 249

tonnybarros

Test report to the administrator

Undefined index: profile_report_comment
Arquivo: /home/xxxxxxx/public_html/forum/Sources/Profile.php
Linha: 2758

Yağız...

I think you are using an older version of language file. Re-download the mod and re-translate it.

tonnybarros

   
After you resolve this error that appears in the log, I wonder as I add more folders to upload images.

tonnybarros

   
Tell me the correct link please, here is 0.9


tonnybarros

   
I use the Custom Profile Field Mod has a problem with this MOD, MOD out the Ultimate Profile

tonnybarros

installed again and still showing that the errors noted above.

tonnybarros

   
installed again and still showing that the errors noted above.

tonnybarros

#299
Problem solved, it was my mistake in translation, and decided to correct the translation that I put up there.

One question, how do I that the time to upload images, show a folder options?

Advertisement: