Im having a problem with vbulletin. In the postbit_legacy template Im trying to fix an issue with the permalink to a single post. In the code:
there is no space in front of the showpost.php url. but when the page loads and you go to click on the permalink url for an individual post, what you get is an error because the url in the source is link this:Code:<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>
as you can see there is a space between /forums/ and where the url to the post starts. I have no idea where this space is coming from or how to get rid of it. I even copy and pasted the postbit from a different skin that works just fine and in this particular skin, i get this error everytime no matter what I do.Code:#<a href="http://www.weedtracker.com/forums/ 196-1202-moderators/196-moderator-forum/1679186-post1.html" target="new" id="postcount1679186" name="1"><strong>1</strong></a> (<b><a href="http://www.weedtracker.com/forums/196-1202-moderators/196-moderator-forum/258285-admins-to-test-new-skin.html#post1679186" title="Link to this Post">permalink</a></b>)
can anybody help?


LinkBack URL
About LinkBacks





Reply With Quote


