Dreamlander Posted November 18, 2013 Posted November 18, 2013 With the actual version we cannot link to anchor from posts. For example If I want to send someone a link to an anchor(ex:anchor_name1) from the post id 7568, I cannot do that because the direct link to post extracted from topic view is in this format: http://your-site.com/topic/4214-topicname/page__view__findpost__p__7568. It is very useful this feature because I want pointing to that the person reading the post from that anchor.With other words we need to target linking parts of content from the posts. Please give us the possibility to add in this link the anchor element for directing there.Something like this : http://your-site.com/topic/4214-topicname/page__view__findpost__p__7568#anchor_name1 Now,this is not possible because the parsed post link is http://your-site.com/topic/4214-topicname/page__p__7568#entry7568 and you can't add to the end of the link another anchor, because of the post anchor. Or can we achieve this with other methods? Kind regards!
Perspiration Posted June 18, 2014 Posted June 18, 2014 Yes I'm looking for a solution to this as well, or something similar! ANYONE KNOW PLEASE CHECK MY PREVIOUS TOPIC
Donkerrood Posted September 9, 2014 Posted September 9, 2014 Not sure if this is still relevant, but here's how I just did it: <a href='{parse url="showtopic={$r['topic_id']}&view=findpost&p={$r['pid']}" template="showtopic" seotitle="{$r['title_seo']}" base="public"}' rel='bookmark' #{$r['pid']}'>title of your link</a> Hope this helps!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.