Where do I find these answers...to the simple stuff! I've tried reading through the documentation...not really much there.
Where do I find these answers...to the simple stuff! I've tried reading through the documentation...not really much there.
Look at the demo site first as it seams that you have not even looked inside yet?, There are pages were all this you listed is already so you need to test and play around first and see if that is what you want. All the things you listed is there as standard on several pages. Drag and drop as easy as it can get.What demo site?
What do you mean by "create a page"? Are you creating a local page within Oxwall's scope or it is completely external page with it's own .html and .php source code behind?A custom page within Oxwalls scope.
Overall, widget system works only with pages that are component panels. Currently Oxwall has 3 component panel pages. Those are: Index page , User Dashboard page, User Profile page. So widgets can be placed on this pages without problems.
Hey,
if you want to add an external widget to your own page you have to create it in php and then assign the widget with "$this->addComponent($newsfeed);".
That works for all widgets.
I have already a plugin which I bought and I want to place it to a custom page which I created myself (within the oxwall context via Admin->mange Pages->Main Menu->Add Item+
I can't find anywhere explained how can I place it on this new page.
Even if it is custom code I can go ahead and do it but I can't find documentation which explains how it can be done.
Please provide this information.
Thank you
Nearly the same problem.
I think there must be an easier solution to add Plugins where the admin wants on a (every!) page.
Like Joomla where you can add it with Code scripts like "loadmodule: xxx".
I wanted to add some pictures to the join page, not possible. Then add Plugins to new pages I made - not possible. There should be more flexibility within the code.
Thank you.
Kevin
@Christer Look at the demo site first as it seams that you have not even looked inside yet?, There are pages were all this you listed is already so you need to test and play around first and see if that is what you want. All the things you listed is there as standard on several pages. Drag and drop as easy as it can get.I have a life site and as far as I know, only on the Main page you can drag and drop gadgets no other page it is possible. If you can tell us how to copy the Main page and rename it to the page we want to create that will help all of us.
$params = new BASE_CommentsParams('base', 'privatephoto');
$params->setEntityId(1);
$params->setOwnerId(2);
$params->setAddComment(true);
$comments = new BASE_CMP_Comments($params);
$this->assign("html_cmp", $comments->render();
Second SOlution: Create your own page where you can add widgets which you can also drag and drop.
YOu will find the code attached. Just add "{$componentPanel}" to the View.