HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
I want to add leaderboard to another page
I make a empty page using vchat plugin.
Now I want to add leader board to it.
how to add smarty functions to it.
{module name="LeaderBoardModule" SlotType="w"}
0
Answers
bump
That requires some changes in the plugins files. You can either transform the view to a Smarty template file or add the module with Vanilla code.
I would try opening the default.php file and add those lines right below the line
public function PluginController_VChat_Create($Sender) {
In the views/vchat.php you can add the following line:
Not sure if this works, though...
Added this but not working..
I've misspelled something. It should be that line:
Still not working "We've run into a problem and are unable to handle this request right now.
Please check back in a little while."
@R_J do I have another way to do this?