1 oigreslima Jan 30, 2007 10:41
3 oigreslima Jan 30, 2007 16:25
Hi Austriaco!
Austriaco wrote:
Which version of b2evolution are you using? Syntax for items permalinks changed after 1.6, I think.
Now you have to use:
<?php echo $Item->permanent_url()?>
I am using 1.8.7
Check this [url=http://forums.b2evolution.net//viewtopic.php?t=8556&highlight=digg]post[/url] for a hack that adds several social networks buttons to your blog posts.
I'm using it with b2evo-1.9.1 and it works ok, plus I added a couple of spanish speaking sites.
I resolved the problem, thanks for your help... the solution is above:
<a href="http://www.linkk.com.br/submit.php?url=<?php echo $Item->get_permanent_url(); ?>" title="Adicionar esta notícia no Linkk" >
<img src="http://www.linkk.com.br/img/selolinkk.gif" alt="Adicionar esta notícia no Linkk" /></a>
Thanks again!
4 personman Feb 08, 2007 14:31
Try this plugin out:
http://forums.b2evolution.net/viewtopic.php?t=10734
Which version of b2evolution are you using? Syntax for items permalinks changed after 1.6, I think.
Now you have to use:
Check this [url=http://forums.b2evolution.net//viewtopic.php?t=8556&highlight=digg]post[/url] for a hack that adds several social networks buttons to your blog posts.
I'm using it with b2evo-1.9.1 and it works ok, plus I added a couple of spanish speaking sites.