I'm running the GreenFox theme for our test site. If a post has 50 'Thanks' on it, and I click on the link that says '50 others' thanked for this post, it gives me an invalid page.
http://xx/forums/thanks.php?do=list&contentid=491961&varname=thanks
From using that and looking at the thanks.php source, I see that it looks for a .php file named after the action, in this case it's 'list'. There is no file called list.php in any folders that I see. This causes it to die, so I'm not sure what's wrong with it. I don't know much about VB4 modding and its API, and I see in the .xml:
I don't know what {3} is, I can make a wager at {4} and {5} based on the link, but that's as far as I get. Any ideas? I've tried to delete all uploaded files and retry, but no such luck.
http://xx/forums/thanks.php?do=list&contentid=491961&varname=thanks
From using that and looking at the thanks.php source, I see that it looks for a .php file named after the action, in this case it's 'list'. There is no file called list.php in any folders that I see. This causes it to die, so I'm not sure what's wrong with it. I don't know much about VB4 modding and its API, and I see in the .xml:
PHP:
<a href="thanks.php?{3}do=list&contentid={4}&varname={5}" target="_blank">{2} others</a> {6}
I don't know what {3} is, I can make a wager at {4} and {5} based on the link, but that's as far as I get. Any ideas? I've tried to delete all uploaded files and retry, but no such luck.