van2shout add to custom page

normaly van2shout plugin display in side panel. i want to add this box to new custom page. like this image. help me
0
normaly van2shout plugin display in side panel. i want to add this box to new custom page. like this image. help me
Answers
I think I already published a version supporting a custom page at github.com, I will check if the experimental branch supports this, otherwhise you'll have to try the unstable branch (but that branch won't work out of the box)...
I'll be back in about 2 hours...
i found it. but how can i do it
check out which module is for Van2Shout plugin.
try
$this->AddModule('Van2Shout Module Name');
There was an error rendering this rich post.
@sahotataran
Um, I'm not sure what you mean by this, how can this code help creating a controller?
@Chanux
Neither the master, nor the experimental branch currenty support a custom page, you'll have to try out the unstable branch... But I'm not sure if it will work out of the box, can you wait a few days for me to fix the unstable branch?
as i thought Chanux wants to display Van2Shout in a CUSTOM PAGE - generated by CUSTOM PAGE plugin. so he can add this using the above line if your Van2Shout is a module and you are targetting the MODULE to some specific location. hope you got it
There was an error rendering this rich post.
i clear my all codes in custom page, and add
<?php try $this->AddModule('Van2Shout Module Name'); ?>
but not working...
drop the 'try'
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
same friend
substitue the Van2Shout's Module Name not the whole string 'Van2Shout Module Name'
what is the correct string ??
find the module name for Van2Shout and add it there
There was an error rendering this rich post.
I'm not really up to date with vanilla and have no idea where you all want to add the module
Anyway, I fixed the unstable branch now and you can try that one (It is using a custom page)
If you have a Linux PC:
$ git clone http://github.com/Caerostris/Van2Shout --branch unstable
If you are a Windows user there are two ways to get Van2Shout's unstable branch:
-Install Linux and follow the instructions above
-Download the unstable branch as zip archive at https://github.com/Caerostris/Van2Shout/tree/unstable/
This version should be working out of the box, just upload to /plugins/ and enable Van2Shout (Delete the old table GDN_Shoutbox using Phpmyadmin or something similar before enabling!!)
@caerostris how can i add to custom page body
Do you want to know how to add text to a page that already exists or do you want to know how to add a completely new page?
(Or did I completely misunderstand what you want to know? :P )
i want add shout box, to custom page content. like this.
i dont want shoutbox in side panel
As I said in the previous post, just try the new version from github, it does exactly what you want!