Hi everybody!
This is my personal little, micro page at Tikiwiki official website đ
Here I post some codes and others things about Tikiwiki system that I learn. If you like to know my real website, point the browser to http://www.michelazzo.com.br
Yes, I'm brazilian! And I speak portuguese đ
Changing last posts on blog
I use the last_post_blogs to show my changes in the personal blog. But, this module show only the date (a bug?) and when the user click in the news, go to blog page, not the blog message.
So, i change this module and now work very well. Look the code:
Some code above.... <tr> {if $nonums != 'y'}<td class="module" valign="top">{$smarty.section.ix.index_next})</td>{/if} <td class="module"> <b>{$modLastBlogPosts[ix].blogTitle}:</b><br/> <a class="linkmodule" href="tiki-view_blog_post.php?blogId={$modLastBlogPosts[ix].blogId} \ &postId={$modLastBlogPosts[ix].postId}">{$modLastBlogPosts[ix].title} </a> </td> </tr> Some code below...
The line <a class... was changed
With this change, everyone can see the title of the post and when click, goes to blog message.
Portuguese Brazilian translation (tradução para o portuguĂȘs)
If you need the lasted version of the pt-br translation, send me a message. Everytime i change the file to make a good job in my wonderful language.
Se vocĂȘ precisa da Ășltima versĂŁo da tradução do portuguĂȘs-Brasil para o Tikiwiki, envie uma mensagem. Estou sempre atualizando o arquivo para que fique condizente com nosso maravilhoso idioma.