Message Text |
I've created a Help Topic Category "Tips"
Then I created a Help topic in that category "Test Tips" in the body I entered "Testing".
WSN Links creates the URL (I have mod_rewrite enabled):
www.website.com/help/tips/t...-inotvars-a-test-tip-1html
If I click on it I get a "plain" page with:
Non-numeric id value given in creating object.
WSN Links 5.0.28
Which it is a bit of a nuisance as I an trying to do something like this:
<IF {MEMBERISREGISTERED}>
<!-- BEGIN TOPLIST 30 -->
<CONFIG>helpitem,rand(),1,ascending,category=1</CONFIG>
<p>Tip: <a href="{HELPITEMURL}">{HELPITEMSUBJECT}</a></p>
<!-- END TOPLIST 30 -->
</IF>
</IF>
I am not sure if this is bug or why it's behaving like this?
Please advise.
Thanks. |