 |
 |
 |
 |
 |
| Author |
Message |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2736 Location: Germany |
|
|
|
If you have {title} in the latest comments template and if there is some code which replaces {title} with the actual link then I have no idea why it's not working for you. Sorry.
|
|
| Fri Jul 18, 2008 9:59 am |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
flyboy17
Joined: 21 Feb 2007 Posts: 47
|
|
|
|
hello, thanks
But it's about the link {link} --> $output = str_replace('{link}', cute_get_link($get_news), $output);
In fact i just wan't something like {link=home/post} but doesn't work with the plugin.
|
|
| Fri Jul 18, 2008 3:49 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2736 Location: Germany |
|
|
|
Change it to this:
 |  | $output = str_replace('{link}', cute_get_link($get_news, 'post', 'home'), $output); |
Now you have your home/post.
|
|
| Tue Jul 29, 2008 5:29 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
 |
 |
 |
|