History: UserPagepmichelazzo
Preview of version: 2
- «
- »
Hi everybody!
This is my personal little, micro page at TikiWiki official website 😀
Here I post some codes and others things about TikiWiki system. If you like to know my real website, point the browser to http://www.michelazzo.com.br
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 red code was changed
With this change, everyone can see the title of the post and when click, goes to blog message.
History
| Information | Version | |||||
|---|---|---|---|---|---|---|
| Paulino Michelazzo | 4 | |||||
| Paulino Michelazzo | 2 | |||||