wirewolf
02-24-2005, 06:51 PM
Installed newest version, works fine. There are two minor points however.
One - With a multi page article any comments are shown on the last page of the article, but the link in the statscomments points to the first page of the article. I added a bookmark (#comm) in the link and in the 'vbArticles_commentbit_post' (<td class="thead" align="left"><a name="comm"> </a></td>) to take the user right to the last comment made. Works fine for a one page article, but not for a multi page one (just goes to the first page). I tried adding the pageno to the link in 'vbArticles_stats_commentbits'
from this -<a href="articles.php?action=viewarticle&artid=$commentonarticle#comm">$commenttext</a>
to this - <a href="articles.php?action=viewarticle&artid&pageno=$commentonarticle#comm">$commenttext</a>
or this - <a href="articles.php?action=viewarticle&artid=$commentonarticle=$pagenno#comm">$commenttext</a>
but it won't work. I imagine that the stats section of articles.php has to be edited also, but I'm not sure of the correct syntax.
Two - Again with multi page articles, when you go to any of the other pages, except for page one, the page one title shows in the navbits. Is there a way to get the actual pagetitle in to the navbit for a multi page article?
Thanks, John
BTW, cinq, much improvement on v2. I've gotten many good comments (no pun intended) from my users on the Articles Addition. I now have all of my old articles (38) moved over to the new articles section. Looks great! Thanks for the hard work to you and the other contributors.
One - With a multi page article any comments are shown on the last page of the article, but the link in the statscomments points to the first page of the article. I added a bookmark (#comm) in the link and in the 'vbArticles_commentbit_post' (<td class="thead" align="left"><a name="comm"> </a></td>) to take the user right to the last comment made. Works fine for a one page article, but not for a multi page one (just goes to the first page). I tried adding the pageno to the link in 'vbArticles_stats_commentbits'
from this -<a href="articles.php?action=viewarticle&artid=$commentonarticle#comm">$commenttext</a>
to this - <a href="articles.php?action=viewarticle&artid&pageno=$commentonarticle#comm">$commenttext</a>
or this - <a href="articles.php?action=viewarticle&artid=$commentonarticle=$pagenno#comm">$commenttext</a>
but it won't work. I imagine that the stats section of articles.php has to be edited also, but I'm not sure of the correct syntax.
Two - Again with multi page articles, when you go to any of the other pages, except for page one, the page one title shows in the navbits. Is there a way to get the actual pagetitle in to the navbit for a multi page article?
Thanks, John
BTW, cinq, much improvement on v2. I've gotten many good comments (no pun intended) from my users on the Articles Addition. I now have all of my old articles (38) moved over to the new articles section. Looks great! Thanks for the hard work to you and the other contributors.