page navigation problem
-
Hello All.
I want to add an anchor tag on top of each topic page called “reply to topic” on my forum which when clicked should go to #postform,if the person is logged in,else to login page,which is working good.But theres is problem when a topic has more than on page.For Ex-If it has one page its all right if I specify href=”#postform”
,But in case of two pages,href values should be
href=”topic.php?id=<?php topic_id();?>&page=2#postform”
can someone please tell me how to get this &page value at run time or what will be the href value in such case coz page value will keep on changing.
- You must be logged in to reply to this topic.